Skip to content

Commit

Permalink
Merge pull request #79 from theanadimukt/laravel-11
Browse files Browse the repository at this point in the history
Support for Laravel 11
  • Loading branch information
denisdulici authored Mar 19, 2024
2 parents b01b55b + eb90204 commit 2fe498c
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 @@ -23,13 +23,13 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0|^10.0",
"guzzlehttp/guzzle": "^7.4",
"laravel/framework": "^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "^7.8",
"jenssegers/agent": "2.6.*"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.0",
"orchestra/testbench": "^7.4|^8.0"
"phpunit/phpunit": "^9.5|^10.0|^11.0",
"orchestra/testbench": "^7.4|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2fe498c

Please sign in to comment.