diff --git a/composer.json b/composer.json index ebf34e1..b5caf93 100644 --- a/composer.json +++ b/composer.json @@ -10,14 +10,12 @@ "dev" ], "require": { - "php": "^7.2|^8.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" + "php": ">=7.2", + "illuminate/support": ">=7.0" }, "require-dev": { - "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0|^9.0", - "orchestra/testbench": "^4.3|^5.0|^6.0|^7.0" + "phpunit/phpunit": ">=8.0" }, "license": "MIT", "authors": [