Skip to content

Commit c21ea4f

Browse files
Merge pull request #52 from TheDragonCode/andrey-helldar-patch-1
Added Laravel 12 compatibility
2 parents 60709ce + 186a2e7 commit c21ea4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"symfony/polyfill-php80": "^1.23"
3535
},
3636
"require-dev": {
37-
"illuminate/database": "^10.0 || ^11.0",
37+
"illuminate/database": "^10.0 || ^11.0 || ^12.0",
3838
"phpdocumentor/reflection-docblock": "^5.0"
3939
},
4040
"conflict": {
@@ -57,4 +57,4 @@
5757
"preferred-install": "dist",
5858
"sort-packages": true
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)