You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed composer on my machine. When I run composer global require "fxp/composer-asset-plugin:dev-master" I get back
Changed current directory to C:/Users/USER/AppData/Roaming/Composer
./composer.json has been created
Running composer update fxp/composer-asset-plugin
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires fxp/composer-asset-plugin dev-master, found fxp/composer-asset-plugin[v1.0.0-beta1, ..., 1.4.x-dev] but it does not match the constraint.
Installation failed, deleting ./composer.json.
Environment
I'm on Windows 10, RAM 8Gig, and 300Gig SSD.
Composer version 2.3.5
The text was updated successfully, but these errors were encountered:
This plugin is only compatible with Composer 1. As indicated on the readme and the issue #334, the next major version of Composer Asset Plugin is so different, but also incompatible with the current version, that it became a new project named Foxy.
fxpio/composer-asset-plugin#341 (comment)
> This plugin is only compatible with Composer 1. As indicated on the
> readme and the issue #334, the next major version of Composer Asset
> Plugin is so different, but also incompatible with the current version,
> that it became a new project named Foxy.
Installing from https://getcomposer.org/installer gets v2 (at the time
of this commit), which doesn't work with the `composer-asset-plugin`.
Installing from the available package still gets v1, at least on `bionic`.
Use this until Foxy can be evaluated.
Also update the test to check for `composer.json`, since the directory
is created, even with the plugin isn't installed properly (e.g. with v2).
Problem Statement
I just installed composer on my machine. When I run
composer global require "fxp/composer-asset-plugin:dev-master"
I get backEnvironment
I'm on Windows 10, RAM 8Gig, and 300Gig SSD.
Composer version 2.3.5
The text was updated successfully, but these errors were encountered: