Closed samuelexyz closed 4 years ago
I solved it by disabling fpx-asset in composer.json
"config": { "process-timeout": 1800, "discard-changes": true, "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ]
Plugin API version ("^1.0") composer --version 2.0.0
so
composer self-update --1
try again
php composer.phar update
After upgrade composer to the latest version, when i try to launch
php composer.phar update
i got 👍 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. The "fxp/composer-asset-plugin" plugin (installed globally) 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. Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
What steps will reproduce the problem?
upgrade composer and launch composer update
Additional info