Skip to content

Commit

Permalink
fix propelorm#500 update composer.json force phing 2.4.12
Browse files Browse the repository at this point in the history
Fix composer to use phing 2.4.12
this fix propelorm#500
  • Loading branch information
jaugustin committed Nov 9, 2012
1 parent a6b98bd commit 6966cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"include-path": ["runtime/lib", "generator/lib"],
"require": {
"php": ">=5.2.4",
"phing/phing": ">=2.4.12,2.4.*"
"phing/phing": "2.4.12"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 6966cd9

Please sign in to comment.