diff --git a/composer.json b/composer.json index 97ebf26..3afdf79 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ } ], "require": { - "php": ">=7.1", - "illuminate/support": "^6|^7|^8|^9|^10.0", - "illuminate/database": "^6|^7|^8|^9|^10.0" + "php": ">=7.2", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { - "phpunit/phpunit": "^7.5|^8.4|^9.0" + "phpunit/phpunit": "^7.5|^8.4|^9.0|^10.0" }, "autoload": { "psr-4": {