Rector 1.0.0

This commit is contained in:
Tomas Votruba 2024-02-06 13:38:07 +00:00
parent 64d401b643
commit 362258a1f6
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '9a44c19598a21aff4b6b38f9a0db3b5ca30337c6';
public const PACKAGE_VERSION = '1.0.0';
/**
* @api
* @var string

View File

@ -14,7 +14,7 @@ $loader = (static function () {
// Restore the backup and ensure the excluded files are properly marked as loaded
$GLOBALS['__composer_autoload_files'] = \array_merge(
$existingComposerAutoloadFiles,
\array_fill_keys(['0e6d7bf4a5811bfa5cf40c5ccd6fae6a', '5928a00fa978807cf85d90ec3f4b0147'], true)
\array_fill_keys(['5928a00fa978807cf85d90ec3f4b0147', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a'], true)
);
return $loader;