friendsofsilverstripe / upgrade-path
确定哪些包阻止您升级到较新框架版本。
0.2.0
2016-07-10 01:36 UTC
Requires
- php: >5.3.2
- composer/composer: ^1.1
- silverstripe/framework: ^3.0
Suggests
- friendsofsilverstripe/silverstripe-maintainence: Toolset to assist with the maintenance of a SilverStripe application.
This package is auto-updated.
Last update: 2024-09-22 05:58:02 UTC
README
安装
选择、调整并运行
// composer require plus dev/build to ensure the framework knows. composer require friendsofsilverstripe/upgrade-path --dev; php ./framework/cli-script.php dev/build; clear; // show and tell how to use it. php ./framework/cli-script.php dev/tasks/UpgradePath; echo "To re-run use: sake dev/tasks/UpgradePath" // saving to git git add composer.json composer.lock git commit -m 'MINOR: adding upgrade-path :)'
建议仅将此作为开发依赖项安装!
使用方法
sake dev/tasks/UpgradePath
其他:未来想法/开发、问题,贡献,许可协议
用☕制作