Skip to content

Commit 397bf5b

Browse files
committed
Adding composer for v2
1 parent 950f7cc commit 397bf5b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

composer.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "brianlmoon/gearmanmanager",
3+
"homepage": "http://brian.moonspot.net/GearmanManager",
4+
"description": "PHP daemon for managing gearman workers",
5+
"keywords": ["gearman","net_gearman","gearman-manager"],
6+
"type": "library",
7+
"license": "BSD",
8+
"authors": [
9+
{
10+
"name": "Brian Moon",
11+
"homepage": "http://brian.moonspot.net"
12+
}
13+
],
14+
"suggest": {
15+
"brianlmoon/net_gearman" : "A PHP interface for Danga's Gearman",
16+
"ext-gearman" : "PHP wrapper to libgearman"
17+
},
18+
"support": {
19+
"issues": "https://github.com/brianlmoon/GearmanManager/issues"
20+
},
21+
"require": {
22+
"php": ">=5.5.9"
23+
},
24+
"autoload": {
25+
"psr-4": {
26+
"GearmanManager\\": "src/"
27+
}
28+
}
29+
}
30+

0 commit comments

Comments
 (0)