Skip to content

Commit

Permalink
add support for laravel 9 and 10 v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Cabrera committed Mar 18, 2024
1 parent c83bd7b commit aa33657
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,8 +18,8 @@
],
"minimum-stability": "dev",
"require": {
"php": "^8.2",
"laravel/framework": "^10.0",
"php": "^8.1",
"laravel/framework": "^9.0|^10.0|^11.0",
"spatie/laravel-route-attributes": "^1.21"
},
"extra": {
Expand Down

0 comments on commit aa33657

Please sign in to comment.