From 09db8c9a76711e98c61af0795934fb15955223fb Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 31 Aug 2018 15:28:09 +0200 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a284376..6102959 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ } ], "require": { - "php": ">=5.6.0", - "illuminate/support": "^5.1,<5.8", - "illuminate/console": "^5.1,<5.8", - "illuminate/filesystem": "^5.1,<5.8", + "php": ">=7", + "illuminate/support": "^5.5,<5.8", + "illuminate/console": "^5.5,<5.8", + "illuminate/filesystem": "^5.5,<5.8", "barryvdh/reflection-docblock": "^2.0.4", "composer/composer": "^1.6" },