Skip to content

Commit 424d3d0

Browse files
Added Laravel 12 support
1 parent d2bea10 commit 424d3d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"php": "^8.2",
4141
"composer-runtime-api": "^2.2",
4242
"dragon-code/support": "^6.13",
43-
"illuminate/config": "^10.0 || ^11.0",
44-
"illuminate/database": "^10.0 || ^11.0",
45-
"illuminate/support": "^10.0 || ^11.0"
43+
"illuminate/config": "^10.0 || ^11.0 || ^12.0",
44+
"illuminate/database": "^10.0 || ^11.0 || ^12.0",
45+
"illuminate/support": "^10.0 || ^11.0 || ^12.0"
4646
},
4747
"require-dev": {
4848
"ext-pdo": "*",
4949
"mockery/mockery": "^1.3.1",
50-
"orchestra/testbench": "^8.0 || ^9.0",
51-
"pestphp/pest": "^2.34"
50+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
51+
"pestphp/pest": "^2.34 || ^3.0"
5252
},
5353
"minimum-stability": "stable",
5454
"prefer-stable": true,

0 commit comments

Comments
 (0)