We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ошибка при установки 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 уже нет. Подскажите, пожалуйста, как решить данную проблему.
The text was updated successfully, but these errors were encountered:
Используй последнюю версию, на данный момент это 1,2,0 php composer.phar global require "fxp/composer-asset-plugin:^1.2.0" И будет тебе счастье
php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
Sorry, something went wrong.
Thank you!!
Thanks
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"
composer global remove "fxp/composer-asset-plugin"
composer global require "fxp/composer-asset-plugin:*"
remove composer.lock
composer install
No branches or pull requests
Ошибка при установки 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 уже нет.
Подскажите, пожалуйста, как решить данную проблему.
The text was updated successfully, but these errors were encountered: