diff --git a/.github/workflows/along_other_packages.yaml b/.github/workflows/along_other_packages.yaml index 596b2affbf6..d2340b0d18b 100644 --- a/.github/workflows/along_other_packages.yaml +++ b/.github/workflows/along_other_packages.yaml @@ -26,7 +26,7 @@ jobs: - name: 'Along PHPStan' - install: composer require phpstan/phpstan:^0.12.96 --dev --ansi + install: composer require phpstan/phpstan:^0.12.97 --dev --ansi name: "PHP ${{ matrix.php_version }}" diff --git a/composer.json b/composer.json index dc3467fbf3b..d5b9f19dc7b 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "require": { "php": "^7.1|^8.0", - "phpstan/phpstan": "0.12.96" + "phpstan/phpstan": "0.12.97" }, "autoload": { "files": [ diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 3b657699c6e..5e2591dd5fe 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -16,11 +16,11 @@ final class VersionResolver /** * @var string */ - public const PACKAGE_VERSION = 'b1d573e8b56a92a0f3dcd0f11a49a41d2c2f72f6'; + public const PACKAGE_VERSION = '853fdee039e3ce5339d54947f0ca4cbaa9008978'; /** * @var string */ - public const RELEASE_DATE = '2021-09-01 09:17:01'; + public const RELEASE_DATE = '2021-09-01 22:10:20'; public static function resolvePackageVersion() : string { $process = new \RectorPrefix20210901\Symfony\Component\Process\Process(['git', 'log', '--pretty="%H"', '-n1', 'HEAD'], __DIR__); diff --git a/vendor/autoload.php b/vendor/autoload.php index c44bbddcdfd..675e7453cfa 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033::getLoader(); +return ComposerAutoloaderInit1245a53e53118f0b1dd5d966413630c8::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index dc69f0ac176..6d86493f22a 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033 +class ComposerAutoloaderInit1245a53e53118f0b1dd5d966413630c8 { private static $loader; @@ -22,15 +22,15 @@ class ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit1245a53e53118f0b1dd5d966413630c8', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); - spl_autoload_unregister(array('ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit1245a53e53118f0b1dd5d966413630c8', 'loadClassLoader')); $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit929a42a2ebe3cdb227e99e7bf5c53033::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit1245a53e53118f0b1dd5d966413630c8::getInitializer($loader)); } else { $classMap = require __DIR__ . '/autoload_classmap.php'; if ($classMap) { @@ -42,19 +42,19 @@ class ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033 $loader->register(true); if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInit929a42a2ebe3cdb227e99e7bf5c53033::$files; + $includeFiles = Composer\Autoload\ComposerStaticInit1245a53e53118f0b1dd5d966413630c8::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire929a42a2ebe3cdb227e99e7bf5c53033($fileIdentifier, $file); + composerRequire1245a53e53118f0b1dd5d966413630c8($fileIdentifier, $file); } return $loader; } } -function composerRequire929a42a2ebe3cdb227e99e7bf5c53033($fileIdentifier, $file) +function composerRequire1245a53e53118f0b1dd5d966413630c8($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 28180359c74..2950ffb0ff8 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit929a42a2ebe3cdb227e99e7bf5c53033 +class ComposerStaticInit1245a53e53118f0b1dd5d966413630c8 { public static $files = array ( 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', @@ -3855,9 +3855,9 @@ class ComposerStaticInit929a42a2ebe3cdb227e99e7bf5c53033 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit929a42a2ebe3cdb227e99e7bf5c53033::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit929a42a2ebe3cdb227e99e7bf5c53033::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit929a42a2ebe3cdb227e99e7bf5c53033::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit1245a53e53118f0b1dd5d966413630c8::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit1245a53e53118f0b1dd5d966413630c8::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit1245a53e53118f0b1dd5d966413630c8::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index ed519c96273..f7846712081 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -832,17 +832,17 @@ }, { "name": "phpstan\/phpstan", - "version": "0.12.96", - "version_normalized": "0.12.96.0", + "version": "0.12.97", + "version_normalized": "0.12.97.0", "source": { "type": "git", "url": "https:\/\/github.com\/phpstan\/phpstan.git", - "reference": "a98bdc51318f20fcae8c953d266f81a70254917f" + "reference": "a8867e63a00e606589faf8d3613164f20722c4ee" }, "dist": { "type": "zip", - "url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/a98bdc51318f20fcae8c953d266f81a70254917f", - "reference": "a98bdc51318f20fcae8c953d266f81a70254917f", + "url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/a8867e63a00e606589faf8d3613164f20722c4ee", + "reference": "a8867e63a00e606589faf8d3613164f20722c4ee", "shasum": "" }, "require": { @@ -851,7 +851,7 @@ "conflict": { "phpstan\/phpstan-shim": "*" }, - "time": "2021-08-21T11:55:13+00:00", + "time": "2021-09-01T10:51:52+00:00", "bin": [ "phpstan", "phpstan.phar" @@ -875,7 +875,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https:\/\/github.com\/phpstan\/phpstan\/issues", - "source": "https:\/\/github.com\/phpstan\/phpstan\/tree\/0.12.96" + "source": "https:\/\/github.com\/phpstan\/phpstan\/tree\/0.12.97" }, "funding": [ { @@ -1938,12 +1938,12 @@ "source": { "type": "git", "url": "https:\/\/github.com\/symfony\/dependency-injection.git", - "reference": "a665946279f566d94ed5eb98999cfa65c6fa5a78" + "reference": "999cfcf6400502bbc145b2bf36935770770ba6ca" }, "dist": { "type": "zip", - "url": "https:\/\/api.github.com\/repos\/symfony\/dependency-injection\/zipball\/a665946279f566d94ed5eb98999cfa65c6fa5a78", - "reference": "a665946279f566d94ed5eb98999cfa65c6fa5a78", + "url": "https:\/\/api.github.com\/repos\/symfony\/dependency-injection\/zipball\/999cfcf6400502bbc145b2bf36935770770ba6ca", + "reference": "999cfcf6400502bbc145b2bf36935770770ba6ca", "shasum": "" }, "require": { @@ -1976,7 +1976,7 @@ "symfony\/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony\/yaml": "" }, - "time": "2021-08-02T16:16:27+00:00", + "time": "2021-08-31T18:22:06+00:00", "default-branch": true, "type": "library", "installation-source": "dist", @@ -2005,7 +2005,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https:\/\/symfony.com", "support": { - "source": "https:\/\/github.com\/symfony\/dependency-injection\/tree\/v5.3.7" + "source": "https:\/\/github.com\/symfony\/dependency-injection\/tree\/5.3" }, "funding": [ { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index ae9fdbb8674..585695d6d79 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -2,4 +2,4 @@ namespace RectorPrefix20210901; -return array('root' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(0 => '0.11.x-dev'), 'reference' => \NULL, 'name' => 'rector/rector-src', 'dev' => \false), 'versions' => array('composer/semver' => array('pretty_version' => '3.2.5', 'version' => '3.2.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/./semver', 'aliases' => array(), 'reference' => '31f3ea725711245195f62e54ffa402d8ef2fdba9', 'dev_requirement' => \false), 'composer/xdebug-handler' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/./xdebug-handler', 'aliases' => array(), 'reference' => '84674dd3a7575ba617f5a76d7e9e29a7d3891339', 'dev_requirement' => \false), 'danielstjules/stringy' => array('pretty_version' => '3.1.0', 'version' => '3.1.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../danielstjules/stringy', 'aliases' => array(), 'reference' => 'df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e', 'dev_requirement' => \false), 'doctrine/inflector' => array('pretty_version' => '2.0.3', 'version' => '2.0.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/inflector', 'aliases' => array(), 'reference' => '9cf661f4eb38f7c881cac67c75ea9b00bf97b210', 'dev_requirement' => \false), 'ergebnis/json-printer' => array('pretty_version' => '3.1.1', 'version' => '3.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../ergebnis/json-printer', 'aliases' => array(), 'reference' => 'e4190dadd9937a77d8afcaf2b6c42a528ab367d6', 'dev_requirement' => \false), 'helmich/typo3-typoscript-parser' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../helmich/typo3-typoscript-parser', 'aliases' => array(), 'reference' => '366c38db68a83503ba4148cd77d77e08deae084e', 'dev_requirement' => \false), 'idiosyncratic/editorconfig' => array('pretty_version' => '0.1.3', 'version' => '0.1.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../idiosyncratic/editorconfig', 'aliases' => array(), 'reference' => '3445fa4a1e00f95630d4edc729c2effb116db19b', 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.3', 'version' => '1.8.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'reference' => 'b942d263c641ddb5190929ff840c68f78713e937', 'dev_requirement' => \false), 'nette/neon' => array('pretty_version' => 'v3.2.2', 'version' => '3.2.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/neon', 'aliases' => array(), 'reference' => 'e4ca6f4669121ca6876b1d048c612480e39a28d5', 'dev_requirement' => \false), 'nette/utils' => array('pretty_version' => 'v3.2.3', 'version' => '3.2.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/utils', 'aliases' => array(), 'reference' => '5c36cc1ba9bb6abb8a9e425cf054e0c3fd5b9822', 'dev_requirement' => \false), 'nikic/php-parser' => array('pretty_version' => 'v4.12.0', 'version' => '4.12.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/php-parser', 'aliases' => array(), 'reference' => '6608f01670c3cc5079e18c1dab1104e002579143', 'dev_requirement' => \false), 'phpstan/phpdoc-parser' => array('pretty_version' => '0.5.6', 'version' => '0.5.6.0', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpdoc-parser', 'aliases' => array(), 'reference' => 'fac86158ffc7392e49636f77e63684c026df43b8', 'dev_requirement' => \false), 'phpstan/phpstan' => array('pretty_version' => '0.12.96', 'version' => '0.12.96.0', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpstan', 'aliases' => array(), 'reference' => 'a98bdc51318f20fcae8c953d266f81a70254917f', 'dev_requirement' => \false), 'phpstan/phpstan-phpunit' => array('pretty_version' => '0.12.22', 'version' => '0.12.22.0', 'type' => 'phpstan-extension', 'install_path' => __DIR__ . '/../phpstan/phpstan-phpunit', 'aliases' => array(), 'reference' => '7c01ef93bf128b4ac8bdad38c54b2a4fd6b0b3cc', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/event-dispatcher' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/event-dispatcher', 'aliases' => array(), 'reference' => 'dbefd12671e8a14ec7f180cab83036ed26714bb0', 'dev_requirement' => \false), 'psr/event-dispatcher-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'ef29f6d262798707a9edd554e2b82517ef3a9376', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0|2.0')), 'rector/extension-installer' => array('pretty_version' => '0.11.0', 'version' => '0.11.0.0', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../rector/extension-installer', 'aliases' => array(), 'reference' => '10aedb0fab9a759ed9fa5a3396bd021960c10eab', 'dev_requirement' => \false), 'rector/rector' => array('dev_requirement' => \false, 'replaced' => array(0 => '0.11.x-dev', 1 => 'dev-main')), 'rector/rector-cakephp' => array('pretty_version' => '0.11.3', 'version' => '0.11.3.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-cakephp', 'aliases' => array(), 'reference' => '42e57ebb5573f0a65a680eecdfa0db536cca2db1', 'dev_requirement' => \false), 'rector/rector-doctrine' => array('pretty_version' => '0.11.17', 'version' => '0.11.17.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-doctrine', 'aliases' => array(), 'reference' => '281fc94511cebc608726715ff0c1de60d0d254b5', 'dev_requirement' => \false), 'rector/rector-laravel' => array('pretty_version' => '0.11.5', 'version' => '0.11.5.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-laravel', 'aliases' => array(), 'reference' => '6c5f56c2655039052ef3fe4301596241421d7ee9', 'dev_requirement' => \false), 'rector/rector-nette' => array('pretty_version' => '0.11.24', 'version' => '0.11.24.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-nette', 'aliases' => array(), 'reference' => '19ead06d6b4f55e2bfd835ed230e24bbeb19b6b5', 'dev_requirement' => \false), 'rector/rector-phpoffice' => array('pretty_version' => '0.11.2', 'version' => '0.11.2.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-phpoffice', 'aliases' => array(), 'reference' => 'b69f880e0b162cff0a95dffe9130f3a3360a1e9e', 'dev_requirement' => \false), 'rector/rector-phpunit' => array('pretty_version' => '0.11.7', 'version' => '0.11.7.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-phpunit', 'aliases' => array(), 'reference' => '9daf9b37e1373fc449f3cb3854a9487f75994ddf', 'dev_requirement' => \false), 'rector/rector-src' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(0 => '0.11.x-dev'), 'reference' => \NULL, 'dev_requirement' => \false), 'rector/rector-symfony' => array('pretty_version' => '0.11.18', 'version' => '0.11.18.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-symfony', 'aliases' => array(), 'reference' => 'f8cae5626dfb08a6f29d981a031d43ced5052549', 'dev_requirement' => \false), 'sebastian/diff' => array('pretty_version' => '4.0.4', 'version' => '4.0.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/diff', 'aliases' => array(), 'reference' => '3461e3fccc7cfdfc2720be910d3bd73c69be590d', 'dev_requirement' => \false), 'ssch/typo3-rector' => array('pretty_version' => 'v0.11.26', 'version' => '0.11.26.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../ssch/typo3-rector', 'aliases' => array(), 'reference' => 'ca4306df78091744951d75d2a82f05a12088af84', 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v5.3.4', 'version' => '5.3.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'reference' => '4268f3059c904c61636275182707f81645517a37', 'dev_requirement' => \false), 'symfony/console' => array('pretty_version' => '5.3.x-dev', 'version' => '5.3.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/console', 'aliases' => array(), 'reference' => '8b1008344647462ae6ec57559da166c2bfa5e16a', 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => '5.3.x-dev', 'version' => '5.3.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'reference' => 'a665946279f566d94ed5eb98999cfa65c6fa5a78', 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'reference' => '5f38c8804a9e97d23e0c8d63341088cd8a22d627', 'dev_requirement' => \false), 'symfony/error-handler' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/error-handler', 'aliases' => array(), 'reference' => '3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321', 'dev_requirement' => \false), 'symfony/event-dispatcher' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/event-dispatcher', 'aliases' => array(), 'reference' => 'ce7b20d69c66a20939d8952b617506a44d102130', 'dev_requirement' => \false), 'symfony/event-dispatcher-contracts' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/event-dispatcher-contracts', 'aliases' => array(), 'reference' => '69fee1ad2332a7cbab3aca13591953da9cdb7a11', 'dev_requirement' => \false), 'symfony/event-dispatcher-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.0')), 'symfony/filesystem' => array('pretty_version' => 'v5.3.4', 'version' => '5.3.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'reference' => '343f4fe324383ca46792cae728a3b6e2f708fb32', 'dev_requirement' => \false), 'symfony/finder' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/finder', 'aliases' => array(), 'reference' => 'a10000ada1e600d109a6c7632e9ac42e8bf2fb93', 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'reference' => '7e82f6084d7cae521a75ef2cb5c9457bbda785f4', 'dev_requirement' => \false), 'symfony/http-foundation' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-foundation', 'aliases' => array(), 'reference' => 'e36c8e5502b4f3f0190c675f1c1f1248a64f04e5', 'dev_requirement' => \false), 'symfony/http-kernel' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-kernel', 'aliases' => array(), 'reference' => 'a3a78e37935a527b50376c22ac1cec35b57fe787', 'dev_requirement' => \false), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'reference' => '46cd95797e9df938fdd2b03693b5fca5e64b01ce', 'dev_requirement' => \false), 'symfony/polyfill-intl-grapheme' => array('pretty_version' => 'v1.23.1', 'version' => '1.23.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-grapheme', 'aliases' => array(), 'reference' => '16880ba9c5ebe3642d1995ab866db29270b36535', 'dev_requirement' => \false), 'symfony/polyfill-intl-normalizer' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', 'aliases' => array(), 'reference' => '8590a5f561694770bdcd3f9b5c69dde6945028e8', 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.23.1', 'version' => '1.23.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'reference' => '9174a3d80210dca8daa7f31fec659150bbeabfc6', 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'reference' => 'fba8933c384d6476ab14fb7b8526e5287ca7e010', 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.23.1', 'version' => '1.23.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'reference' => '1100343ed1a92e3a38f9ae122fc0eb21602547be', 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'reference' => 'e66119f3de95efc359483f810c4c3e6436279436', 'dev_requirement' => \false), 'symfony/process' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/process', 'aliases' => array(), 'reference' => '38f26c7d6ed535217ea393e05634cb0b244a1967', 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'reference' => 'f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb', 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0|2.0')), 'symfony/string' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/string', 'aliases' => array(), 'reference' => '8d224396e28d30f81969f083a58763b8b9ceb0a5', 'dev_requirement' => \false), 'symfony/var-dumper' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-dumper', 'aliases' => array(), 'reference' => '3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f', 'dev_requirement' => \false), 'symfony/var-exporter' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'reference' => '2ded877ab0574d8b646f4eb3f716f8ed7ee7f392', 'dev_requirement' => \false), 'symfony/yaml' => array('pretty_version' => 'v5.3.6', 'version' => '5.3.6.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/yaml', 'aliases' => array(), 'reference' => '4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7', 'dev_requirement' => \false), 'symplify/astral' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/astral', 'aliases' => array(), 'reference' => '382b86b094ef089b5b1288d17457d9b02510fc2c', 'dev_requirement' => \false), 'symplify/autowire-array-parameter' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/autowire-array-parameter', 'aliases' => array(), 'reference' => 'fbc2b9afc3a885ee2dfbe1a456faae2d610dda81', 'dev_requirement' => \false), 'symplify/composer-json-manipulator' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'symfony-bundle', 'install_path' => __DIR__ . '/../symplify/composer-json-manipulator', 'aliases' => array(), 'reference' => 'a00c68980e720e1fa678507df4ecbda019b1367b', 'dev_requirement' => \false), 'symplify/console-color-diff' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/console-color-diff', 'aliases' => array(), 'reference' => 'eb8cd85dcb028a1cb4e244c3c514324548de1721', 'dev_requirement' => \false), 'symplify/console-package-builder' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/console-package-builder', 'aliases' => array(), 'reference' => 'e7c6520b15504b00a4ce8071727c8dc240a85f74', 'dev_requirement' => \false), 'symplify/easy-testing' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'symfony-bundle', 'install_path' => __DIR__ . '/../symplify/easy-testing', 'aliases' => array(), 'reference' => 'b199c00c89bc7cd8e5fe19aa49c5d98f73212bf3', 'dev_requirement' => \false), 'symplify/package-builder' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/package-builder', 'aliases' => array(), 'reference' => 'dbf656cdf8d94c14dbdd62b2a0aba6cd501d5a4d', 'dev_requirement' => \false), 'symplify/rule-doc-generator-contracts' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/rule-doc-generator-contracts', 'aliases' => array(), 'reference' => '7c28ba7499ceac34b8c72a3664decba872bcb557', 'dev_requirement' => \false), 'symplify/simple-php-doc-parser' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/simple-php-doc-parser', 'aliases' => array(), 'reference' => '91648ab8c883066611b31c62d811a25cb7d2abb7', 'dev_requirement' => \false), 'symplify/skipper' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/skipper', 'aliases' => array(), 'reference' => '31f5bc5cbf72567260193ef05132d532f0d9168e', 'dev_requirement' => \false), 'symplify/smart-file-system' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/smart-file-system', 'aliases' => array(), 'reference' => '1984c2354ea17cada6328a4567c0fac0b6530334', 'dev_requirement' => \false), 'symplify/symfony-php-config' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/symfony-php-config', 'aliases' => array(), 'reference' => '3e428edfb5b99bb34949515d9e92d3d2c601f779', 'dev_requirement' => \false), 'symplify/symplify-kernel' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/symplify-kernel', 'aliases' => array(), 'reference' => 'e0602e0ed5a3b4391b312378564a2af9d6bbcd01', 'dev_requirement' => \false), 'tracy/tracy' => array('pretty_version' => 'v2.8.7', 'version' => '2.8.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../tracy/tracy', 'aliases' => array(), 'reference' => '8e708de7c611f626c8792d43f1c78812ea24e6f6', 'dev_requirement' => \false), 'webmozart/assert' => array('pretty_version' => '1.10.0', 'version' => '1.10.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../webmozart/assert', 'aliases' => array(), 'reference' => '6964c76c7804814a842473e0c8fd15bab0f18e25', 'dev_requirement' => \false))); +return array('root' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(0 => '0.11.x-dev'), 'reference' => \NULL, 'name' => 'rector/rector-src', 'dev' => \false), 'versions' => array('composer/semver' => array('pretty_version' => '3.2.5', 'version' => '3.2.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/./semver', 'aliases' => array(), 'reference' => '31f3ea725711245195f62e54ffa402d8ef2fdba9', 'dev_requirement' => \false), 'composer/xdebug-handler' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/./xdebug-handler', 'aliases' => array(), 'reference' => '84674dd3a7575ba617f5a76d7e9e29a7d3891339', 'dev_requirement' => \false), 'danielstjules/stringy' => array('pretty_version' => '3.1.0', 'version' => '3.1.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../danielstjules/stringy', 'aliases' => array(), 'reference' => 'df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e', 'dev_requirement' => \false), 'doctrine/inflector' => array('pretty_version' => '2.0.3', 'version' => '2.0.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/inflector', 'aliases' => array(), 'reference' => '9cf661f4eb38f7c881cac67c75ea9b00bf97b210', 'dev_requirement' => \false), 'ergebnis/json-printer' => array('pretty_version' => '3.1.1', 'version' => '3.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../ergebnis/json-printer', 'aliases' => array(), 'reference' => 'e4190dadd9937a77d8afcaf2b6c42a528ab367d6', 'dev_requirement' => \false), 'helmich/typo3-typoscript-parser' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../helmich/typo3-typoscript-parser', 'aliases' => array(), 'reference' => '366c38db68a83503ba4148cd77d77e08deae084e', 'dev_requirement' => \false), 'idiosyncratic/editorconfig' => array('pretty_version' => '0.1.3', 'version' => '0.1.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../idiosyncratic/editorconfig', 'aliases' => array(), 'reference' => '3445fa4a1e00f95630d4edc729c2effb116db19b', 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.3', 'version' => '1.8.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'reference' => 'b942d263c641ddb5190929ff840c68f78713e937', 'dev_requirement' => \false), 'nette/neon' => array('pretty_version' => 'v3.2.2', 'version' => '3.2.2.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/neon', 'aliases' => array(), 'reference' => 'e4ca6f4669121ca6876b1d048c612480e39a28d5', 'dev_requirement' => \false), 'nette/utils' => array('pretty_version' => 'v3.2.3', 'version' => '3.2.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/utils', 'aliases' => array(), 'reference' => '5c36cc1ba9bb6abb8a9e425cf054e0c3fd5b9822', 'dev_requirement' => \false), 'nikic/php-parser' => array('pretty_version' => 'v4.12.0', 'version' => '4.12.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/php-parser', 'aliases' => array(), 'reference' => '6608f01670c3cc5079e18c1dab1104e002579143', 'dev_requirement' => \false), 'phpstan/phpdoc-parser' => array('pretty_version' => '0.5.6', 'version' => '0.5.6.0', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpdoc-parser', 'aliases' => array(), 'reference' => 'fac86158ffc7392e49636f77e63684c026df43b8', 'dev_requirement' => \false), 'phpstan/phpstan' => array('pretty_version' => '0.12.97', 'version' => '0.12.97.0', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpstan', 'aliases' => array(), 'reference' => 'a8867e63a00e606589faf8d3613164f20722c4ee', 'dev_requirement' => \false), 'phpstan/phpstan-phpunit' => array('pretty_version' => '0.12.22', 'version' => '0.12.22.0', 'type' => 'phpstan-extension', 'install_path' => __DIR__ . '/../phpstan/phpstan-phpunit', 'aliases' => array(), 'reference' => '7c01ef93bf128b4ac8bdad38c54b2a4fd6b0b3cc', 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/event-dispatcher' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/event-dispatcher', 'aliases' => array(), 'reference' => 'dbefd12671e8a14ec7f180cab83036ed26714bb0', 'dev_requirement' => \false), 'psr/event-dispatcher-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'reference' => 'ef29f6d262798707a9edd554e2b82517ef3a9376', 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0|2.0')), 'rector/extension-installer' => array('pretty_version' => '0.11.0', 'version' => '0.11.0.0', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../rector/extension-installer', 'aliases' => array(), 'reference' => '10aedb0fab9a759ed9fa5a3396bd021960c10eab', 'dev_requirement' => \false), 'rector/rector' => array('dev_requirement' => \false, 'replaced' => array(0 => '0.11.x-dev', 1 => 'dev-main')), 'rector/rector-cakephp' => array('pretty_version' => '0.11.3', 'version' => '0.11.3.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-cakephp', 'aliases' => array(), 'reference' => '42e57ebb5573f0a65a680eecdfa0db536cca2db1', 'dev_requirement' => \false), 'rector/rector-doctrine' => array('pretty_version' => '0.11.17', 'version' => '0.11.17.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-doctrine', 'aliases' => array(), 'reference' => '281fc94511cebc608726715ff0c1de60d0d254b5', 'dev_requirement' => \false), 'rector/rector-laravel' => array('pretty_version' => '0.11.5', 'version' => '0.11.5.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-laravel', 'aliases' => array(), 'reference' => '6c5f56c2655039052ef3fe4301596241421d7ee9', 'dev_requirement' => \false), 'rector/rector-nette' => array('pretty_version' => '0.11.24', 'version' => '0.11.24.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-nette', 'aliases' => array(), 'reference' => '19ead06d6b4f55e2bfd835ed230e24bbeb19b6b5', 'dev_requirement' => \false), 'rector/rector-phpoffice' => array('pretty_version' => '0.11.2', 'version' => '0.11.2.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-phpoffice', 'aliases' => array(), 'reference' => 'b69f880e0b162cff0a95dffe9130f3a3360a1e9e', 'dev_requirement' => \false), 'rector/rector-phpunit' => array('pretty_version' => '0.11.7', 'version' => '0.11.7.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-phpunit', 'aliases' => array(), 'reference' => '9daf9b37e1373fc449f3cb3854a9487f75994ddf', 'dev_requirement' => \false), 'rector/rector-src' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(0 => '0.11.x-dev'), 'reference' => \NULL, 'dev_requirement' => \false), 'rector/rector-symfony' => array('pretty_version' => '0.11.18', 'version' => '0.11.18.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-symfony', 'aliases' => array(), 'reference' => 'f8cae5626dfb08a6f29d981a031d43ced5052549', 'dev_requirement' => \false), 'sebastian/diff' => array('pretty_version' => '4.0.4', 'version' => '4.0.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/diff', 'aliases' => array(), 'reference' => '3461e3fccc7cfdfc2720be910d3bd73c69be590d', 'dev_requirement' => \false), 'ssch/typo3-rector' => array('pretty_version' => 'v0.11.26', 'version' => '0.11.26.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../ssch/typo3-rector', 'aliases' => array(), 'reference' => 'ca4306df78091744951d75d2a82f05a12088af84', 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v5.3.4', 'version' => '5.3.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'reference' => '4268f3059c904c61636275182707f81645517a37', 'dev_requirement' => \false), 'symfony/console' => array('pretty_version' => '5.3.x-dev', 'version' => '5.3.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/console', 'aliases' => array(), 'reference' => '8b1008344647462ae6ec57559da166c2bfa5e16a', 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => '5.3.x-dev', 'version' => '5.3.9999999.9999999-dev', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'reference' => '999cfcf6400502bbc145b2bf36935770770ba6ca', 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'reference' => '5f38c8804a9e97d23e0c8d63341088cd8a22d627', 'dev_requirement' => \false), 'symfony/error-handler' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/error-handler', 'aliases' => array(), 'reference' => '3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321', 'dev_requirement' => \false), 'symfony/event-dispatcher' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/event-dispatcher', 'aliases' => array(), 'reference' => 'ce7b20d69c66a20939d8952b617506a44d102130', 'dev_requirement' => \false), 'symfony/event-dispatcher-contracts' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/event-dispatcher-contracts', 'aliases' => array(), 'reference' => '69fee1ad2332a7cbab3aca13591953da9cdb7a11', 'dev_requirement' => \false), 'symfony/event-dispatcher-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.0')), 'symfony/filesystem' => array('pretty_version' => 'v5.3.4', 'version' => '5.3.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'reference' => '343f4fe324383ca46792cae728a3b6e2f708fb32', 'dev_requirement' => \false), 'symfony/finder' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/finder', 'aliases' => array(), 'reference' => 'a10000ada1e600d109a6c7632e9ac42e8bf2fb93', 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'reference' => '7e82f6084d7cae521a75ef2cb5c9457bbda785f4', 'dev_requirement' => \false), 'symfony/http-foundation' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-foundation', 'aliases' => array(), 'reference' => 'e36c8e5502b4f3f0190c675f1c1f1248a64f04e5', 'dev_requirement' => \false), 'symfony/http-kernel' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-kernel', 'aliases' => array(), 'reference' => 'a3a78e37935a527b50376c22ac1cec35b57fe787', 'dev_requirement' => \false), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'reference' => '46cd95797e9df938fdd2b03693b5fca5e64b01ce', 'dev_requirement' => \false), 'symfony/polyfill-intl-grapheme' => array('pretty_version' => 'v1.23.1', 'version' => '1.23.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-grapheme', 'aliases' => array(), 'reference' => '16880ba9c5ebe3642d1995ab866db29270b36535', 'dev_requirement' => \false), 'symfony/polyfill-intl-normalizer' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', 'aliases' => array(), 'reference' => '8590a5f561694770bdcd3f9b5c69dde6945028e8', 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.23.1', 'version' => '1.23.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'reference' => '9174a3d80210dca8daa7f31fec659150bbeabfc6', 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'reference' => 'fba8933c384d6476ab14fb7b8526e5287ca7e010', 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.23.1', 'version' => '1.23.1.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'reference' => '1100343ed1a92e3a38f9ae122fc0eb21602547be', 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'reference' => 'e66119f3de95efc359483f810c4c3e6436279436', 'dev_requirement' => \false), 'symfony/process' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/process', 'aliases' => array(), 'reference' => '38f26c7d6ed535217ea393e05634cb0b244a1967', 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'reference' => 'f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb', 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0|2.0')), 'symfony/string' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/string', 'aliases' => array(), 'reference' => '8d224396e28d30f81969f083a58763b8b9ceb0a5', 'dev_requirement' => \false), 'symfony/var-dumper' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-dumper', 'aliases' => array(), 'reference' => '3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f', 'dev_requirement' => \false), 'symfony/var-exporter' => array('pretty_version' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'reference' => '2ded877ab0574d8b646f4eb3f716f8ed7ee7f392', 'dev_requirement' => \false), 'symfony/yaml' => array('pretty_version' => 'v5.3.6', 'version' => '5.3.6.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/yaml', 'aliases' => array(), 'reference' => '4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7', 'dev_requirement' => \false), 'symplify/astral' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/astral', 'aliases' => array(), 'reference' => '382b86b094ef089b5b1288d17457d9b02510fc2c', 'dev_requirement' => \false), 'symplify/autowire-array-parameter' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/autowire-array-parameter', 'aliases' => array(), 'reference' => 'fbc2b9afc3a885ee2dfbe1a456faae2d610dda81', 'dev_requirement' => \false), 'symplify/composer-json-manipulator' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'symfony-bundle', 'install_path' => __DIR__ . '/../symplify/composer-json-manipulator', 'aliases' => array(), 'reference' => 'a00c68980e720e1fa678507df4ecbda019b1367b', 'dev_requirement' => \false), 'symplify/console-color-diff' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/console-color-diff', 'aliases' => array(), 'reference' => 'eb8cd85dcb028a1cb4e244c3c514324548de1721', 'dev_requirement' => \false), 'symplify/console-package-builder' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/console-package-builder', 'aliases' => array(), 'reference' => 'e7c6520b15504b00a4ce8071727c8dc240a85f74', 'dev_requirement' => \false), 'symplify/easy-testing' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'symfony-bundle', 'install_path' => __DIR__ . '/../symplify/easy-testing', 'aliases' => array(), 'reference' => 'b199c00c89bc7cd8e5fe19aa49c5d98f73212bf3', 'dev_requirement' => \false), 'symplify/package-builder' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/package-builder', 'aliases' => array(), 'reference' => 'dbf656cdf8d94c14dbdd62b2a0aba6cd501d5a4d', 'dev_requirement' => \false), 'symplify/rule-doc-generator-contracts' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/rule-doc-generator-contracts', 'aliases' => array(), 'reference' => '7c28ba7499ceac34b8c72a3664decba872bcb557', 'dev_requirement' => \false), 'symplify/simple-php-doc-parser' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/simple-php-doc-parser', 'aliases' => array(), 'reference' => '91648ab8c883066611b31c62d811a25cb7d2abb7', 'dev_requirement' => \false), 'symplify/skipper' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/skipper', 'aliases' => array(), 'reference' => '31f5bc5cbf72567260193ef05132d532f0d9168e', 'dev_requirement' => \false), 'symplify/smart-file-system' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/smart-file-system', 'aliases' => array(), 'reference' => '1984c2354ea17cada6328a4567c0fac0b6530334', 'dev_requirement' => \false), 'symplify/symfony-php-config' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/symfony-php-config', 'aliases' => array(), 'reference' => '3e428edfb5b99bb34949515d9e92d3d2c601f779', 'dev_requirement' => \false), 'symplify/symplify-kernel' => array('pretty_version' => '9.4.49', 'version' => '9.4.49.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/symplify-kernel', 'aliases' => array(), 'reference' => 'e0602e0ed5a3b4391b312378564a2af9d6bbcd01', 'dev_requirement' => \false), 'tracy/tracy' => array('pretty_version' => 'v2.8.7', 'version' => '2.8.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../tracy/tracy', 'aliases' => array(), 'reference' => '8e708de7c611f626c8792d43f1c78812ea24e6f6', 'dev_requirement' => \false), 'webmozart/assert' => array('pretty_version' => '1.10.0', 'version' => '1.10.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../webmozart/assert', 'aliases' => array(), 'reference' => '6964c76c7804814a842473e0c8fd15bab0f18e25', 'dev_requirement' => \false))); diff --git a/vendor/phpstan/phpstan/phpstan.phar b/vendor/phpstan/phpstan/phpstan.phar index 3c518c41cc0..874bd6fb028 100644 Binary files a/vendor/phpstan/phpstan/phpstan.phar and b/vendor/phpstan/phpstan/phpstan.phar differ diff --git a/vendor/phpstan/phpstan/phpstan.phar.asc b/vendor/phpstan/phpstan/phpstan.phar.asc index 169539f3492..1a1a30e35cf 100644 --- a/vendor/phpstan/phpstan/phpstan.phar.asc +++ b/vendor/phpstan/phpstan/phpstan.phar.asc @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmEg6aAACgkQzxoQjQ56 -5yDk8A/+OimMkPF13Rb6QQLsZi1RnR3ejdX8e8NKya4egO1HvK6oGHOpNFlLOrn5 -VJsqgzKX7EFKbrBjtzn+igCiL626LrpNp9Npcd7sTvopcfWkXkU4CrMwLqxkaAY5 -50Qw95LIS9xfyifgN8d2At/lzWayvBcXWAFQXnNyCIKGhZf9Et5ZfiKagn3Z2v7P -b93YznNUGomEaaTB5iDqG8sUfIUzfKfWuAWyyz2gIy1ouz45ezy8JsGOSnP5KoZn -sXiKhFsC5eaiqtzOiQjIiqvdjXcGQplIG5vwzmnbE+VhKAQB7oaIIi++kc8RlW+E -Uk4M0Cf5+c4lijJDM+FS0Xy7UUt5qa03vaHP9Ds0JRyL9JGrZHy+G3dEZKWUswAS -yOjW1P4OIWjo056oYiXWSlDMbo1y69990efwulpJ7tG93ivdK6DOk02AEXj5VVKS -W9To4p99Tl3/sSgm98yEMXQjKNiD2YR6atKY75pz4wabEqRPt60Je4qt9+VLYF63 -xe1b79uq+AeG09/JtTh2Vpe24mgN1me6MATeXw9hVLmVdS3YO0p/dGhsXxPa06d9 -lfddEOi22PDKe8s4/OP0Uo8BBLu4dujrb9MZC/eYQR5WFycLkUxQptrelGPuViN9 -q67vx53A3bs7wLN8rr5PcfRss7POn0+sDWDMlHQFBoinztLGF8E= -=BSQQ +iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmEvW0cACgkQzxoQjQ56 +5yCeJg//RSSNf+HccgUO+RNb6LXBCIUja4uCQydlukqCnVzfbKu1wxwEkxdXTJ9C +cfOVJz9cceyYywLZEsrUGQzg2d+TfaAiP4Mn/o/YsSxg/qujmmZ59XrwkT5d4Y2W +4WmCdoh+ROM/1WpOVTFPS28iosnZCgp+UhMj1sX8yT5hgk/hFbuF7KrLbxRPMXam +KkJl9M3MVgxjRogEuGjlW6rRoJ5efZwdPUzfsa74jUdAXfXaofx05J5vmqsfgFok +H0i0N0tl2MhEgTH2v/zhkg+JUgbBEQKM1tp0rMNEalAfQ2zMZNYYYVkKck/tQeqR +/9sqSllWomLk3H1GqKdNBlLx17M5sVOEXQWrFyQfB07jDt7w0UIwmZlBV2Is2P1A +Efdwm1aQpS4HGEdEMTwpdCzdcrt6QWjShpEE0wi73IltVpr9DUSrp5Abhjt1aUgk +i+iFQYXknHN3N8LRtvF7amUt+3k8R3cdjqg0ARN/BWHfV2qQpB3nbcIR/0RkKDnl +J+POC1jzUSOQz17fYrGbfjoxb8/2J5rrFCOrzzcxlhz1BY2PppP37TywXewdSRTH +VvCvXgTs07uUeP61FcGgjh6uxMbk7ccOacQqlxyDyxme1I/9QXW3Eiz7aTR3Xk8E +qZGZvvsbhelOGGJ/kme2hpNCvcyMZbWGeukVMwhGwPyLA4tDh30= +=pvEJ -----END PGP SIGNATURE----- diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index 15ca3ea9496..8717f93023d 100644 --- a/vendor/scoper-autoload.php +++ b/vendor/scoper-autoload.php @@ -9,8 +9,8 @@ $loader = require_once __DIR__.'/autoload.php'; if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) { spl_autoload_call('RectorPrefix20210901\AutoloadIncluder'); } -if (!class_exists('ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033', false) && !interface_exists('ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033', false) && !trait_exists('ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033', false)) { - spl_autoload_call('RectorPrefix20210901\ComposerAutoloaderInit929a42a2ebe3cdb227e99e7bf5c53033'); +if (!class_exists('ComposerAutoloaderInit1245a53e53118f0b1dd5d966413630c8', false) && !interface_exists('ComposerAutoloaderInit1245a53e53118f0b1dd5d966413630c8', false) && !trait_exists('ComposerAutoloaderInit1245a53e53118f0b1dd5d966413630c8', false)) { + spl_autoload_call('RectorPrefix20210901\ComposerAutoloaderInit1245a53e53118f0b1dd5d966413630c8'); } if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) { spl_autoload_call('RectorPrefix20210901\Helmich\TypoScriptParser\Parser\AST\Statement'); @@ -3311,9 +3311,9 @@ if (!function_exists('print_node')) { return \RectorPrefix20210901\print_node(...func_get_args()); } } -if (!function_exists('composerRequire929a42a2ebe3cdb227e99e7bf5c53033')) { - function composerRequire929a42a2ebe3cdb227e99e7bf5c53033() { - return \RectorPrefix20210901\composerRequire929a42a2ebe3cdb227e99e7bf5c53033(...func_get_args()); +if (!function_exists('composerRequire1245a53e53118f0b1dd5d966413630c8')) { + function composerRequire1245a53e53118f0b1dd5d966413630c8() { + return \RectorPrefix20210901\composerRequire1245a53e53118f0b1dd5d966413630c8(...func_get_args()); } } if (!function_exists('parseArgs')) { diff --git a/vendor/symfony/dependency-injection/Compiler/AutowirePass.php b/vendor/symfony/dependency-injection/Compiler/AutowirePass.php index 6f5a3400f53..1d6a5270c18 100644 --- a/vendor/symfony/dependency-injection/Compiler/AutowirePass.php +++ b/vendor/symfony/dependency-injection/Compiler/AutowirePass.php @@ -132,8 +132,10 @@ class AutowirePass extends \RectorPrefix20210901\Symfony\Component\DependencyInj $this->decoratedId = null; $this->decoratedClass = null; $this->getPreviousValue = null; - if ($isRoot && ($definition = $this->container->getDefinition($this->currentId)) && null !== ($this->decoratedId = $definition->innerServiceId) && $this->container->has($this->decoratedId)) { - $this->decoratedClass = $this->container->findDefinition($this->decoratedId)->getClass(); + if ($isRoot && ($definition = $this->container->getDefinition($this->currentId)) && ($decoratedDefinition = $definition->getDecoratedService()) && null !== ($innerId = $decoratedDefinition[0]) && $this->container->has($innerId)) { + // If the class references to itself and is decorated, provide the inner service id and class to not get a circular reference + $this->decoratedClass = $this->container->findDefinition($innerId)->getClass(); + $this->decoratedId = $decoratedDefinition[1] ?? $this->currentId . '.inner'; } foreach ($this->methodCalls as $i => $call) { $this->decoratedMethodIndex = $i;