Skip to content

Commit

Permalink
add laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh authored and freekmurze committed Feb 23, 2024
1 parent ff9a94d commit dd5b719
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 @@ -28,14 +28,14 @@
],
"require": {
"php": "^8.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.11"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.20"
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.20|^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dd5b719

Please sign in to comment.