Skip to content
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

Remove reliance on Symfony\Component\Yaml deprecated constants #6630

Merged
merged 2 commits into from
Aug 16, 2017

Conversation

Ocramius
Copy link
Member

See https://travis-ci.org/doctrine/doctrine2/jobs/265260226#L546-L554 for reasons - constant is gone in 4.0, and that makes static analysis (obviously) crash.

@Ocramius Ocramius added this to the 2.6.0 milestone Aug 16, 2017
@@ -24,8 +24,11 @@
"doctrine/annotations": "~1.4",
"symfony/console": "~3.0|~4.0"
},
"conflict": {
"symfony/yaml": "<3.4"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

People can really hurt themselves if they install ORM 2.6 + Yaml <3.4, so this is now here.

Copy link
Member

@alcaeus alcaeus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Ocramius
Copy link
Member Author

🚢

@Ocramius Ocramius assigned Ocramius and unassigned lcobucci and alcaeus Aug 16, 2017
@Ocramius Ocramius merged commit da109c3 into master Aug 16, 2017
@Ocramius Ocramius deleted the fix/remove-reliance-on-yaml-deprecated-constants branch August 16, 2017 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants