diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index bcddd5e3c85..3968689209b 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 = '1aef75583cc0c1314f151c24fac27e7af69e7d7d'; + public const PACKAGE_VERSION = '1.2.2'; /** * @api * @var string diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index 83e3a823849..679aeaeab61 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(['5928a00fa978807cf85d90ec3f4b0147', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a'], true) + \array_fill_keys(['0e6d7bf4a5811bfa5cf40c5ccd6fae6a', '5928a00fa978807cf85d90ec3f4b0147'], true) ); return $loader;