Skip to content

Commit

Permalink
Allow Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Apr 1, 2024
1 parent 69cb1c8 commit 15a5806
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 @@ -16,7 +16,7 @@
}
],
"require": {
"laravel/framework": "^8|^9|^10"
"laravel/framework": "^8|^9|^10|^11"
},
"autoload": {
"psr-4": {
Expand All @@ -25,9 +25,9 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.16",
"orchestra/testbench": "^6|^7|^8",
"orchestra/testbench": "^6|^7|^8|^9",
"pestphp/pest": "^1.23|^2.4",
"phpunit/phpunit": "^9|^10"
"phpunit/phpunit": "^9|^10|^11"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 15a5806

Please sign in to comment.