Updated Rector to commit 68b2dbfaf65212a3ff0f973b57b096a9d766cc63

68b2dbfaf6 [Scoped] Update build script with no need define php 8.0 setup (#2449)
This commit is contained in:
Tomas Votruba 2022-06-07 10:02:50 +00:00
parent b6a8818d00
commit 590a0d06cc
4 changed files with 14 additions and 14 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'cbbe410affb8afcfc3843e6738e882eef18a559d';
public const PACKAGE_VERSION = '68b2dbfaf65212a3ff0f973b57b096a9d766cc63';
/**
* @var string
*/
public const RELEASE_DATE = '2022-06-07 11:40:07';
public const RELEASE_DATE = '2022-06-07 09:57:47';
/**
* @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 ComposerAutoloaderInit4451237bea47f17012156e6639fe2e09::getLoader();
return ComposerAutoloaderInitad75ac2dbc0fedaa476c6906d8faabf2::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit4451237bea47f17012156e6639fe2e09
class ComposerAutoloaderInitad75ac2dbc0fedaa476c6906d8faabf2
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit4451237bea47f17012156e6639fe2e09
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit4451237bea47f17012156e6639fe2e09', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitad75ac2dbc0fedaa476c6906d8faabf2', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit4451237bea47f17012156e6639fe2e09', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitad75ac2dbc0fedaa476c6906d8faabf2', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit4451237bea47f17012156e6639fe2e09::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitad75ac2dbc0fedaa476c6906d8faabf2::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit4451237bea47f17012156e6639fe2e09::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInitad75ac2dbc0fedaa476c6906d8faabf2::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire4451237bea47f17012156e6639fe2e09($fileIdentifier, $file);
composerRequiread75ac2dbc0fedaa476c6906d8faabf2($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit4451237bea47f17012156e6639fe2e09
* @param string $file
* @return void
*/
function composerRequire4451237bea47f17012156e6639fe2e09($fileIdentifier, $file)
function composerRequiread75ac2dbc0fedaa476c6906d8faabf2($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 ComposerStaticInit4451237bea47f17012156e6639fe2e09
class ComposerStaticInitad75ac2dbc0fedaa476c6906d8faabf2
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@ -3389,9 +3389,9 @@ class ComposerStaticInit4451237bea47f17012156e6639fe2e09
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4451237bea47f17012156e6639fe2e09::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4451237bea47f17012156e6639fe2e09::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit4451237bea47f17012156e6639fe2e09::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitad75ac2dbc0fedaa476c6906d8faabf2::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitad75ac2dbc0fedaa476c6906d8faabf2::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitad75ac2dbc0fedaa476c6906d8faabf2::$classMap;
}, null, ClassLoader::class);
}