Problem/Motivation
Discovered late in #3198340: Strict constraints in drupal/core-recommended make it harder for Composer-managed sites to apply their own security updates when a core update is not available, egulias/email-validator's latest tag is just 3.2 instead of 3.2.0.
This has the consequence that we have locked to ~3.2 in core-recommended, which will allow upgrades to any later minor, e.g. 3.3.0. The intent of that issue was to only allow patch level updates, e.g. 3.2.1 but not 3.3.0.
Steps to reproduce
Proposed resolution
Ensure that all tilde version constraints in core-recommended have three components so only patch level updates are allowed.
Comments
Comment #2
xjm