Skip to content

Commit

Permalink
Merge pull request #3 from julienarcin/patch-1
Browse files Browse the repository at this point in the history
Laravel 11 compatibility
  • Loading branch information
gtjamesa authored Mar 22, 2024
2 parents 8d85a1d + f4a10c6 commit 8cf3f60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
],
"require": {
"php": "^8.0",
"illuminate/http": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0"
"illuminate/http": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
"gtjamesa/php-standards": "^2.0",
"orchestra/testbench": "^7.0 || ^8.0",
"phpunit/phpunit": "^9.5"
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.5 || ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8cf3f60

Please sign in to comment.