diff --git a/README.md b/README.md index 3fc72d0428f..46b36bda10b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Rector instantly upgrades and refactors the PHP code of your application. It ca ### 1. Instant Upgrades -Rector now supports upgrades from PHP 5.3 to 8.0 and major open-source projects like [Symfony](https://github.com/rectorphp/rector-symfony), [PHPUnit](https://github.com/rectorphp/rector-phpunit), [Nette](https://github.com/rectorphp/rector-nette), [Laravel](https://github.com/rectorphp/rector-laravel), [CakePHP](https://github.com/rectorphp/rector-cakephp), [Doctrine](https://github.com/rectorphp/rector-doctrine) and [Typo3](https://github.com/sabbelasichon/typo3-rector) out of the box. Do you want to **be constantly on the latest PHP/framework version without effort**? +Rector now supports upgrades from PHP 5.3 to 8.0 and major open-source projects like [Symfony](https://github.com/rectorphp/rector-symfony), [PHPUnit](https://github.com/rectorphp/rector-phpunit), [Nette](https://github.com/rectorphp/rector-nette), [Laravel](https://github.com/rectorphp/rector-laravel), [CakePHP](https://github.com/rectorphp/rector-cakephp), [Doctrine](https://github.com/rectorphp/rector-doctrine) and [TYPO3](https://github.com/sabbelasichon/typo3-rector) out of the box. Do you want to **be constantly on the latest PHP/framework version without effort**? Use Rector to handle **instant upgrades** for you. diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 00d74253a72..96c6893bef1 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -16,11 +16,11 @@ final class VersionResolver /** * @var string */ - public const PACKAGE_VERSION = 'ddd8e8590204619d9273705f9e6a44cd11bacbcd'; + public const PACKAGE_VERSION = 'ef779c9cedd02baccf36238c7909e15d7f416917'; /** * @var string */ - public const RELEASE_DATE = '2021-09-24 17:12:36'; + public const RELEASE_DATE = '2021-09-24 10:51:16'; public static function resolvePackageVersion() : string { $process = new \RectorPrefix20210924\Symfony\Component\Process\Process(['git', 'log', '--pretty="%H"', '-n1', 'HEAD'], __DIR__); diff --git a/vendor/autoload.php b/vendor/autoload.php index bc0f43279f9..a1fc74b3899 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc::getLoader(); +return ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index e33fead0a60..3007c8e7349 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc +class ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4 { private static $loader; @@ -22,15 +22,15 @@ class ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); - spl_autoload_unregister(array('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', '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\ComposerStaticInit089b756b0294f620354bad3a6af034cc::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::getInitializer($loader)); } else { $classMap = require __DIR__ . '/autoload_classmap.php'; if ($classMap) { @@ -42,19 +42,19 @@ class ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc $loader->register(true); if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInit089b756b0294f620354bad3a6af034cc::$files; + $includeFiles = Composer\Autoload\ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire089b756b0294f620354bad3a6af034cc($fileIdentifier, $file); + composerRequirefccc2d78a7af3270906b0f2cf07b55c4($fileIdentifier, $file); } return $loader; } } -function composerRequire089b756b0294f620354bad3a6af034cc($fileIdentifier, $file) +function composerRequirefccc2d78a7af3270906b0f2cf07b55c4($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 dc3074035d1..26bd2da5bc6 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit089b756b0294f620354bad3a6af034cc +class ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4 { public static $files = array ( 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', @@ -3858,9 +3858,9 @@ class ComposerStaticInit089b756b0294f620354bad3a6af034cc public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit089b756b0294f620354bad3a6af034cc::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit089b756b0294f620354bad3a6af034cc::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit089b756b0294f620354bad3a6af034cc::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index 481af4da2bb..bb9669bec88 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('RectorPrefix20210924\AutoloadIncluder'); } -if (!class_exists('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', false) && !interface_exists('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', false) && !trait_exists('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', false)) { - spl_autoload_call('RectorPrefix20210924\ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc'); +if (!class_exists('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', false) && !interface_exists('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', false) && !trait_exists('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', false)) { + spl_autoload_call('RectorPrefix20210924\ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4'); } 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('RectorPrefix20210924\Helmich\TypoScriptParser\Parser\AST\Statement'); @@ -3311,9 +3311,9 @@ if (!function_exists('print_node')) { return \RectorPrefix20210924\print_node(...func_get_args()); } } -if (!function_exists('composerRequire089b756b0294f620354bad3a6af034cc')) { - function composerRequire089b756b0294f620354bad3a6af034cc() { - return \RectorPrefix20210924\composerRequire089b756b0294f620354bad3a6af034cc(...func_get_args()); +if (!function_exists('composerRequirefccc2d78a7af3270906b0f2cf07b55c4')) { + function composerRequirefccc2d78a7af3270906b0f2cf07b55c4() { + return \RectorPrefix20210924\composerRequirefccc2d78a7af3270906b0f2cf07b55c4(...func_get_args()); } } if (!function_exists('parseArgs')) {