Skip to content

Commit 173a191

Browse files
authored
Support Laravel 11
1 parent 6ba4ba6 commit 173a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^8.1",
1313
"doctrine/dbal": "^3.7",
14-
"laravel/framework": "^10.2"
14+
"laravel/framework": "^10.2 || ^11.0"
1515
},
1616
"require-dev": {
1717
"interaction-design-foundation/coding-standard": "0.*",

0 commit comments

Comments
 (0)