We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed51f2b commit 47322d4Copy full SHA for 47322d4
composer.json
@@ -17,15 +17,15 @@
17
],
18
"require": {
19
"php": "^8.1",
20
- "illuminate/contracts": "^10.0",
+ "illuminate/contracts": "^10.0 | ^11.0",
21
"spatie/laravel-package-tools": "^1.14.0",
22
"statsig/statsigsdk": "^2.1"
23
},
24
"require-dev": {
25
"laravel/pint": "^1.0",
26
- "nunomaduro/collision": "^7.9",
+ "nunomaduro/collision": "^7.9 | ^8.0",
27
"nunomaduro/larastan": "^2.0.1",
28
- "orchestra/testbench": "^8.0",
+ "orchestra/testbench": "^8.0 | ^9.0",
29
"pestphp/pest": "^2.0",
30
"pestphp/pest-plugin-arch": "^2.0",
31
"pestphp/pest-plugin-laravel": "^2.0",
0 commit comments