chameleon-system/upgrade-helper
Composer 安装命令:
composer require chameleon-system/upgrade-helper
包简介
A Symfony bundle for chameleon-system that helps upgrading. Currently supported is an upgrade to 7.1
README 文档
README
This bundle will add the command chameleon_system:upgrade_helper that will help you find access of non-public services when using the Container or the ServiceLocator
Run it with a path to the root of the source files to check:
$ app/console ch:upgr "/usr/local/apache2/htdocs/customer/src"
It can produce two kinds of warnings:
- Implicit call: This is the case when a service is aquired using a variable. In this case the parse can not determine if the service is available and public. This might produce false negatives. Every case should be checked by hand.
- Calls to non existing/non public services. In this case the respective service should be made public.
统计信息
- 总下载量: 332
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-01