Skip to content

Commit

Permalink
Merge pull request #9 from omnia-digital/dev
Browse files Browse the repository at this point in the history
Upgrade to php 8.1|8.2 and laravel 10
  • Loading branch information
joshtorres authored May 11, 2023
2 parents f27710e + a62e4a3 commit 4a11e42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Josh Torres",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Andrés Santibáñez",
"email": "[email protected]",
Expand All @@ -19,16 +24,11 @@
"name": "Osei Quashie",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Josh Torres",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.2|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"php": "^7.2|^8.0|^8.1|^8.2",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"livewire/livewire": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit 4a11e42

Please sign in to comment.