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

Skip to content

[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

Merged
merged 1 commit into from
Jul 31, 2012
Merged

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Jul 31, 2012

fix #4966

@stloyd
Copy link
Contributor

stloyd commented Jul 31, 2012

You should also bump Security component deps.

@vicb
Copy link
Contributor Author

vicb commented Jul 31, 2012

The security does not depend on doctrine/orm

fabpot added a commit that referenced this pull request Jul 31, 2012
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`
@fabpot fabpot merged commit 4ae54e3 into symfony:master Jul 31, 2012
fabpot added a commit to symfony/symfony-standard that referenced this pull request Jul 31, 2012
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"
},
Copy link
Member

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)

Copy link
Contributor Author

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 ?

Copy link
Member

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.

mbence pushed a commit to mbence/csaladsegito that referenced this pull request Feb 3, 2014
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Form] [DoctrineBridge] Possible regression in ManagerRegistry::getManagerForClass()
4 participants