Skip to content

Commit dd7ca37

Browse files
authored
Merge pull request #9 from nanasess/replace-phpunit
Bump version
2 parents ccb673b + ec94154 commit dd7ca37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"tests/_files/CoveredFunction.php"
6666
]
6767
},
68-
"provide": {
69-
"phpunit/phpunit": "4.8.35"
68+
"replace": {
69+
"phpunit/phpunit": "*"
7070
},
7171
"extra": {
7272
"branch-alias": {

src/Runner/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function id()
3232
}
3333

3434
if (self::$version === null) {
35-
$version = new Version('4.8.35', dirname(dirname(__DIR__)));
35+
$version = new Version('4.8.41', dirname(dirname(__DIR__)));
3636
self::$version = $version->getVersion();
3737
}
3838

0 commit comments

Comments
 (0)