diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 6216b686..421cf97d 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,8 @@ "homepage": "https://github.com/spiral/roadrunner/graphs/contributors" } ], + "minimum-stability": "dev", + "prefer-stable": true, "require": { "spiral/roadrunner-worker": ">=2.0", "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", |