diff --git a/composer.json b/composer.json index 3f75ca1..3db6493 100644 --- a/composer.json +++ b/composer.json @@ -4,10 +4,10 @@ "keywords": ["Laravel", "Tests", "Factory"], "license": "MIT", "require": { - "php": "^7.2", - "illuminate/support": "^6.0", - "illuminate/console": "^6.0", - "illuminate/filesystem": "^6.0", + "php": "^7.2.5", + "illuminate/support": "^6.0|^7.0", + "illuminate/console": "^6.0|^7.0", + "illuminate/filesystem": "^6.0|^7.0", "doctrine/dbal": "^2.9" }, "autoload": {