There was an error while loading. Please reload this page.
1 parent 502f8bd commit 130104cCopy full SHA for 130104c
composer.json
@@ -20,7 +20,6 @@
20
"issues": "https://github.com/sebastianbergmann/phpunit/issues"
21
},
22
"prefer-stable": true,
23
- "minimum-stability": "dev",
24
"require": {
25
"php": "^7.2",
26
"ext-dom": "*",
src/Runner/Version.php
@@ -33,7 +33,7 @@ public static function id(): string
33
}
34
35
if (self::$version === null) {
36
- $version = new VersionId('8.0', \dirname(__DIR__, 2));
+ $version = new VersionId('8.0.0', \dirname(__DIR__, 2));
37
self::$version = $version->getVersion();
38
39
0 commit comments