From 0fe55bd24c112b8e757d8c48950e7b878a035baa Mon Sep 17 00:00:00 2001 From: Alexander Melihov Date: Tue, 4 Sep 2018 23:32:24 +0300 Subject: [PATCH] laravel 5.7 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3affcd1..72eb4ed 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "~5.5.0|~5.6.0", - "illuminate/validation": "~5.5.0|~5.6.0" + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0", + "illuminate/validation": "~5.5.0|~5.6.0|~5.7.0" }, "require-dev": { "mockery/mockery": "^0.9.9", - "phpunit/phpunit": "~6.0" + "phpunit/phpunit": "~6.0|~7.0" }, "autoload": { "psr-4": {