composer-asset-plugin icon indicating copy to clipboard operation
composer-asset-plugin copied to clipboard

NPM/Bower Dependency Manager for Composer

Results 14 composer-asset-plugin issues
Sort by recently updated
recently updated
newest added

Running composer 2.0 disabled the composer-asset-plugin: ``` 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...

enhancement
wontfix

### Problem Statement 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...

support

ie. for several repos with a dash, but also `async` ``` Adding VCS repository npm-asset/csv-parse (skip update) Adding VCS repository npm-asset/lodash (skip update) Adding VCS repository npm-asset/esprima (skip update) Adding...

support

Hello I have some issue with composer installation after installing your package in composer globally. See the error below ``` [Composer\Repository\InvalidRepositoryException] No valid bower.json was found in any branch or...

support

It seems there is an issue with some NPM packages which specify their dependencies in a format which uses "git+https" as the URL protocol. This is the error I get...

enhancement

Related to #311 Since https://github.com/friendica/friendica already has the `npm-asset/jquery:^1.11.4` dependency and we are using the same asset directory for both repositories, I tried importing `bower-asset/jquery-2.x` to satisfy a new Bower...

enhancement

Getting the below parser error when adding an npm package in composer ``` [UnexpectedValueException] Could not parse version constraint >=4.0.0-,

bug
help wanted

When I try to update packages, was faced with this issue: _[UnexpectedValueException] Could not parse version constraint >=1.1.0,,

bug
help wanted

Would help detecting errors, when migrating to the new config syntax, i.e I had the key for `installer-paths` wrong. ``` "fxp-asset": { "asset-installer-paths": { ```

enhancement

While working on another PR I noticed some weird behavior of the CLI output. A question in general: Is the `isVerbose` setting still needed or could most IO related output...

enhancement