Skip to content

Commit

Permalink
Merge pull request #19 from shieldo/patch-1
Browse files Browse the repository at this point in the history
make bundle compatible with all symfony 2.1+
  • Loading branch information
Roderik van der Veer committed Jun 1, 2014
2 parents 36ef909 + c4d4867 commit db2bcf2
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 @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1,<2.5.0",
"symfony/framework-bundle": "~2.1",
"raven/raven": "~0.8"
},
"autoload": {
Expand Down

0 comments on commit db2bcf2

Please sign in to comment.