Skip to content

Commit

Permalink
Update composer.json for compatibility
Browse files Browse the repository at this point in the history
The 0.3 branch of TestingBundle is not compatible with Symfony 2.6,
this update changes the composer.json to reflect this. The 0.4 branch
will be compatible with Symfony 2.6
  • Loading branch information
Florian Eckerstorfer committed Feb 6, 2015
1 parent 4d3f071 commit af127a8
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.3",
"symfony/symfony": ">=2.3"
"symfony/symfony": ">=2.3,<2.6"
},
"require-dev": {
"symfony/doctrine-bridge": "2.3.*",
Expand Down

0 comments on commit af127a8

Please sign in to comment.