We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94611ab commit 23e7556Copy full SHA for 23e7556
composer.json
@@ -31,14 +31,14 @@
31
},
32
"require": {
33
"php": "^8.0",
34
- "illuminate/contracts": "^8.0 || ^9.0|^10.0",
35
- "illuminate/database": "^8.0 || ^9.0|^10.0",
36
- "illuminate/support": "^8.0 || ^9.0|^10.0"
+ "illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
+ "illuminate/database": "^8.0 || ^9.0 || ^10.0",
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0"
37
38
"require-dev": {
39
"laravel/legacy-factories": "^1.0.4",
40
"mockery/mockery": "^1.3.3",
41
- "orchestra/testbench": "^6.0 || ^7.0|^8.0",
+ "orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
42
"phpunit/phpunit": "^9.0"
43
44
"minimum-stability": "dev",
0 commit comments