diff --git a/composer.json b/composer.json index d0278b4..9bce7d3 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ }, "require": { "php": "^7.1|^8.0", - "illuminate/support": ">=5.8", - "illuminate/validation": ">=5.8", - "illuminate/translation": ">=5.8" + "illuminate/support": ">=5.0", + "illuminate/validation": ">=5.0", + "illuminate/translation": ">=5.0" }, "require-dev": { "phpunit/phpunit": ">=7",