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

Drop Doctrine\DBAL\Version in favor of Ocramius\PackageVersions #2967

Closed
wants to merge 12 commits into from

Conversation

Majkl578
Copy link
Contributor

@Majkl578 Majkl578 commented Jan 5, 2018

cross-linking doctrine/orm#6653

@Majkl578 Majkl578 requested a review from Ocramius January 5, 2018 04:32
composer.json Outdated
@@ -14,7 +14,8 @@
"require": {
"php": "^7.1",
"ext-pdo": "*",
"doctrine/common": "^2.7.1"
"doctrine/common": "^2.7.1",
"ocramius/package-versions": "^1.2"
Copy link
Member

Choose a reason for hiding this comment

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

I know it's already merged into doctrine/doctrine2 but given the version is displayed in CLI to humans, would it make sense to use jean85/pretty-package-versions for prettier output?

Copy link
Member

Choose a reason for hiding this comment

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

Eh, this is mostly so we can get proper reports when people get something wrong, so I think the human consumer is mostly @doctrine/doctrinecore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, I would keep it simple and change if requested by users eventually, even now it's 2x more dependencies than before. 😃

@Ocramius
Copy link
Member

Manually merged via 2f085fc

@Ocramius Ocramius closed this Jan 29, 2018
@Ocramius Ocramius added this to the 3.0.0 milestone Jan 29, 2018
@Ocramius Ocramius self-assigned this Jan 29, 2018
@Majkl578 Majkl578 deleted the dev/drop-version branch February 1, 2018 22:07
morozov added a commit that referenced this pull request Jan 30, 2020
Drop Doctrine\DBAL\Version in favor of Ocramius\PackageVersions
@morozov morozov modified the milestones: 4.0.0, 3.0.0 Jan 30, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants