Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request support for composer 2.0 and php8 #336

Closed
haohetao opened this issue Oct 26, 2020 · 2 comments
Closed

request support for composer 2.0 and php8 #336

haohetao opened this issue Oct 26, 2020 · 2 comments

Comments

@haohetao
Copy link

No description provided.

@Ferikl
Copy link

Ferikl commented Nov 11, 2020

Have some issues with composer 2:
root@admin:/app# composer install
The "fxp/composer-asset-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1

  • fxp/composer-asset-plugin is locked to version v1.4.6 and an update of this package was not requested.
  • fxp/composer-asset-plugin v1.4.6 requires composer-plugin-api ^1.0 -> 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.

@forevermatt
Copy link

Composer 2 support has a separate issue:
#334 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants