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

Hello, We are wondering if it is possible to add custom npm registries (like [Verdaccio](https://github.com/verdaccio/verdaccio) ). This would provide the possibility to still deliver packages, even if the official servers...

enhancement

When installed package has endpoint-defined dep it fails with error message: ``` [Seld\JsonLint\ParsingException] "https://bower.herokuapp.com/packages/player-api" does not contain valid JSON Parse error on line 1: Package not found ^ Expected one...

enhancement

When trying to install the font `source-sans-pro` which has a current release version of `2.010R-ro/1.065R-it` as shown [here](https://github.com/adobe-fonts/source-sans-pro/releases), the following error message is produced: ``` [UnexpectedValueException] Invalid version string "2.010R-ro/1.065R-it"...

enhancement

Let say I have following composer.json ``` { "config": { "vendor-dir": "assets/vendors" }, "require" : { "bower-asset/jquery": "2.1.x", "bower-asset/jqueryui": "1.11.x", "npm-asset/jquery-json" : "2.5.*" }, "extra": { "asset-installer-paths": { "npm-asset-library": "assets/components",...

bug