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

The "--dry-run" option does not exist. #42

Closed bruno-ds closed 6 years ago

bruno-ds commented 6 years ago

Hello,

Having Symfony Upgrade Fixer 0.1.6 installed globally using composer,

if I run symfony-upgrade-fixer --dry-run I've got this error message :

The "--dry-run" option does not exist.

umpirsky commented 6 years ago

Try symfony-upgrade-fixer fix /path/to/code --dry-run.

bruno-ds commented 6 years ago

thank you, symfony-upgrade-fixer fix /path/to/code --dry-run works