Skip to content

Commit

Permalink
Merge pull request multicaret#108 from BCleverly/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 11 to composer to allow install.
  • Loading branch information
mkwsra authored Mar 19, 2024
2 parents 995d850 + 92617c2 commit 31d5b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": ">=8.0"
},
"require-dev": {
"laravel/laravel": "5.*|^9.0|^10.0",
"laravel/laravel": "5.*|^9.0|^10.0|^11.0",
"phpunit/phpunit": "5.*",
"mockery/mockery": "1.0.x-dev",
"fzaninotto/faker": "~1.4",
Expand Down

0 comments on commit 31d5b85

Please sign in to comment.