golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/extension-installer/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
Filesystem.php
353 B
Del
OK
GeneratedConfig.php
1.21 KB
Del
OK
LocalFilesystem.php
986 B
Del
OK
Plugin.php
1.45 KB
Del
OK
PluginInstaller.php
3.93 KB
Del
OK
Edit: GeneratedConfig.php
<?php declare (strict_types=1); namespace Rector\RectorInstaller; /** * This class is generated by rector/extension-installer. * @internal */ final class GeneratedConfig { public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => NULL, 'version' => 'dev-main e75008c'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => NULL, 'version' => 'dev-main d9cef57'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main 38bdce4'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main 799b454')); private function __construct() { } }
Save