Skip to content

Commit

Permalink
Add laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Mar 14, 2024
1 parent b1aee96 commit 2fed848
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 @@ -18,12 +18,12 @@
],
"require": {
"php": "^8.1|^8.2",
"laravel/framework": "^9.0|^10.0",
"laravel/framework": "^9.0|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.13"
},
"require-dev": {
"laravel/pint": "^1.5",
"orchestra/testbench": "^7.8|^8.0",
"orchestra/testbench": "^7.8|^8.0|^9.0",
"pestphp/pest": "^1.0|^2.0",
"spatie/laravel-ray": "^1.31"
},
Expand Down

0 comments on commit 2fed848

Please sign in to comment.