diff --git a/composer.json b/composer.json index be757280..fd47a738 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.1", "ext-mbstring": "*", - "illuminate/collections": "^10.0", + "illuminate/collections": "^8.0|^9.0|^10.0", "symfony/console": "^6.2" }, "require-dev": { @@ -34,5 +34,7 @@ "allow-plugins": { "pestphp/pest-plugin": true } - } + }, + "minimum-stability": "dev", + "prefer-stable": true }