Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

[TASK] Allow sebastian/comparator ^3.0 #29

Merged
merged 2 commits into from
May 9, 2018
Merged

Conversation

lolli42
Copy link
Contributor

@lolli42 lolli42 commented May 9, 2018

Unblock phpunit 7.1.5, see
sebastianbergmann/phpunit@c9c5a07

composer.json Outdated
@@ -12,7 +12,7 @@
"require": {
"phpunit/phpunit": "^7.1",
"phpunit/php-code-coverage": "^6.0",
"sebastian/comparator": "^2.0",
"sebastian/comparator": "^2.0 || ^3.0",
Copy link
Member

Choose a reason for hiding this comment

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

There is no reason to support sebastian/comparator 2.0 in 7.0 branch of phpunit-wrapper, this constraint can be changed to "^3.0".

I've looked at sebastianbergmann/comparator@2.1.3...3.0.0 and there aren't any breaking changes in it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants