Skip to content

Commit 130104c

Browse files
Prepare release
1 parent 502f8bd commit 130104c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"issues": "https://github.com/sebastianbergmann/phpunit/issues"
2121
},
2222
"prefer-stable": true,
23-
"minimum-stability": "dev",
2423
"require": {
2524
"php": "^7.2",
2625
"ext-dom": "*",

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function id(): string
3333
}
3434

3535
if (self::$version === null) {
36-
$version = new VersionId('8.0', \dirname(__DIR__, 2));
36+
$version = new VersionId('8.0.0', \dirname(__DIR__, 2));
3737
self::$version = $version->getVersion();
3838
}
3939

0 commit comments

Comments
 (0)