Skip to content

Commit

Permalink
Merge pull request #83 from hexadog/develop
Browse files Browse the repository at this point in the history
feat(composer): add Laravel 11 support
  • Loading branch information
gaetan-hexadog authored May 5, 2024
2 parents 0665f13 + ccb09e3 commit b4471af
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 b4471af

Please sign in to comment.