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 68d3d19 commit edd69c5Copy full SHA for edd69c5
composer.json
@@ -11,16 +11,16 @@
11
],
12
"require": {
13
"php": ">=7.2",
14
- "illuminate/support": "^5.5|^6",
15
- "illuminate/console": "^5.5|^6",
16
- "illuminate/filesystem": "^5.5|^6",
+ "illuminate/support": "^5.5|^6|^7",
+ "illuminate/console": "^5.5|^6|^7",
+ "illuminate/filesystem": "^5.5|^6|^7",
17
"barryvdh/reflection-docblock": "^2.0.6",
18
"composer/composer": "^1.6",
19
"doctrine/dbal": "~2.3"
20
},
21
"require-dev": {
22
- "illuminate/config": "^5.5|^6",
23
- "illuminate/view": "^5.5|^6",
+ "illuminate/config": "^5.5|^6|^7",
+ "illuminate/view": "^5.5|^6|^7",
24
"phpro/grumphp": "^0.17.1",
25
"squizlabs/php_codesniffer": "^3",
26
"orchestra/testbench": "^3|^4",
0 commit comments