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

Relax Doctrine version constraints #3452

Merged
merged 1 commit into from
Jul 28, 2017

Conversation

gapple
Copy link
Contributor

@gapple gapple commented Jul 24, 2017

Set constraint to minimum minor version, so that PHP 5.6+ environments can use newer minor versions.

Travis testing against a PHP 5.5.9 environment should ensure that the constraints remain valid for the minimum supported version.

Fixes #3365


You can test locally by setting the platform config parameter in the composer.json for a project that requires drupal/console.

Updating from PHP 5.5 to PHP 5.6:

  • doctrine/collections (v1.3.0 => v1.4.0)
  • doctrine/common (v2.6.2 => v2.7.3)
  • zendframework/zend-stdlib (3.0.1 => 3.1.0)
  • zendframework/zend-feed (2.7.0 => 2.8.0)

Updating from PHP 5.6 to PHP 7.1:

  • doctrine/inflector (v1.1.0 => v1.2.0)
  • doctrine/collections (v1.4.0 => v1.5.0)
  • doctrine/cache (v1.6.2 => v1.7.0)
  • doctrine/common (v2.7.3 => v2.8.0)
  • doctrine/instantiator (1.0.5 => 1.1.0)

Set constraint to minimum minor version, so that PHP 5.6+ environments can use
newer minor versions.
@jmolivas jmolivas modified the milestone: RC-26 Jul 27, 2017
@jmolivas jmolivas merged commit 90d1664 into hechoendrupal:master Jul 28, 2017
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