Download the PHP package chameleon-system/upgrade-helper without Composer
On this page you can find all versions of the php package chameleon-system/upgrade-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chameleon-system/upgrade-helper
More information about chameleon-system/upgrade-helper
Files in chameleon-system/upgrade-helper
Download chameleon-system/upgrade-helper
More information about chameleon-system/upgrade-helper
Files in chameleon-system/upgrade-helper
Vendor chameleon-system
Package upgrade-helper
Short Description A Symfony bundle for chameleon-system that helps upgrading. Currently supported is an upgrade to 7.1
License MIT
Homepage http://www.chameleon-system.de
Package upgrade-helper
Short Description A Symfony bundle for chameleon-system that helps upgrading. Currently supported is an upgrade to 7.1
License MIT
Homepage http://www.chameleon-system.de
Please rate this library. Is it a good library?
Informations about the package upgrade-helper
Chameleon System Upgrade Helper
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:
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.
All versions of upgrade-helper with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
~4.0
symfony/dependency-injection Version ~4.0
symfony/finder Version ~4.0
nikic/php-parser Version ~4.10
symfony/dependency-injection Version ~4.0
symfony/finder Version ~4.0
nikic/php-parser Version ~4.10
The package chameleon-system/upgrade-helper contains the following files
Loading the files please wait ....