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 9f34de0 commit 2a80ce9Copy full SHA for 2a80ce9
composer.json
@@ -17,10 +17,10 @@
17
],
18
"require": {
19
"php": "^7.1",
20
- "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
21
- "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
22
- "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
23
- "symfony/var-dumper": "^4.1.1"
+ "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
+ "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
+ "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
+ "symfony/var-dumper": "^5.0"
24
},
25
"require-dev": {
26
"larapack/dd": "^1.0",
0 commit comments