We’ve took over a magento store. Whenever I try to update, I’m getting the following errors:
Problem 1
- magento/inventory-composer-installer 1.1.0 requires composer-plugin-api ^1.1 -> found composer-plugin-api[2.2.0] but it does not match the constraint.
- magento/product-community-edition 2.3.4 requires magento/inventory-composer-metapackage 1.1.4 -> satisfiable by magento/inventory-composer-metapackage[1.1.4].
- magento/inventory-composer-metapackage 1.1.4 requires magento/inventory-composer-installer 1.1.0 -> satisfiable by magento/inventory-composer-installer[1.1.0].
- Root composer.json requires magento/product-community-edition 2.3.4 -> satisfiable by magento/product-community-edition[2.3.4].
I’ve tried removing the composer.lock file however it didn’t change anything. Any help would be appreciated.