From de77b89077b052f24efa16905be6488b148953e0 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 31 Aug 2018 15:24:19 +0200 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6fc1db9..529a9f1 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ } ], "require": { - "php": ">=5.6.0", - "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x", - "illuminate/filesystem": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x", + "php": ">=7", + "illuminate/support": "5.5.x|5.6.x|5.7.x", + "illuminate/filesystem": "5.5.x|5.6.x|5.7.x", "knplabs/knp-snappy": "^1" }, "autoload": {