We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c904625 commit 2d48346Copy full SHA for 2d48346
composer.json
@@ -22,13 +22,13 @@
22
"require": {
23
"php": "^8.2",
24
"ext-json": "*",
25
- "illuminate/support": "^10.0|^11.0"
+ "illuminate/support": ">= 10.0"
26
},
27
"require-dev": {
28
"mockery/mockery": "^1.4",
29
- "nunomaduro/collision": "^7.0|^8.0",
30
- "orchestra/testbench": "^8.0|^9.0",
31
- "phpunit/phpunit": "^10.0|^11.0"
+ "nunomaduro/collision": ">= 7.0",
+ "orchestra/testbench": ">= 8.0",
+ "phpunit/phpunit": ">= 10.0"
32
33
"scripts": {
34
"post-autoload-dump": [
0 commit comments