Updated Rector to commit a85934ba03b62bf1c8f24d0a1e6d464866492d71

a85934ba03 DX: Add composer keywords (#3386)
This commit is contained in:
Tomas Votruba 2023-02-28 12:48:47 +00:00
parent 4b3a85382e
commit 4861972121
5 changed files with 13 additions and 12 deletions

View File

@ -2,6 +2,7 @@
"name": "rector/rector", "name": "rector/rector",
"description": "Instant Upgrade and Automated Refactoring of any PHP code", "description": "Instant Upgrade and Automated Refactoring of any PHP code",
"license": "MIT", "license": "MIT",
"keywords": ["dev", "refactoring", "automation", "migration"],
"bin": [ "bin": [
"bin/rector" "bin/rector"
], ],

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api * @api
* @var string * @var string
*/ */
public const PACKAGE_VERSION = '0.15.19'; public const PACKAGE_VERSION = 'a85934ba03b62bf1c8f24d0a1e6d464866492d71';
/** /**
* @api * @api
* @var string * @var string
*/ */
public const RELEASE_DATE = '2023-02-27 09:31:58'; public const RELEASE_DATE = '2023-02-28 12:44:26';
/** /**
* @var int * @var int
*/ */

2
vendor/autoload.php vendored
View File

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

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer // autoload_real.php @generated by Composer
class ComposerAutoloaderInit37c04644b79890292f481c9b673ab224 class ComposerAutoloaderInitc28701430d4a3e0056cc95d2271f3ebf
{ {
private static $loader; private static $loader;
@ -22,17 +22,17 @@ class ComposerAutoloaderInit37c04644b79890292f481c9b673ab224
return self::$loader; return self::$loader;
} }
spl_autoload_register(array('ComposerAutoloaderInit37c04644b79890292f481c9b673ab224', 'loadClassLoader'), true, true); spl_autoload_register(array('ComposerAutoloaderInitc28701430d4a3e0056cc95d2271f3ebf', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit37c04644b79890292f481c9b673ab224', 'loadClassLoader')); spl_autoload_unregister(array('ComposerAutoloaderInitc28701430d4a3e0056cc95d2271f3ebf', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php'; require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit37c04644b79890292f481c9b673ab224::getInitializer($loader)); call_user_func(\Composer\Autoload\ComposerStaticInitc28701430d4a3e0056cc95d2271f3ebf::getInitializer($loader));
$loader->setClassMapAuthoritative(true); $loader->setClassMapAuthoritative(true);
$loader->register(true); $loader->register(true);
$filesToLoad = \Composer\Autoload\ComposerStaticInit37c04644b79890292f481c9b673ab224::$files; $filesToLoad = \Composer\Autoload\ComposerStaticInitc28701430d4a3e0056cc95d2271f3ebf::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) { $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload; namespace Composer\Autoload;
class ComposerStaticInit37c04644b79890292f481c9b673ab224 class ComposerStaticInitc28701430d4a3e0056cc95d2271f3ebf
{ {
public static $files = array ( public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -3125,9 +3125,9 @@ class ComposerStaticInit37c04644b79890292f481c9b673ab224
public static function getInitializer(ClassLoader $loader) public static function getInitializer(ClassLoader $loader)
{ {
return \Closure::bind(function () use ($loader) { return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit37c04644b79890292f481c9b673ab224::$prefixLengthsPsr4; $loader->prefixLengthsPsr4 = ComposerStaticInitc28701430d4a3e0056cc95d2271f3ebf::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit37c04644b79890292f481c9b673ab224::$prefixDirsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitc28701430d4a3e0056cc95d2271f3ebf::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit37c04644b79890292f481c9b673ab224::$classMap; $loader->classMap = ComposerStaticInitc28701430d4a3e0056cc95d2271f3ebf::$classMap;
}, null, ClassLoader::class); }, null, ClassLoader::class);
} }