Skip to content

Commit 010b2c4

Browse files
author
Saurabh Patel
committed
updated
Signed-off-by: Saurabh Patel <[email protected]>
1 parent 889a21b commit 010b2c4

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

composer.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "BSD-3-Clause",
66
"homepage": "https://github.com/saurabhaec/zf2-php-resque",
77
"keywords": [
8-
"ZF2 PHP Resque Worker"
8+
"zf2"
99
],
1010
"authors": [
1111
{
@@ -15,8 +15,26 @@
1515
"role": "Developer"
1616
}
1717
],
18-
"minimum-stability": "dev-master",
18+
1919
"require": {
2020
"php": ">=5.3.3"
21+
},
22+
23+
"extra": {
24+
"branch-alias": {
25+
"dev-master": "0.1.x-dev"
26+
}
27+
},
28+
29+
"autoload": {
30+
"psr-0": {
31+
"Resquezf2": "src/"
32+
},
33+
"classmap": [
34+
"./"
35+
]
2136
}
37+
38+
39+
2240
}

0 commit comments

Comments
 (0)