Steps to reproduce:
- In the
repositories field, set the ACF package version to 5.7.0-RC4
- In the
require field, set constraint to ^5.7
- Execute
composer update advanced-custom-fields/advanced-custom-fields-pro
Result:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package advanced-custom-fields/advanced-custom-fields-pro ^5.7 exists as advanced-custom-fields/advanced-custom-fields-pro[5.6.10] but these are rejected by your constraint.
Same problem when doing composer require advanced-custom-fields/advanced-custom-fields-pro:
[InvalidArgumentException]
Could not find a version of package advanced-custom-fields/advanced-custom-fields-pro matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
Steps to reproduce:
repositoriesfield, set the ACF package version to5.7.0-RC4requirefield, set constraint to^5.7composer update advanced-custom-fields/advanced-custom-fields-proResult:
Same problem when doing
composer require advanced-custom-fields/advanced-custom-fields-pro: