The main goal of this tool is to help you upgrade your Symfony2 projects and bundles to higher Symfony2 versions.
SymfonyUpgradeHelper
is a set of Fixers that will fix your code or at least notify you about places where you have to
introduce some changes to reach compatibility with Symfony2. Fixers are created according to hints in Symfony2 UPGRADE-X.Y
files.
Project is currently in early development phase, so please be careful while using it.
If you have an idea to make it better-shaped, please create an issue or contact me.
$> wget -nc http://getcomposer.org/composer.phar
$> php composer.phar install
$> bin/symfony-upgrade-helper update path/to/your/project
$> php composer.phar --dev install
$> vendor/bin/phpspec run
$> vendor/bin/behat