Skip to content

Commit 44dbad9

Browse files
Merge pull request #49 from TheDragonCode/2.x
Added Laravel 11 support
2 parents 7366657 + 59c93e7 commit 44dbad9

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
@@ -38,7 +38,7 @@
3838
"symfony/polyfill-php80": "^1.23"
3939
},
4040
"require-dev": {
41-
"illuminate/database": "^10.0",
41+
"illuminate/database": "^10.0 || ^11.0",
4242
"phpdocumentor/reflection-docblock": "^5.0"
4343
},
4444
"conflict": {

0 commit comments

Comments
 (0)