We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca33cb9 commit dd93ec5Copy full SHA for dd93ec5
src/Version.php
@@ -21,7 +21,7 @@ final class Version
21
public static function id(): string
22
{
23
if (self::$version === null) {
24
- $version = new VersionId('7.0.10', \dirname(__DIR__));
+ $version = new VersionId('8.0', \dirname(__DIR__));
25
self::$version = $version->getVersion();
26
}
27
0 commit comments