Skip to content

Commit b7fd9b7

Browse files
authored
Support laravel 12 (#48)
1 parent 27adb58 commit b7fd9b7

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
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
16+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -41,4 +41,4 @@
4141
"require-dev": {
4242
"orchestra/testbench": "^6.0"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)