-
Notifications
You must be signed in to change notification settings - Fork 67
Description
I get this when trying to install this to my composer.json file.
I'm using the johnpbloch installation configurations alongside this and this is what the "config" section looks like.
"config": { "allow-plugins": { "johnpbloch/wordpress-core-installer": true, "composer/installers": true } },
Problem 1
- Root composer.json requires advanced-custom-fields/advanced-custom-fields-pro * -> satisfiable by advanced-custom-fields/advanced-custom-fields-pro[6.0.5].
- advanced-custom-fields/advanced-custom-fields-pro 6.0.5 requires composer/installers ^1.0 -> found composer/installers[v1.0.0, ..., v1.12.0] but the package is fixed to v2.2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Not sure how to rectify this to get ACF pro to work as instructed.