upgrade - magento 2.0.5 to magento2.1, Package fabpot/php-cs-fixer is abandoned -


i using magento 2.0.5. when run composer update command, it's showing following warning:

package fabpot/php-cs-fixer abandoned, should avoid using it. use friends ofphp/php-cs-fixer instead.

writing lock file

generating autoload files

who can me?

enter image description here

enter image description here

in fact, friendsofphp/php-cs-fixer. can have @ this link

if want remove warning, can open composer.json file, in "require-dev" find "fapbot/php-cs-fixer" , replace "friendsofphp/php-cs-fixer". can run composer update.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -