Skip to content

Commit

Permalink
add support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
emtudo committed Mar 19, 2024
1 parent 3b77e0e commit 44f03b3
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 @@ -19,16 +19,16 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"symfony/process": "^4.4.21 || ^5.2.0 || ^6.0"
"php": "^8.1",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"symfony/process": "^5.2.0 || ^6.0 || ^7.0"
},
"require-dev": {
"laravel/framework": "^8.0|^9.0|^10.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"laravel/framework": "^8.0|^9.0|^10.0|^11.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^10",
"guzzlehttp/guzzle": "^7.3",
"pestphp/pest": "^2.0"
"guzzlehttp/guzzle": "^7.5",
"pestphp/pest": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 44f03b3

Please sign in to comment.