-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
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" |
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.
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?
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.
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
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.
Agreed, I would keep it simple and change if requested by users eventually, even now it's 2x more dependencies than before. 😃
Require PHP 7.2, drop <7.2 in Composer & on CI
3dc98c6
to
686ac72
Compare
…ons' into develop Close #2967
Manually merged via 2f085fc |
Drop Doctrine\DBAL\Version in favor of Ocramius\PackageVersions
cross-linking doctrine/orm#6653