Skip to content

Commit d9b887f

Browse files
committed
Add Laravel 12 support
1 parent 61e7288 commit d9b887f

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
@@ -22,10 +22,10 @@
2222
],
2323
"require": {
2424
"php": "^8.2",
25-
"illuminate/support": "^11.0"
25+
"illuminate/support": "^11.0|^12.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^9.0",
28+
"orchestra/testbench": "^9.0|^10.0",
2929
"phpunit/phpunit": "^11.0"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)