D
D
Denis99992017-07-23 08:34:57
Composer
Denis9999, 2017-07-23 08:34:57

How do I get the correct version of the Composer Plugin API?

You need to do the following:

composer self-update
composer global require "fxp/composer-asset-plugin:*"

But after executing composer self-update an error pops up:
The "hirak/prestissimo" plugin was skipped because it requires a Plugin API version ("~1.0.0-alpha10") that does not match your Composer installation ("1.1.0"). You may need to run composer update with the "--no-plugins" option.

It turns out that it requires a certain version of the Plugin API, which does not match the version of Composer. The current version of Composer is 1.4.2
For the same reason, the following commands do not work either:
composer global require "fxp/composer-asset-plugin:*"

The "hirak/prestissimo" plugin was skipped because it requires a Plugin API version ("~1.0.0-alpha10") that does not match your Composer installation ("1.1.0"). You may need to run composer update with the "--no-plugins" option.

How do I get the correct version of the Composer Plugin API?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question