Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1618d2

Browse files
committed
merged branch vicb/doctrine_deps (PR #5127)
Commits ------- 4ae54e3 [Composer] Bumped doctrine/orm to 2.2.3 Discussion ---------- [Composer] Bumped doctrine/orm to 2.2.3 fix #4966 --------------------------------------------------------------------------- by stloyd at 2012-07-31T15:01:41Z You should also _bump_ Security component [deps](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/composer.json#L28). --------------------------------------------------------------------------- by vicb at 2012-07-31T15:05:03Z The security does not depend on `doctrine/orm`
2 parents ee2b8c4 + 4ae54e3 commit b1618d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"require-dev": {
5858
"doctrine/dbal": ">=2.2,<2.4-dev",
59-
"doctrine/orm": ">=2.2,<2.4-dev",
59+
"doctrine/orm": ">=2.2.3,<2.4-dev",
6060
"doctrine/data-fixtures": "1.0.*",
6161
"propel/propel1": "dev-master",
6262
"monolog/monolog": "dev-master"

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/validator": "self.version",
2525
"doctrine/data-fixtures": "1.0.*",
2626
"doctrine/dbal": ">=2.2,<2.4-dev",
27-
"doctrine/orm": ">=2.2,<2.4-dev"
27+
"doctrine/orm": ">=2.2.3,<2.4-dev"
2828
},
2929
"autoload": {
3030
"psr-0": { "Symfony\\Bridge\\Doctrine": "" }

0 commit comments

Comments
 (0)