Skip to content

Commit

Permalink
feat: add laravel 11 support
Browse files Browse the repository at this point in the history
feat: add laravel 11 support
  • Loading branch information
lukas-frey authored Mar 1, 2024
2 parents db899b4 + 08ef81e commit a5531db
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 @@ -15,12 +15,12 @@
}
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0"
"orchestra/testbench": "^7.0|^8.0|^9.0"
},
"require": {
"php": "^8.0",
"filament/filament": "^3.0@stable",
"illuminate/contracts": "^9.0|^10.0"
"illuminate/contracts": "^9.0|^10.0|^11.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit a5531db

Please sign in to comment.