We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccb673b + ec94154 commit dd7ca37Copy full SHA for dd7ca37
composer.json
@@ -65,8 +65,8 @@
65
"tests/_files/CoveredFunction.php"
66
]
67
},
68
- "provide": {
69
- "phpunit/phpunit": "4.8.35"
+ "replace": {
+ "phpunit/phpunit": "*"
70
71
"extra": {
72
"branch-alias": {
src/Runner/Version.php
@@ -32,7 +32,7 @@ public static function id()
32
}
33
34
if (self::$version === null) {
35
- $version = new Version('4.8.35', dirname(dirname(__DIR__)));
+ $version = new Version('4.8.41', dirname(dirname(__DIR__)));
36
self::$version = $version->getVersion();
37
38
0 commit comments