Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Conversation

weierophinney
Copy link
Member

Right now, because PHPUnit 6 only works against PHP 7, we need to keep PHPUnit 5.X versions in the composer.lock. This is problematic when contributors do an update while running PHP 7 and then push the updated composer.lock.

What this patch does is:

  • Update to PHP 7-versions of PHPUnit libraries.
  • Updates .travis.yml to update those libraries when running under PHP 5.6, forcing installation of the PHPUnit 5.7 variants. This then also installs locked dependencies.

@weierophinney weierophinney added this to the 2.0.0 milestone Feb 15, 2017
@weierophinney weierophinney merged commit f2c8da3 into zendframework:develop Feb 15, 2017
weierophinney added a commit that referenced this pull request Feb 15, 2017
@weierophinney weierophinney deleted the hotfix/phpunit-lock branch February 15, 2017 19:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant