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 be8e8f9 commit 0a1a5e2Copy full SHA for 0a1a5e2
composer.json
@@ -12,16 +12,16 @@
12
"minimum-stability": "stable",
13
"require": {
14
"php": ">=7.2.5",
15
- "illuminate/cache": "^7",
16
- "illuminate/config": "^7",
17
- "illuminate/console": "^7",
18
- "illuminate/database": "^7",
19
- "illuminate/support": "^7",
+ "illuminate/cache": "^7|^8",
+ "illuminate/config": "^7|^8",
+ "illuminate/console": "^7|^8",
+ "illuminate/database": "^7|^8",
+ "illuminate/support": "^7|^8",
20
"opensoft/rollout": "2.2.*"
21
},
22
"require-dev": {
23
"friendsofphp/php-cs-fixer": "^2.1",
24
- "illuminate/container": "^7",
+ "illuminate/container": "^7|^8",
25
"mockery/mockery": "^1.2",
26
"orchestra/testbench": "^5.0",
27
"php-coveralls/php-coveralls": "^2.1",
0 commit comments