-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Composer] Bumped doctrine/orm to 2.2.3 #5127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
You should also bump Security component deps. |
The security does not depend on |
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`
Commits ------- 793a21a Updated the lock file 59fdaeb Bumped Doctrine to 2.2.3 Discussion ---------- Doctrine deps based on #373 from @stof integrating the feedback --------------------------------------------------------------------------- by stof at 2012-07-31T14:53:00Z :+1: And the requirement on 2.2.3+ should be changed in symfony too instead of >=2.2 --------------------------------------------------------------------------- by vicb at 2012-07-31T15:00:23Z @stof that's symfony/symfony#5127. Thanks for your help.
@@ -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" | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, this is not enough. ORM 2.2.3 could accept common 2.2.2. and the real 2.2.3 requirement is on Common in the bridge (thus, this does not change anything there as it is in the suggestion which is simply plain text)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stof there seems to be not 2.2.3 tag on doctrine/common ? May be you could submit a PR with the fix ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is indeed no 2.2.3 tag in common. It will be the next 2.2.x release in common. The fix we need is not yet part of any doctrine release.
Commits ------- 793a21a Updated the lock file 59fdaeb Bumped Doctrine to 2.2.3 Discussion ---------- Doctrine deps based on #373 from @stof integrating the feedback --------------------------------------------------------------------------- by stof at 2012-07-31T14:53:00Z :+1: And the requirement on 2.2.3+ should be changed in symfony too instead of >=2.2 --------------------------------------------------------------------------- by vicb at 2012-07-31T15:00:23Z @stof that's symfony/symfony#5127. Thanks for your help.
fix #4966