kalessil / production-dependencies-guard

MIT License
87 stars 2 forks source link

Composer 2 support #15

Closed voku closed 3 years ago

voku commented 3 years ago

I see this error message:

kalessil/production-dependencies-guard dev-master requires composer-plugin-api ^1.1 -> found composer-plugin-api[2.0.0] but it does not match the constraint.

You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
jammyproject commented 3 years ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.

jammyproject commented 3 years ago

I have same issue:

Your requirements could not be resolved to an installable set of packages.

Problem 1

You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.

kalessil commented 3 years ago

Foxed!

promko commented 3 years ago

I'm afraid not foxed nor fixed yet :-( I tried to php composer.phar create-project -sdev zendframework/skeleton-application helloworld ... and got errors (please see below): Creating a "zendframework/skeleton-application" project at "./helloworld" Installing zendframework/skeleton-application (3.1.3)

budakbajupurple commented 2 years ago

how to update your plugins? is this problem solve?