We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cf03a commit 8855cfcCopy full SHA for 8855cfc
composer.json
@@ -20,12 +20,12 @@
20
],
21
"require": {
22
"php": ">=5.6.0",
23
- "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
+ "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
24
},
25
"require-dev": {
26
"mockery/mockery": "~0.9|~1.0|~1.1|~1.2",
27
"phpunit/phpunit": "5.5.*|6.0.*|7.0.*|8.0.*",
28
- "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
+ "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments