Updated Rector to commit cbe6271e16370118408bdea5fe6b8ea6eebe8f18

cbe6271e16 narrow core packages
This commit is contained in:
Tomas Votruba 2022-08-07 14:40:46 +00:00
parent c79a46ee2a
commit 24d364b692
5 changed files with 15 additions and 15 deletions

View File

@ -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.1 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) and [Doctrine](https://github.com/rectorphp/rector-doctrine). Do you want to **be constantly on the latest PHP and Framework without effort**?
Rector now supports upgrades from PHP 5.3 to 8.1 and major open-source projects like [Symfony](https://github.com/rectorphp/rector-symfony), [PHPUnit](https://github.com/rectorphp/rector-phpunit), [Laravel](https://github.com/rectorphp/rector-laravel), [CakePHP](https://github.com/rectorphp/rector-cakephp) and [Doctrine](https://github.com/rectorphp/rector-doctrine). Do you want to **be constantly on the latest PHP and Framework without effort**?
Use Rector to handle **instant upgrades** for you.

View File

@ -17,12 +17,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'd68bc4ccf6fca72f748cb3b9b80264901094b3d6';
public const PACKAGE_VERSION = 'cbe6271e16370118408bdea5fe6b8ea6eebe8f18';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2022-08-07 14:22:47';
public const RELEASE_DATE = '2022-08-07 16:33:35';
/**
* @var int
*/

2
vendor/autoload.php vendored
View File

@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit0af6fe88a0b076bd8e57cbb331a2e0b2::getLoader();
return ComposerAutoloaderInit0d29dc308111287df9dcca8f6a3cdaad::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit0af6fe88a0b076bd8e57cbb331a2e0b2
class ComposerAutoloaderInit0d29dc308111287df9dcca8f6a3cdaad
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit0af6fe88a0b076bd8e57cbb331a2e0b2
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit0af6fe88a0b076bd8e57cbb331a2e0b2', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit0d29dc308111287df9dcca8f6a3cdaad', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit0af6fe88a0b076bd8e57cbb331a2e0b2', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit0d29dc308111287df9dcca8f6a3cdaad', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit0af6fe88a0b076bd8e57cbb331a2e0b2::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit0d29dc308111287df9dcca8f6a3cdaad::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit0af6fe88a0b076bd8e57cbb331a2e0b2::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit0d29dc308111287df9dcca8f6a3cdaad::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire0af6fe88a0b076bd8e57cbb331a2e0b2($fileIdentifier, $file);
composerRequire0d29dc308111287df9dcca8f6a3cdaad($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit0af6fe88a0b076bd8e57cbb331a2e0b2
* @param string $file
* @return void
*/
function composerRequire0af6fe88a0b076bd8e57cbb331a2e0b2($fileIdentifier, $file)
function composerRequire0d29dc308111287df9dcca8f6a3cdaad($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInit0af6fe88a0b076bd8e57cbb331a2e0b2
class ComposerStaticInit0d29dc308111287df9dcca8f6a3cdaad
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@ -3321,9 +3321,9 @@ class ComposerStaticInit0af6fe88a0b076bd8e57cbb331a2e0b2
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit0af6fe88a0b076bd8e57cbb331a2e0b2::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0af6fe88a0b076bd8e57cbb331a2e0b2::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit0af6fe88a0b076bd8e57cbb331a2e0b2::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit0d29dc308111287df9dcca8f6a3cdaad::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0d29dc308111287df9dcca8f6a3cdaad::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit0d29dc308111287df9dcca8f6a3cdaad::$classMap;
}, null, ClassLoader::class);
}