Skip to content

Commit 31d5b85

Browse files
authored
Merge pull request #108 from BCleverly/patch-1
Add Laravel 11 to composer to allow install.
2 parents 995d850 + 92617c2 commit 31d5b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=8.0"
2121
},
2222
"require-dev": {
23-
"laravel/laravel": "5.*|^9.0|^10.0",
23+
"laravel/laravel": "5.*|^9.0|^10.0|^11.0",
2424
"phpunit/phpunit": "5.*",
2525
"mockery/mockery": "1.0.x-dev",
2626
"fzaninotto/faker": "~1.4",

0 commit comments

Comments
 (0)