Skip to content

Commit f23c7fa

Browse files
committed
Add laravel 12 support
1 parent 8409979 commit f23c7fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"require": {
2222
"php": "^8.2 || ^8.1 || ^8.0",
23-
"illuminate/support": "^11.8 || ^10.0 || ^9.0"
23+
"illuminate/support": "^12.10 || ^11.8 || ^10.0 || ^9.0"
2424
},
2525
"require-dev": {
26-
"mockery/mockery": "^1.6.12",
27-
"orchestra/testbench": "^v7.42.0",
28-
"phpunit/phpunit": "^10.5.20"
26+
"mockery/mockery": "^1.6",
27+
"orchestra/testbench": "^v10.2",
28+
"phpunit/phpunit": "^12.1"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)