Skip to content

Commit b4471af

Browse files
Merge pull request #83 from hexadog/develop
feat(composer): add Laravel 11 support
2 parents 0665f13 + ccb09e3 commit b4471af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"php": ">=7.4",
1818
"ext-json": "*",
1919
"hexadog/laravel-theme-installer": "^1.0",
20-
"illuminate/view": "^7.0|^8.0|^9.0|^10.0"
20+
"illuminate/view": "^7.0|^8.0|^9.0|^10.0|^11.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
23+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0",
2424
"laravel/pint": "^1.10",
2525
"orchestra/testbench": "^8.3"
2626
},

0 commit comments

Comments
 (0)