Skip to content

Commit 792026d

Browse files
authored
Update composer.json
add support for laravel 11/12
1 parent d07a9b3 commit 792026d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"illuminate/support": "^5|^6|^7|^8|^9|^10",
15-
"illuminate/database": "^5|^6|^7|^8|^9|^10"
14+
"illuminate/support": "^5|^6|^7|^8|^9|^10|^11|^12",
15+
"illuminate/database": "^5|^6|^7|^8|^9|^10|^11|^12"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)