diff --git a/composer.json b/composer.json index 0c0498b..d57c659 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ "php": "^8.0", "ext-json": "*", "ext-zip": "*", - "illuminate/console": "^8.0 || ^9.0", - "illuminate/filesystem": "^8.0 || ^9.0", - "illuminate/support": "^8.0 || ^9.0", - "symfony/finder": "^5.0 || ^6.0", - "symfony/process": "^5.0 || ^6.0" + "illuminate/console": "^8.0", + "illuminate/filesystem": "^8.0", + "illuminate/support": "^8.0", + "symfony/finder": "^5.0", + "symfony/process": "^5.0" }, "require-dev": { "phpunit/phpunit": "^9.3",