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

fxp/composer-asset-plugin v1.0.0 requires composer-plugin-api 1.0.0 -> no matching package found #197

Open
magvan opened this issue Mar 6, 2017 · 5 comments

Comments

@magvan
Copy link

magvan commented Mar 6, 2017

Ошибка при установки composer global require "fxp/composer-asset-plugin:1.0.0"

Problem 1
- Installation request for fxp/composer-asset-plugin 1.0.0 -> satisfiable by fxp/composer-asset-plugin[v1.0.0].
- fxp/composer-asset-plugin v1.0.0 requires composer-plugin-api 1.0.0 -> no matching package found.

http://dl3.joxi.net/drive/2017/03/06/0019/3398/1252678/78/3787e6e261.jpg
Я так понимаю что это достаточно старая версия и плагина composer-plugin-api 1.0.0 уже нет.
Подскажите, пожалуйста, как решить данную проблему.

@webadminkz
Copy link

Используй последнюю версию, на данный момент это 1,2,0
php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
И будет тебе счастье

@ruvany
Copy link

ruvany commented Jul 12, 2018

Thank you!!

@ghost
Copy link

ghost commented Aug 31, 2018

Thanks

@obendesmond
Copy link

Now
-Go to xampp/htdocs directory:
C:\xampp\htdocs>
-Run this command:
C:\xampp\htdocs>composer global require "fxp/composer-asset-plugin:1.3.1"

@wuyuanwuhui
Copy link

composer global remove "fxp/composer-asset-plugin"

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

remove composer.lock

composer install

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

No branches or pull requests

5 participants