Skip to content

Commit

Permalink
laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiwei Yang authored Aug 16, 2024
1 parent eb89cce commit 75c4a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^8|^9|^10"
"illuminate/support": "^8|^9|^10|^11"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3",
"orchestra/testbench": "^6|^7|^8"
"orchestra/testbench": "^6|^7|^8|^9"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 75c4a3f

Please sign in to comment.