Update composer.json

This commit is contained in:
Barry vd. Heuvel
2018-08-31 15:28:09 +02:00
committed by GitHub
parent 4aa43fa613
commit 09db8c9a76
+4 -4
View File
@@ -10,10 +10,10 @@
} }
], ],
"require": { "require": {
"php": ">=5.6.0", "php": ">=7",
"illuminate/support": "^5.1,<5.8", "illuminate/support": "^5.5,<5.8",
"illuminate/console": "^5.1,<5.8", "illuminate/console": "^5.5,<5.8",
"illuminate/filesystem": "^5.1,<5.8", "illuminate/filesystem": "^5.5,<5.8",
"barryvdh/reflection-docblock": "^2.0.4", "barryvdh/reflection-docblock": "^2.0.4",
"composer/composer": "^1.6" "composer/composer": "^1.6"
}, },