potsky / laravel-localization-helpers

🎌 Artisan commands to generate and update lang files automatically
GNU General Public License v3.0
187 stars 38 forks source link

Fix abandoned package name fabpot/php-cs-fixer #32

Closed shulard closed 7 years ago

shulard commented 8 years ago

When I do a composer install I receive the following message :

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

This PR use the new name: friendsofphp/php-cs-fixer

potsky commented 8 years ago

Hi !

I will be back in 2 weeks to take a look on your PR. It seems your PR makes all travis CI checks fail due to a Bing translator problem. So I cannot merge it without taking a look on the code.

shulard commented 8 years ago

Hello !

Thanks for the feedback. Don't worry about the time 😄, I've just make this PR when I received the deprecation notice from composer install. The old package name still works for the moment...