Skip to content

Commit

Permalink
Merge pull request #35 from ans-group/support-l10
Browse files Browse the repository at this point in the history
Support Laravel / Lumen 10
  • Loading branch information
Gman98ish authored Mar 13, 2023
2 parents e6cc24e + 3d24edf commit 0072f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"minimum-stability": "dev",
"require": {
"php": "^8.0|^8.1",
"illuminate/database": "^6.20.12|^7.30.4|^8.22.2|^9.0",
"illuminate/http": "^6.0|^7.0|^8.0|^9.0"
"illuminate/database": "^6.20.12|^7.30.4|^8.22.2|^9.0|^10.0",
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.5|^9.3"
},
"extra": {
Expand Down

0 comments on commit 0072f42

Please sign in to comment.