Skip to content

Commit aa903fd

Browse files
committed
update composer.json
1 parent ec79e27 commit aa903fd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

composer.json

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
2+
"name": "workerman/rabbitmq",
3+
"type": "library",
4+
"keywords": [
5+
"amqp",
6+
"rabbitmq client"
7+
],
8+
"homepage": "http://www.workerman.net",
9+
"license": "MIT",
10+
"description": "Asynchronous rabbitmq client for PHP based on workerman.",
11+
"authors": [
12+
{
13+
"name": "walkor",
14+
"email": "[email protected]",
15+
"homepage": "http://www.workerman.net",
16+
"role": "Developer"
17+
}
18+
],
19+
"support": {
20+
"email": "[email protected]",
21+
"issues": "https://github.com/walkor/rabbitmq/issues",
22+
"forum": "http://wenda.workerman.net/",
23+
"wiki": "http://doc.workerman.net/",
24+
"source": "https://github.com/walkor/rabbitmq"
25+
},
226
"require": {
327
"workerman/workerman": "^4.0",
428
"bunny/bunny": "^0.4"

0 commit comments

Comments
 (0)