We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bea10 commit 424d3d0Copy full SHA for 424d3d0
composer.json
@@ -40,15 +40,15 @@
40
"php": "^8.2",
41
"composer-runtime-api": "^2.2",
42
"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"
+ "illuminate/config": "^10.0 || ^11.0 || ^12.0",
+ "illuminate/database": "^10.0 || ^11.0 || ^12.0",
+ "illuminate/support": "^10.0 || ^11.0 || ^12.0"
46
},
47
"require-dev": {
48
"ext-pdo": "*",
49
"mockery/mockery": "^1.3.1",
50
- "orchestra/testbench": "^8.0 || ^9.0",
51
- "pestphp/pest": "^2.34"
+ "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
+ "pestphp/pest": "^2.34 || ^3.0"
52
53
"minimum-stability": "stable",
54
"prefer-stable": true,
0 commit comments