Skip to content

Commit 186a2e7

Browse files
Added Laravel 12 compatibility
1 parent 60709ce commit 186a2e7

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)