Updated Rector to commit a844e40a3f84f120866198401f9b3640575f7c06

a844e40a3f [Composer] Fix double / on illuminate-container-container-php.patch url on extra:patches config (#5725)
This commit is contained in:
Tomas Votruba 2024-03-15 14:15:54 +00:00
parent c0820093ad
commit d3357ab3eb
7 changed files with 15 additions and 15 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'ff32c0c08a89f27ea34187d00cf707734a7e39c8';
public const PACKAGE_VERSION = 'a844e40a3f84f120866198401f9b3640575f7c06';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-03-15 11:43:37';
public const RELEASE_DATE = '2024-03-15 14:13:28';
/**
* @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';
return ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54::getLoader();
return ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54
class ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8
{
private static $loader;
@ -22,17 +22,17 @@ class ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$filesToLoad = \Composer\Autoload\ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$files;
$requireFile = \Closure::bind(static function ($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 ComposerStaticInit2d887a2f87c676eb32b3e04612865e54
class ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -2704,9 +2704,9 @@ class ComposerStaticInit2d887a2f87c676eb32b3e04612865e54
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$classMap;
}, null, ClassLoader::class);
}

View File

@ -532,7 +532,7 @@
"dev-master": "10.x-dev"
},
"patches_applied": [
"https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/\/illuminate-container-container-php.patch"
"https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/illuminate-container-container-php.patch"
]
},
"installation-source": "dist",

View File

@ -2,6 +2,6 @@ This file was automatically generated by Composer Patches (https://github.com/cw
Patches applied to this directory:
0
Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches//illuminate-container-container-php.patch
Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/illuminate-container-container-php.patch

View File

@ -30,7 +30,7 @@ if (!function_exists('humbug_phpscoper_expose_class')) {
}
}
humbug_phpscoper_expose_class('AutoloadIncluder', 'RectorPrefix202403\AutoloadIncluder');
humbug_phpscoper_expose_class('ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54', 'RectorPrefix202403\ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54');
humbug_phpscoper_expose_class('ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8', 'RectorPrefix202403\ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8');
humbug_phpscoper_expose_class('Product', 'RectorPrefix202403\Product');
// Function aliases. For more information see: