I've a general preference for using `composer require --dev` rather than using global installs/phar builds. Are there any plans to nudge up compatibility with symfony/console, i.e. `symfony/console:^4.0|^5.0` ?
I've a general preference for using
composer require --devrather than using global installs/phar builds.Are there any plans to nudge up compatibility with symfony/console, i.e.
symfony/console:^4.0|^5.0?