Skip to content
This repository was archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Merge pull request #7 from shieldo/allow_all_symfony_2_x
Browse files Browse the repository at this point in the history
updated symfony dep to allow all 2.x versions
  • Loading branch information
denderello committed Jun 5, 2013
2 parents 71c010f + cccb6a0 commit f807958
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 @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">=2.1.0,<2.3-dev",
"symfony/symfony": "~2.1",
"doctrine/doctrine-bundle": ">=1.0.0,<1.3-dev"
},
"autoload": {
Expand Down

0 comments on commit f807958

Please sign in to comment.