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

Commit 26ab128

Browse files
committed
[TASK] Allow sebastian/comparator ^3.0
Unblock phpunit 7.1.5, see sebastianbergmann/phpunit@c9c5a07
1 parent 33e8ccf commit 26ab128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"phpunit/phpunit": "^7.1",
1414
"phpunit/php-code-coverage": "^6.0",
15-
"sebastian/comparator": "^2.0",
15+
"sebastian/comparator": "^2.0 || ^3.0",
1616
"sebastian/diff": "^3.0"
1717
},
1818
"autoload":{

0 commit comments

Comments
 (0)