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

Dump version doctrine/dbal #26

Merged
merged 2 commits into from
Apr 17, 2018
Merged

Conversation

alexmanno
Copy link
Member

No description provided.

@alexmanno alexmanno requested a review from Jean85 April 16, 2018 16:18
composer.json Outdated
@@ -11,7 +11,7 @@
],
"require": {
"php" : "^5.6 || ^7.0",
"doctrine/dbal": ">=2.3,<2.7-dev"
"doctrine/dbal": ">=2.3"
Copy link
Member

Choose a reason for hiding this comment

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

An open ended constraint is not a good thing, see https://getcomposer.org/doc/faqs/why-are-unbound-version-constraints-a-bad-idea.md

Since Doctrine DBAL seems to be following semver, we should probably move to a ^2.3 constraint.

@Jean85 Jean85 mentioned this pull request Apr 16, 2018
@Jean85 Jean85 merged commit a439597 into facile-it:master Apr 17, 2018
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.

2 participants