Skip to content

Commit

Permalink
updated composer.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 16, 2011
1 parent ae8efc4 commit f1e9709
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Bridge/Doctrine/composer.json
Expand Up @@ -20,8 +20,8 @@
"php": ">=5.3.2"
},
"recommend": {
"doctrine/dbal": ">=2.1",
"doctrine/orm": ">=2.1"
"doctrine/dbal": ">=2.2",
"doctrine/orm": ">=2.2"
},
"suggest": {
"symfony/form": ">=2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Twig/composer.json
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.3.2",
"twig/twig": ">=1.1"
"twig/twig": ">=1.4"
},
"suggest": {
"symfony/form": ">=2.1",
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Bundle/DoctrineBundle/composer.json
Expand Up @@ -22,7 +22,7 @@
"symfony/doctrine-abstract-bundle": ">=2.1"
},
"recommend": {
"doctrine/dbal": ">=2.0",
"doctrine/orm": ">=2.0"
"doctrine/dbal": ">=2.2",
"doctrine/orm": ">=2.2"
}
}
4 changes: 2 additions & 2 deletions src/Symfony/Bundle/TwigBundle/composer.json
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.3.2",
"twig/twig": ">=1.1",
"symfony/twig-bridge": ">=2.0"
"twig/twig": ">=1.4",
"symfony/twig-bridge": ">=2.1"
}
}
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/composer.json
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.1"
"doctrine/common": ">=2.2"
},
"suggest": {
"symfony/http-foundation": ">=2.1",
Expand Down

0 comments on commit f1e9709

Please sign in to comment.