pawaclawczyk / SymfonyUpgradeHelper

This tool will helps you upgrade your Symfony2 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SymfonyUpgradeHelper

Scrutinizer Quality Score

Build Status

Bitdeli Badge

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.

Installing dependencies

$> wget -nc http://getcomposer.org/composer.phar
$> php composer.phar install

Running

$> bin/symfony-upgrade-helper update path/to/your/project

Running tests

$> php composer.phar --dev install
$> vendor/bin/phpspec run
$> vendor/bin/behat

About

This tool will helps you upgrade your Symfony2 project.


Languages

Language:PHP 100.0%