summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-01-15 12:08:20 +0300
committerValery Piashchynski <[email protected]>2022-01-15 12:08:20 +0300
commit5254c8eb27311e2a8a53a4c90c3829cf1238c563 (patch)
treeb51c9a4c1dd4c25adc511498ce0380a7078c5572 /composer.json
parent13609dd03dd0d2fa85b9fb850be787bf4e2ea67f (diff)
Repository content update
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/composer.json b/composer.json
deleted file mode 100644
index 878d29ae..00000000
--- a/composer.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "spiral/roadrunner",
- "type": "metapackage",
- "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",
- "spiral/roadrunner-cli": "^2.0",
- "spiral/roadrunner-http": "^2.0"
- },
- "config": {
- "sort-packages": true
- },
- "minimum-stability": "dev",
- "prefer-stable": true
-}