diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..6216b686 --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "spiral/roadrunner", + "type": "server", + "description": "RoadRunner: High-performance PHP application server, load-balancer and process manager written in Golang", + "license": "MIT", + "authors": [ + { + "name": "Anton Titov / Wolfy-J", + "email": "[email protected]" + }, + { + "name": "RoadRunner Community", + "homepage": "https://github.com/spiral/roadrunner/graphs/contributors" + } + ], + "require": { + "spiral/roadrunner-worker": ">=2.0", + "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", + "composer/package-versions-deprecated": "^1.8" + }, + "bin": [ + "bin/rr" + ] +} |