文件名称:rector-installer
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-06 04:23:32
PHP
校长扩展安装程序 Composer插件,用于自动安装Rector扩展。 用法 composer require --dev rector/rector-installer 扩展开发人员说明 最好将此扩展程序的composer软件包为rector-extension以便该插件能够识别它并上被。 在扩展名composer.json的extra部分中添加rector密钥: { " extra " : { " rector " : { " includes " : [ " config/config.php " ] } } } 局限性 扩展安装程序取决于Composer脚本事件,因此不能使用--no-scripts标志。
【文件预览】:
rector-installer-main
----easy-coding-standard.yaml(170B)
----.gitignore(61B)
----src()
--------Filesystem.php(353B)
--------Plugin.php(2KB)
--------PluginInstaller.php(4KB)
--------LocalFilesystem.php(957B)
----LICENSE(1KB)
----composer.json(1024B)
----.github()
--------workflows()
----README.md(909B)
----phpunit.xml(755B)
----tests()
--------PluginInstallerTest.php(5KB)