Skip to content

Commit

Permalink
Merge pull request #251 from stof/patch-2
Browse files Browse the repository at this point in the history
Changed some constraint to allow latest versions
  • Loading branch information
schmittjoh committed Mar 11, 2014
2 parents d980279 + 9dbaa6a commit f451e0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.3.2",
"jms/metadata": "~1.1",
"jms/parser-lib": "1.*",
"phpcollection/phpcollection": ">=0.1,<0.3-dev",
"phpcollection/phpcollection": "~0.1",
"doctrine/annotations": "1.*"
},
"suggest": {
Expand All @@ -24,14 +24,14 @@
"minimum-stability": "dev",
"require-dev": {
"twig/twig": ">=1.8,<2.0-dev",
"doctrine/orm": ">=2.1,<2.4-dev",
"doctrine/orm": "~2.1",
"doctrine/phpcr-odm": "~1.0.1",
"jackalope/jackalope-doctrine-dbal": "1.0.*",
"propel/propel1": "~1.7",
"symfony/yaml": "2.*",
"symfony/translation": ">=2.0,<2.2-dev",
"symfony/validator": ">=2.0,<2.2-dev",
"symfony/form": ">=2.1,<=2.4-dev",
"symfony/translation": "~2.0",
"symfony/validator": "~2.0",
"symfony/form": "~2.1",
"symfony/filesystem": "2.*"
},
"autoload": {
Expand Down

0 comments on commit f451e0e

Please sign in to comment.