Conversation
|
What if we instead added And, taking a step back, why is this necessary? Shouldn't Composer install the latest automatically? |
No, I currently try to get away from having the framework depend on command requirements, as we have now with the Symfony dependencies that are actually only needed for the package manager. Related: wp-cli/wp-cli#4748
It is not necessary for our Phar build, but it could avoid bugs for Composer builds where a hard requirement on the bug-fixed version shows errors when you try to use an older one. |
Fix library version to `^1.2.1`
Fixes wp-cli/wp-config-transformer#2