From 930d258cd46f21203a9d4ab84715da4b7f31ed4e Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 7 May 2018 11:48:47 +0200 Subject: [PATCH] Update composer.json --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ceab9f4..e127d32 100644 --- a/composer.json +++ b/composer.json @@ -10,16 +10,16 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/support": "^5.0,<5.7", - "illuminate/console": "^5.0,<5.7", - "illuminate/filesystem": "^5.0,<5.7", + "php": ">=5.6.0", + "illuminate/support": "^5.1,<5.7", + "illuminate/console": "^5.1,<5.7", + "illuminate/filesystem": "^5.1,<5.7", "barryvdh/reflection-docblock": "^2.0.4", "composer/composer": "^1.6" }, "require-dev": { - "illuminate/config": "^5.0,<5.7", - "illuminate/view": "^5.0,<5.7", + "illuminate/config": "^5.1,<5.7", + "illuminate/view": "^5.1,<5.7", "phpro/grumphp": "^0.14", "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1",