Skip to content

Commit

Permalink
Update composer.json files: - to allow versions ~2.2 (>=2.2,<3.0) o…
Browse files Browse the repository at this point in the history
…f Doctrine DBAL, ORM & Common - fixed Propel1 versions difference between main and bridge files - fixed Twig versions difference between main and bridge files - to allow versions ~1.11 (>=1.11,<2.0) of Twig - fixed Locale ext-intl version to accept all, not non-existing version
  • Loading branch information
stloyd authored and fabpot committed Feb 1, 2013
1 parent de9d647 commit 07e32c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"symfony/config": "2.2.*",
"symfony/yaml": "2.2.*",
"symfony/http-kernel": "2.2.*",
"doctrine/common": ">=2.2,<2.4-dev",
"doctrine/common": "~2.2",
"psr/log": "~1.0"
},
"suggest": {
"symfony/config": "2.2.*",
"symfony/yaml": "2.2.*",
"doctrine/common": ">=2.2,<2.4-dev"
"doctrine/common": "~2.2"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Routing\\": "" }
Expand Down

0 comments on commit 07e32c8

Please sign in to comment.