umpirsky / Symfony-Upgrade-Fixer

Analyzes your Symfony project and tries to make it compatible with the new version of Symfony framework.
MIT License
275 stars 18 forks source link

Change fabpot/php-cs-fixer to friendsofphp/php-cs-fixer #30

Closed lolautruche closed 8 years ago

lolautruche commented 8 years ago

fabpot/php-cs-fixer is abandoned in favor of friendsofphp/php-cs-fixer.

This patch avoids Composer to display warning message:

Package fabpot/php-cs-fixer is abandoned, you should avoid using it. Use friendsofphp/php-cs-fixer instead.

umpirsky commented 8 years ago

Thanks @lolautruche! :+1:

lolautruche commented 8 years ago

My pleasure :octocat: Could you please release a new version with this change?

Thanks 😃

umpirsky commented 8 years ago

Sure, there yo go.

Cheers!

lolautruche commented 8 years ago

Awesome, thanks !