Skip to content

Commit

Permalink
Merge pull request #117 from TomasVotruba/tv-laravel-11
Browse files Browse the repository at this point in the history
Allow Laravel 11
  • Loading branch information
freekmurze committed Jan 11, 2024
2 parents 3902044 + c4aa040 commit e62eeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^9.28|^10.0"
"illuminate/contracts": "^9.28|^10.0|^11.0"
},
"require-dev": {
"mockery/mockery": "^1.5",
Expand Down

0 comments on commit e62eeb1

Please sign in to comment.