From 362258a1f6369fc88d02d469a5478d220f78b0e6 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 6 Feb 2024 13:38:07 +0000 Subject: [PATCH] Rector 1.0.0 --- src/Application/VersionResolver.php | 2 +- vendor/scoper-autoload.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 5673ea897ab2..d4579b268ae6 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -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 diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index c7052a583ead..91140fe33110 100644 --- a/vendor/scoper-autoload.php +++ b/vendor/scoper-autoload.php @@ -14,7 +14,7 @@ // 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;