Skip to content

Commit 87897d7

Browse files
committed
fixed composer.json
1 parent 2f913f5 commit 87897d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"type": "symfony-bundle",
1414
"minimum-stability": "dev",
1515
"require": {
16+
"php": ">=5.3.0",
1617
"leezy/pheanstalk-bundle": "2.*",
1718
"jms/serializer-bundle": "0.13.*"
1819
},
@@ -29,7 +30,7 @@
2930
},
3031
"extra": {
3132
"branch-alias": {
32-
"dev-master": "dev"
33+
"dev-master": "0.1-dev"
3334
}
3435
},
3536
"target-dir": "Webdevvie/PheanstalkTaskQueueBundle"

0 commit comments

Comments
 (0)