Skip to content

Commit

Permalink
feat(composer): add Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-hexadog committed May 5, 2024
1 parent 7296907 commit ccb09e3
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 @@ -17,10 +17,10 @@
"php": ">=7.4",
"ext-json": "*",
"hexadog/laravel-theme-installer": "^1.0",
"illuminate/view": "^7.0|^8.0|^9.0|^10.0"
"illuminate/view": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0",
"laravel/pint": "^1.10",
"orchestra/testbench": "^8.3"
},
Expand Down

0 comments on commit ccb09e3

Please sign in to comment.