Skip to content

Commit

Permalink
merged branch vicb/doctrine_deps (PR #5127)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
fabpot committed Jul 31, 2012
2 parents ee2b8c4 + 4ae54e3 commit b1618d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -56,7 +56,7 @@
},
"require-dev": {
"doctrine/dbal": ">=2.2,<2.4-dev",
"doctrine/orm": ">=2.2,<2.4-dev",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/data-fixtures": "1.0.*",
"propel/propel1": "dev-master",
"monolog/monolog": "dev-master"
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Doctrine/composer.json
Expand Up @@ -24,7 +24,7 @@
"symfony/validator": "self.version",
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": ">=2.2,<2.4-dev",
"doctrine/orm": ">=2.2,<2.4-dev"
"doctrine/orm": ">=2.2.3,<2.4-dev"
},
"autoload": {
"psr-0": { "Symfony\\Bridge\\Doctrine": "" }
Expand Down

0 comments on commit b1618d2

Please sign in to comment.