Skip to content

Commit

Permalink
Changed composer.json to allow to use Symfony Process version 2.1 and…
Browse files Browse the repository at this point in the history
… 2.2
  • Loading branch information
fabpot committed Sep 29, 2012
1 parent a6baab9 commit 707775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.3.1",
"symfony/process": "2.1.*"
"symfony/process": ">=2.1.0,<2.3-dev"
},
"require-dev": {
"twig/twig": ">=1.6.0,<2.0",
Expand Down

0 comments on commit 707775a

Please sign in to comment.