diff --git a/composer.json b/composer.json index cdbf0c8..a0fe3e8 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ }, "require": { "php": ">=5.4.0", - "illuminate/support": "~5.4", - "illuminate/validation": "~5.4" + "illuminate/support": "~5.4|^6.0", + "illuminate/validation": "~5.4|^6.0" }, "autoload": { "psr-4": { @@ -29,4 +29,4 @@ } }, "minimum-stability": "stable" -} \ No newline at end of file +}