From 826a00fe28b4727a9eaab68475fdc3fac1f7502a Mon Sep 17 00:00:00 2001 From: Janyk Steenbeek Date: Tue, 17 Sep 2019 14:50:49 +0200 Subject: [PATCH] Added support for Laravel 6.0 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7df048a..d01b577 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,8 @@ ], "license": "MIT", "require": { - "php": ">=5.5.0", - "illuminate/http": "~5.0", - "illuminate/routing": "~5.0" + "illuminate/http": "~5.0|~6.0", + "illuminate/routing": "~5.0|~6.0" }, "require-dev": { "phpunit/phpunit": "~5.0"