diff options
author | Kirill Nesmeyanov <[email protected]> | 2021-02-12 00:57:20 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-12 00:57:20 +0300 |
commit | 4ffe8b440d2e8087566268e4cea85c16829e0d44 (patch) | |
tree | 7d89406a828a04152cea2fa5dce7cbf5700e9770 /composer.json | |
parent | 8f6cafdc0948a5ea13bf9a811b576aa4b3ef7e4a (diff) |
Add spiral/roadrunner-cli tool and spiral/roadrunner-http PSR layer
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 1bf4a138..878d29ae 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,13 @@ } ], "require": { - "spiral/roadrunner-worker": ">=2.0" - } + "spiral/roadrunner-worker": "^2.0", + "spiral/roadrunner-cli": "^2.0", + "spiral/roadrunner-http": "^2.0" + }, + "config": { + "sort-packages": true + }, + "minimum-stability": "dev", + "prefer-stable": true } |