From 5e5e80d7d95fb6c33b78a0bd137d1edbdfe6258c Mon Sep 17 00:00:00 2001 From: mtvbrianking Date: Wed, 4 Sep 2019 15:24:57 +0300 Subject: [PATCH] Allow for Laravel 6.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1a82dcd..1ae7310 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ ], "require": { "php": ">=5.6.4", - "illuminate/http": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0" + "illuminate/http": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" }, "require-dev": { "phpunit/phpunit": "~5.0|~5.7|~6.0|^7.0|^7.5|^8.0", - "orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0|~3.8.0" + "orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0" }, "autoload": { "psr-4": {