diff --git a/.github/workflows/along_other_packages.yaml b/.github/workflows/along_other_packages.yaml index 0faa72d5204..8d30f3cfd31 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.99 --dev --ansi + install: composer require phpstan/phpstan:^1.0 --dev --ansi name: "PHP ${{ matrix.php_version }}" @@ -47,6 +47,9 @@ jobs: - run: | # run + yes | composer init --name some/prj + composer config minimum-stability dev + composer config prefer-stable true composer require rector/rector:dev-main --dev --ansi ${{ matrix.commands.install }} working-directory: standalone diff --git a/.github/workflows/standalone_rule_test.yaml b/.github/workflows/standalone_rule_test.yaml index 39107a91887..997dd5cd895 100644 --- a/.github/workflows/standalone_rule_test.yaml +++ b/.github/workflows/standalone_rule_test.yaml @@ -16,7 +16,10 @@ jobs: actions: - name: 'Rector Prefixed' - run: composer require rector/rector:dev-main --dev + run: | + composer config minimum-stability dev + composer config prefer-stable true + composer require rector/rector:dev-main --dev steps: # see https://github.com/rectorphp/rector-prefixed-rule-test diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 5f55858bf44..71eea815fe3 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -16,11 +16,11 @@ final class VersionResolver /** * @var string */ - public const PACKAGE_VERSION = '1e398bbcd4a01f250c81283c556e8f7f53af6ee8'; + public const PACKAGE_VERSION = '6ca7133846ad749a01ac1475e4fd0d60d57ce1a1'; /** * @var string */ - public const RELEASE_DATE = '2021-10-28 19:18:05'; + public const RELEASE_DATE = '2021-10-28 14:29:28'; public static function resolvePackageVersion() : string { $process = new \RectorPrefix20211028\Symfony\Component\Process\Process(['git', 'log', '--pretty="%H"', '-n1', 'HEAD'], __DIR__); diff --git a/vendor/autoload.php b/vendor/autoload.php index a3126687d28..f769ac80417 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215::getLoader(); +return ComposerAutoloaderInit904d5b6b520ee7aff6c61316279f2fac::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 6d9d21241c1..2b25e6d8e57 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215 +class ComposerAutoloaderInit904d5b6b520ee7aff6c61316279f2fac { private static $loader; @@ -22,15 +22,15 @@ class ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit904d5b6b520ee7aff6c61316279f2fac', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); - spl_autoload_unregister(array('ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit904d5b6b520ee7aff6c61316279f2fac', '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\ComposerStaticInit32b32bad83dd785d4fcb78ae0cc2e215::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit904d5b6b520ee7aff6c61316279f2fac::getInitializer($loader)); } else { $classMap = require __DIR__ . '/autoload_classmap.php'; if ($classMap) { @@ -42,19 +42,19 @@ class ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215 $loader->register(true); if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInit32b32bad83dd785d4fcb78ae0cc2e215::$files; + $includeFiles = Composer\Autoload\ComposerStaticInit904d5b6b520ee7aff6c61316279f2fac::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire32b32bad83dd785d4fcb78ae0cc2e215($fileIdentifier, $file); + composerRequire904d5b6b520ee7aff6c61316279f2fac($fileIdentifier, $file); } return $loader; } } -function composerRequire32b32bad83dd785d4fcb78ae0cc2e215($fileIdentifier, $file) +function composerRequire904d5b6b520ee7aff6c61316279f2fac($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 c1f84ba5e0d..58eaa0bf830 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit32b32bad83dd785d4fcb78ae0cc2e215 +class ComposerStaticInit904d5b6b520ee7aff6c61316279f2fac { public static $files = array ( 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', @@ -3894,9 +3894,9 @@ class ComposerStaticInit32b32bad83dd785d4fcb78ae0cc2e215 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit32b32bad83dd785d4fcb78ae0cc2e215::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit32b32bad83dd785d4fcb78ae0cc2e215::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit32b32bad83dd785d4fcb78ae0cc2e215::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit904d5b6b520ee7aff6c61316279f2fac::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit904d5b6b520ee7aff6c61316279f2fac::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit904d5b6b520ee7aff6c61316279f2fac::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 939629b56e0..81ca1d7a0ab 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -833,12 +833,12 @@ "source": { "type": "git", "url": "https:\/\/github.com\/phpstan\/phpstan.git", - "reference": "57f294a4fbd63ae01b3426741b6c4cfd9538bf48" + "reference": "2d111cfc39d5c228c8cdfa4717f8d5f0d85dabcd" }, "dist": { "type": "zip", - "url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/57f294a4fbd63ae01b3426741b6c4cfd9538bf48", - "reference": "57f294a4fbd63ae01b3426741b6c4cfd9538bf48", + "url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/2d111cfc39d5c228c8cdfa4717f8d5f0d85dabcd", + "reference": "2d111cfc39d5c228c8cdfa4717f8d5f0d85dabcd", "shasum": "" }, "require": { @@ -847,7 +847,7 @@ "conflict": { "phpstan\/phpstan-shim": "*" }, - "time": "2021-10-27T16:36:44+00:00", + "time": "2021-10-28T12:24:12+00:00", "default-branch": true, "bin": [ "phpstan", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index f686774662b..0565f35032e 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -2,4 +2,4 @@ namespace RectorPrefix20211028; -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.6', 'version' => '3.2.6.0', 'type' => 'library', 'install_path' => __DIR__ . '/./semver', 'aliases' => array(), 'reference' => '83e511e247de329283478496f7a1e114c9517506', '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.4', 'version' => '2.0.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/inflector', 'aliases' => array(), 'reference' => '8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89', '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.3.0', 'version' => '3.3.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/neon', 'aliases' => array(), 'reference' => '33d262a0c4fb6c6371385f6dc8532f4e32c20ebc', 'dev_requirement' => \false), 'nette/utils' => array('pretty_version' => 'v3.2.5', 'version' => '3.2.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/utils', 'aliases' => array(), 'reference' => '9cd80396ca58d7969ab44fc7afcf03624dfa526e', 'dev_requirement' => \false), 'nikic/php-parser' => array('pretty_version' => 'v4.13.0', 'version' => '4.13.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/php-parser', 'aliases' => array(), 'reference' => '50953a2691a922aa1769461637869a0a2faa3f53', 'dev_requirement' => \false), 'phpstan/phpdoc-parser' => array('pretty_version' => '1.2.0', 'version' => '1.2.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpdoc-parser', 'aliases' => array(), 'reference' => 'dbc093d7af60eff5cd575d2ed761b15ed40bd08e', 'dev_requirement' => \false), 'phpstan/phpstan' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpstan', 'aliases' => array(0 => '1.0.x-dev'), 'reference' => '57f294a4fbd63ae01b3426741b6c4cfd9538bf48', 'dev_requirement' => \false), 'phpstan/phpstan-phpunit' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'type' => 'phpstan-extension', 'install_path' => __DIR__ . '/../phpstan/phpstan-phpunit', 'aliases' => array(0 => '1.0.x-dev'), 'reference' => '9eb88c9f689003a8a2a5ae9e010338ee94dc39b3', '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.1', 'version' => '0.11.1.0', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../rector/extension-installer', 'aliases' => array(), 'reference' => '527fcbd19f7aeb79a6fd043e1edfeab7831b59af', '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.6', 'version' => '0.11.6.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-cakephp', 'aliases' => array(), 'reference' => 'b43010d1e5902f4fb6e42b9127f5f4423d51877b', 'dev_requirement' => \false), 'rector/rector-doctrine' => array('pretty_version' => '0.11.26', 'version' => '0.11.26.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-doctrine', 'aliases' => array(), 'reference' => 'ead8a71c61958d0f643c1f8c04dadf94e6fb7394', 'dev_requirement' => \false), 'rector/rector-laravel' => array('pretty_version' => '0.11.8', 'version' => '0.11.8.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-laravel', 'aliases' => array(), 'reference' => '19b2ee0372dd7b54257ecc1d0a2b085bc27b4d6b', 'dev_requirement' => \false), 'rector/rector-nette' => array('pretty_version' => '0.11.31', 'version' => '0.11.31.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-nette', 'aliases' => array(), 'reference' => '33f8e2697f421d4a13288499b6082554d1ddc8ca', 'dev_requirement' => \false), 'rector/rector-phpoffice' => array('pretty_version' => '0.11.6', 'version' => '0.11.6.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-phpoffice', 'aliases' => array(), 'reference' => '4a2cc96c46922633ac22ba30d5a1ad65b159cdb3', 'dev_requirement' => \false), 'rector/rector-phpunit' => array('pretty_version' => '0.11.14', 'version' => '0.11.14.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-phpunit', 'aliases' => array(), 'reference' => '75e9bf327449070b7f666fb5d9810046784f1ac1', '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.31', 'version' => '0.11.31.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-symfony', 'aliases' => array(), 'reference' => '2647e62928f1e22969f18a1ebf03dd74b5a89ada', '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' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/console', 'aliases' => array(), 'reference' => '8b1008344647462ae6ec57559da166c2bfa5e16a', 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v5.3.8', 'version' => '5.3.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'reference' => 'e39c344e06a3ceab531ebeb6c077e6652c4a0829', '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.9', 'version' => '5.3.9.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-kernel', 'aliases' => array(), 'reference' => 'ceaf46a992f60e90645e7279825a830f733a17c5', '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.8', 'version' => '5.3.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-dumper', 'aliases' => array(), 'reference' => 'eaaea4098be1c90c8285543e1356a09c8aa5c8da', 'dev_requirement' => \false), 'symfony/var-exporter' => array('pretty_version' => 'v5.3.8', 'version' => '5.3.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'reference' => 'a7604de14bcf472fe8e33f758e9e5b7bf07d3b91', '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' => 'dev-main', 'version' => 'dev-main', 'type' => 'phpstan-extension', 'install_path' => __DIR__ . '/../symplify/astral', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'e7743704216bd62e58eea37bcc27739210fdf71e', 'dev_requirement' => \false), 'symplify/autowire-array-parameter' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/autowire-array-parameter', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'bd848fd923bdba2c2fb9f5159bc0d35d14d10cf3', 'dev_requirement' => \false), 'symplify/composer-json-manipulator' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'symfony-bundle', 'install_path' => __DIR__ . '/../symplify/composer-json-manipulator', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '3681618d55b8eded608914b7e2bf28fe7fe9e4a5', 'dev_requirement' => \false), 'symplify/console-color-diff' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/console-color-diff', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'c92dafd07e44c9feac57a9e6f107edcf267ee38e', 'dev_requirement' => \false), 'symplify/console-package-builder' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/console-package-builder', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'c525946b4492243a2dc385c69c282387a4f33298', 'dev_requirement' => \false), 'symplify/easy-testing' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'symfony-bundle', 'install_path' => __DIR__ . '/../symplify/easy-testing', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'a340e9c3e85dbdb70919568d2af5629b1dadfa9d', 'dev_requirement' => \false), 'symplify/package-builder' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/package-builder', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'a18fc02505ebd83face63b083130acb6aaa63582', 'dev_requirement' => \false), 'symplify/rule-doc-generator-contracts' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/rule-doc-generator-contracts', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'ae8432c37eae8f5b1c7de4dc40d7c0df771a46d2', 'dev_requirement' => \false), 'symplify/simple-php-doc-parser' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/simple-php-doc-parser', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '91ed2dafae1a31ea1b9850777423811284d41ded', 'dev_requirement' => \false), 'symplify/skipper' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/skipper', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '64c4c012a7133b5f676e876d909fb63661d9981e', 'dev_requirement' => \false), 'symplify/smart-file-system' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/smart-file-system', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '37c21f664bf424087745faed7032dc4d700ac65b', 'dev_requirement' => \false), 'symplify/symfony-php-config' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/symfony-php-config', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'e1e47b33c09a5f286c4a5553d4b12ca7240d2dfd', 'dev_requirement' => \false), 'symplify/symplify-kernel' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/symplify-kernel', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '9246ac4eb6aae3419131fcbf78d7f6ad01509d61', '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.6', 'version' => '3.2.6.0', 'type' => 'library', 'install_path' => __DIR__ . '/./semver', 'aliases' => array(), 'reference' => '83e511e247de329283478496f7a1e114c9517506', '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.4', 'version' => '2.0.4.0', 'type' => 'library', 'install_path' => __DIR__ . '/../doctrine/inflector', 'aliases' => array(), 'reference' => '8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89', '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.3.0', 'version' => '3.3.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/neon', 'aliases' => array(), 'reference' => '33d262a0c4fb6c6371385f6dc8532f4e32c20ebc', 'dev_requirement' => \false), 'nette/utils' => array('pretty_version' => 'v3.2.5', 'version' => '3.2.5.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/utils', 'aliases' => array(), 'reference' => '9cd80396ca58d7969ab44fc7afcf03624dfa526e', 'dev_requirement' => \false), 'nikic/php-parser' => array('pretty_version' => 'v4.13.0', 'version' => '4.13.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/php-parser', 'aliases' => array(), 'reference' => '50953a2691a922aa1769461637869a0a2faa3f53', 'dev_requirement' => \false), 'phpstan/phpdoc-parser' => array('pretty_version' => '1.2.0', 'version' => '1.2.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpdoc-parser', 'aliases' => array(), 'reference' => 'dbc093d7af60eff5cd575d2ed761b15ed40bd08e', 'dev_requirement' => \false), 'phpstan/phpstan' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'type' => 'library', 'install_path' => __DIR__ . '/../phpstan/phpstan', 'aliases' => array(0 => '1.0.x-dev'), 'reference' => '2d111cfc39d5c228c8cdfa4717f8d5f0d85dabcd', 'dev_requirement' => \false), 'phpstan/phpstan-phpunit' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'type' => 'phpstan-extension', 'install_path' => __DIR__ . '/../phpstan/phpstan-phpunit', 'aliases' => array(0 => '1.0.x-dev'), 'reference' => '9eb88c9f689003a8a2a5ae9e010338ee94dc39b3', '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.1', 'version' => '0.11.1.0', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../rector/extension-installer', 'aliases' => array(), 'reference' => '527fcbd19f7aeb79a6fd043e1edfeab7831b59af', '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.6', 'version' => '0.11.6.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-cakephp', 'aliases' => array(), 'reference' => 'b43010d1e5902f4fb6e42b9127f5f4423d51877b', 'dev_requirement' => \false), 'rector/rector-doctrine' => array('pretty_version' => '0.11.26', 'version' => '0.11.26.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-doctrine', 'aliases' => array(), 'reference' => 'ead8a71c61958d0f643c1f8c04dadf94e6fb7394', 'dev_requirement' => \false), 'rector/rector-laravel' => array('pretty_version' => '0.11.8', 'version' => '0.11.8.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-laravel', 'aliases' => array(), 'reference' => '19b2ee0372dd7b54257ecc1d0a2b085bc27b4d6b', 'dev_requirement' => \false), 'rector/rector-nette' => array('pretty_version' => '0.11.31', 'version' => '0.11.31.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-nette', 'aliases' => array(), 'reference' => '33f8e2697f421d4a13288499b6082554d1ddc8ca', 'dev_requirement' => \false), 'rector/rector-phpoffice' => array('pretty_version' => '0.11.6', 'version' => '0.11.6.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-phpoffice', 'aliases' => array(), 'reference' => '4a2cc96c46922633ac22ba30d5a1ad65b159cdb3', 'dev_requirement' => \false), 'rector/rector-phpunit' => array('pretty_version' => '0.11.14', 'version' => '0.11.14.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-phpunit', 'aliases' => array(), 'reference' => '75e9bf327449070b7f666fb5d9810046784f1ac1', '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.31', 'version' => '0.11.31.0', 'type' => 'rector-extension', 'install_path' => __DIR__ . '/../rector/rector-symfony', 'aliases' => array(), 'reference' => '2647e62928f1e22969f18a1ebf03dd74b5a89ada', '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' => 'v5.3.7', 'version' => '5.3.7.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/console', 'aliases' => array(), 'reference' => '8b1008344647462ae6ec57559da166c2bfa5e16a', 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v5.3.8', 'version' => '5.3.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'reference' => 'e39c344e06a3ceab531ebeb6c077e6652c4a0829', '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.9', 'version' => '5.3.9.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-kernel', 'aliases' => array(), 'reference' => 'ceaf46a992f60e90645e7279825a830f733a17c5', '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.8', 'version' => '5.3.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-dumper', 'aliases' => array(), 'reference' => 'eaaea4098be1c90c8285543e1356a09c8aa5c8da', 'dev_requirement' => \false), 'symfony/var-exporter' => array('pretty_version' => 'v5.3.8', 'version' => '5.3.8.0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'reference' => 'a7604de14bcf472fe8e33f758e9e5b7bf07d3b91', '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' => 'dev-main', 'version' => 'dev-main', 'type' => 'phpstan-extension', 'install_path' => __DIR__ . '/../symplify/astral', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'e7743704216bd62e58eea37bcc27739210fdf71e', 'dev_requirement' => \false), 'symplify/autowire-array-parameter' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/autowire-array-parameter', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'bd848fd923bdba2c2fb9f5159bc0d35d14d10cf3', 'dev_requirement' => \false), 'symplify/composer-json-manipulator' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'symfony-bundle', 'install_path' => __DIR__ . '/../symplify/composer-json-manipulator', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '3681618d55b8eded608914b7e2bf28fe7fe9e4a5', 'dev_requirement' => \false), 'symplify/console-color-diff' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/console-color-diff', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'c92dafd07e44c9feac57a9e6f107edcf267ee38e', 'dev_requirement' => \false), 'symplify/console-package-builder' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/console-package-builder', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'c525946b4492243a2dc385c69c282387a4f33298', 'dev_requirement' => \false), 'symplify/easy-testing' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'symfony-bundle', 'install_path' => __DIR__ . '/../symplify/easy-testing', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'a340e9c3e85dbdb70919568d2af5629b1dadfa9d', 'dev_requirement' => \false), 'symplify/package-builder' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/package-builder', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'a18fc02505ebd83face63b083130acb6aaa63582', 'dev_requirement' => \false), 'symplify/rule-doc-generator-contracts' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/rule-doc-generator-contracts', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'ae8432c37eae8f5b1c7de4dc40d7c0df771a46d2', 'dev_requirement' => \false), 'symplify/simple-php-doc-parser' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/simple-php-doc-parser', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '91ed2dafae1a31ea1b9850777423811284d41ded', 'dev_requirement' => \false), 'symplify/skipper' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/skipper', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '64c4c012a7133b5f676e876d909fb63661d9981e', 'dev_requirement' => \false), 'symplify/smart-file-system' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/smart-file-system', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '37c21f664bf424087745faed7032dc4d700ac65b', 'dev_requirement' => \false), 'symplify/symfony-php-config' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/symfony-php-config', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => 'e1e47b33c09a5f286c4a5553d4b12ca7240d2dfd', 'dev_requirement' => \false), 'symplify/symplify-kernel' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'type' => 'library', 'install_path' => __DIR__ . '/../symplify/symplify-kernel', 'aliases' => array(0 => '9.5.x-dev'), 'reference' => '9246ac4eb6aae3419131fcbf78d7f6ad01509d61', '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 fe05225519c..90f1be68d93 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 40922aebd58..916b6661649 100644 --- a/vendor/phpstan/phpstan/phpstan.phar.asc +++ b/vendor/phpstan/phpstan/phpstan.phar.asc @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmF4fkQACgkQzxoQjQ56 -5yBvmA/7ByHuNmyru2WRg5C+XYann47zRS96qjbOQkdPSPyeOYvg6IwhhriAnXA3 -dQYqrdVUOrUK4jDjeRiicraNOWeHcQBOMYciroewwa/lH1uzMwTYhrrfi5t5LqYl -xi25bT6wUHBT6WVY6XJvhgOQvm3oP0O/OKuKaZKZvpCe5dTmc6Nfv24SotJsjtk6 -+Ss0TQ2o23zfts1UdVStz4jPuc8+2mY/89448s5avaOthuCzr6qZvrhWjwhkQsMk -G1QzuGo97L7SDf62W7HenpT+LbfyCHCVDXopZDt2FW8owDEns/JxHXNx5mbvqzgH -m4xrNznhmMe1xc1cIauFA6wCdDJBu6GX3VM3uylvT2RPLq/jTE1R8OHONxtxvqSY -0odeIqvTw2I543pRszzBi+M5AqnEc/DKCMLiQaSHR5O7GHYRtYOTCSBX+RtxUuNA -YQTZy/7sBF8TPLzUU9gps/nxuRCcQtJMSG4vOmbnbJw2IKxZ0Csw8vEHft8a6m/x -G1+uuIhgZI0Wir8AH1/GZzWWxVSB5ayddmM78zO7NrQ7IyKKPC5aKUKhNqxr1MOq -C1saMZZ86J1K+fSvtaJ5i6oLzUro6caJnWEYop3EK6W2pk3o4Fcqgg7e5/KH/Ys5 -ITKJ6+2dEo+iPNbVUEhlS6vLNBdVpn3KhHPmlLs8Y+4zyIDBdYg= -=W3gA +iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmF6lmsACgkQzxoQjQ56 +5yCFhQ//Qkd1H9vbvRYNzvf88bpgr28ad2MyyiHmHaCXjgXapLTUWe2c/sO19+1+ +uKBjLJFwnpNOVWomIZR67JDgc2kpFEs8nobmx2X8De0v5ZPTrH91emB5GQj+fCcd +2iZypWwXiIa4RZ2fvmVKY0i+wKImfczPgxgt2B+9sSrWmesaHu0d5V9whuPgOXYN +WF9uKShMHwxREA1eCh6F6Rmv6STSAsltgoB2tIt9ktEcvs7FTR84/W0mMImoNEG+ +oFO0UswnGLAmTV2NhcwqLXzzscCJK93fcMxPzklmJx5z+tnQ9Yf9jI5lnEkqN81e +IHHkIX/lnhEA4i4nAsG4OE0n3Kf2Z5STWy6aR8Su6LUSBmVEAndhXGduSnPSx5C2 +6Q0nhgxp7d8svJWAKfrwT8pK4QE7MSQFXqyzKIu7wXaxOoPd30Dm2XicRStuceXy +FWiah6+PcxjHW3nrdvOLubOtrXEhBunUGG7vjmzZW+EupxV1KzgyU35pjHXujZ0i +kFg9fgIVt/Uh6OOfZ2lPq6AF9+e5jkQ0hNhsfHthinbd2PiJ2mzJvRMbvhkXEH55 +KkEyyq+JdxKO4H4CcjLYSP7p2hgLSSq4YmDX3oh5WBTlHBhZ7jL0EgAj/zBgzB3z +XUZ3SYPVGBEciGeT7llBQciM0MKjSXdQKn7ZQCR3OmWyCylDYGE= +=1B3j -----END PGP SIGNATURE----- diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index 9638ee30ed0..f47109e279c 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('RectorPrefix20211028\AutoloadIncluder'); } -if (!class_exists('ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215', false) && !interface_exists('ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215', false) && !trait_exists('ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215', false)) { - spl_autoload_call('RectorPrefix20211028\ComposerAutoloaderInit32b32bad83dd785d4fcb78ae0cc2e215'); +if (!class_exists('ComposerAutoloaderInit904d5b6b520ee7aff6c61316279f2fac', false) && !interface_exists('ComposerAutoloaderInit904d5b6b520ee7aff6c61316279f2fac', false) && !trait_exists('ComposerAutoloaderInit904d5b6b520ee7aff6c61316279f2fac', false)) { + spl_autoload_call('RectorPrefix20211028\ComposerAutoloaderInit904d5b6b520ee7aff6c61316279f2fac'); } 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('RectorPrefix20211028\Helmich\TypoScriptParser\Parser\AST\Statement'); @@ -3306,9 +3306,9 @@ if (!function_exists('print_node')) { return \RectorPrefix20211028\print_node(...func_get_args()); } } -if (!function_exists('composerRequire32b32bad83dd785d4fcb78ae0cc2e215')) { - function composerRequire32b32bad83dd785d4fcb78ae0cc2e215() { - return \RectorPrefix20211028\composerRequire32b32bad83dd785d4fcb78ae0cc2e215(...func_get_args()); +if (!function_exists('composerRequire904d5b6b520ee7aff6c61316279f2fac')) { + function composerRequire904d5b6b520ee7aff6c61316279f2fac() { + return \RectorPrefix20211028\composerRequire904d5b6b520ee7aff6c61316279f2fac(...func_get_args()); } } if (!function_exists('parseArgs')) {