diff options
-rw-r--r-- | composer.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json index e74adfaa..a06b7749 100644 --- a/composer.json +++ b/composer.json @@ -3,16 +3,33 @@ "type": "metapackage", "description": "RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins", "license": "MIT", + "homepage": "https://roadrunner.dev/", + "support": { + "docs": "https://roadrunner.dev/docs", + "issues": "https://github.com/roadrunner-server/roadrunner/issues", + "forum": "https://forum.roadrunner.dev/", + "chat": "https://discord.gg/V6EK4he" + }, "authors": [ { "name": "Anton Titov / Wolfy-J", "email": "[email protected]" }, { + "name": "Valery Piashchynski", + "homepage": "https://github.com/rustatian" + }, + { "name": "RoadRunner Community", "homepage": "https://github.com/roadrunner-server/roadrunner/graphs/contributors" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/roadrunner-server" + } + ], "require": { "spiral/roadrunner-worker": "^2.0", "spiral/roadrunner-cli": "^2.0", |