summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksei Gagarin <[email protected]>2023-02-07 15:34:41 +0300
committerGitHub <[email protected]>2023-02-07 13:34:41 +0100
commitbe1e0de24da385b0a2946b505647c71649780986 (patch)
tree6c7339db6ec83f3f5f8ebad2bcc4ab846811f8f3
parentc794a7ab2ae828af8068776b9dfcdcce5299d855 (diff)
[#1451]: Update composer.json
-rw-r--r--composer.json17
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",