Skip to content

Commit

Permalink
Merge pull request #53 from yuters/yuters-patch-1
Browse files Browse the repository at this point in the history
Add require for laravel 11
  • Loading branch information
pelmered authored Aug 9, 2024
2 parents 850b5f8 + 36e8cb4 commit d6d41ca
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 @@ -28,7 +28,7 @@
"ext-intl": "*",
"filament/support": "^v3.2.21",
"moneyphp/money": "^4.0",
"illuminate/support": "^10.35"
"illuminate/support": "^10.35 || ^11.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5 || ^11",
Expand Down

0 comments on commit d6d41ca

Please sign in to comment.