We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afc8cbd + 7fc99e6 commit 0db9b67Copy full SHA for 0db9b67
composer.json
@@ -20,10 +20,10 @@
20
}
21
],
22
"require": {
23
- "php": "^7.3|^8.0|^8.1|^8.2|^8.3",
24
- "illuminate/console": "^8.0|^9.0|^10.0|^11.0",
25
- "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
26
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
+ "php": "^7.3|^8.0",
+ "illuminate/console": ">=8.0",
+ "illuminate/contracts": ">=8.0",
+ "illuminate/support": ">=8.0"
27
},
28
"autoload": {
29
"psr-4": {
@@ -49,7 +49,7 @@
49
"prefer-stable": true,
50
"require-dev": {
51
"laravel/sail": "^1.14",
52
- "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
53
- "phpunit/phpunit": "^9.5|^10.0"
+ "orchestra/testbench": ">=6.0",
+ "phpunit/phpunit": ">=9.5"
54
55
0 commit comments