Updated Rector to commit 78e491aae512e1b354427621a3171c506477aabe

78e491aae5 load devs commands
This commit is contained in:
Tomas Votruba 2023-08-15 22:36:34 +00:00
parent 532732b102
commit 97db597ce6
7 changed files with 18 additions and 18 deletions

2
vendor/autoload.php vendored
View File

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

View File

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

View File

@ -2061,12 +2061,12 @@
"source": {
"type": "git",
"url": "https:\/\/github.com\/rectorphp\/rector-symfony.git",
"reference": "ecc3b33ddf1f7a69ff7560a19abec3188563ce41"
"reference": "670cccb40f93da45ade80bd508693e4408361b09"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/ecc3b33ddf1f7a69ff7560a19abec3188563ce41",
"reference": "ecc3b33ddf1f7a69ff7560a19abec3188563ce41",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/670cccb40f93da45ade80bd508693e4408361b09",
"reference": "670cccb40f93da45ade80bd508693e4408361b09",
"shasum": ""
},
"require": {
@ -2081,7 +2081,7 @@
"phpunit\/phpunit": "^10.3",
"rector\/phpstan-rules": "^0.6",
"rector\/rector-generator": "^0.7",
"rector\/rector-src": "dev-tv-container-run-10",
"rector\/rector-src": "dev-main",
"symfony\/routing": "^6.2",
"symfony\/security-core": "^6.2",
"symfony\/security-http": "^6.1",
@ -2098,7 +2098,7 @@
"tomasvotruba\/unused-public": "^0.2",
"tracy\/tracy": "^2.10"
},
"time": "2023-08-15T22:02:58+00:00",
"time": "2023-08-15T22:30:03+00:00",
"default-branch": true,
"type": "rector-extension",
"extra": {

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ namespace Rector\RectorInstaller;
*/
final class GeneratedConfig
{
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main c0ab738'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main ae6d18d'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main cec1a6c'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main ecc3b33'));
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main c0ab738'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main ae6d18d'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main cec1a6c'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 670cccb'));
private function __construct()
{
}

View File

@ -15,7 +15,7 @@
"phpunit\/phpunit": "^10.3",
"rector\/phpstan-rules": "^0.6",
"rector\/rector-generator": "^0.7",
"rector\/rector-src": "dev-tv-container-run-10",
"rector\/rector-src": "dev-main",
"symfony\/routing": "^6.2",
"symfony\/security-core": "^6.2",
"symfony\/security-http": "^6.1",