fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
892 stars 156 forks source link

Unable to download Dependency #209

Closed tschechniker closed 8 years ago

tschechniker commented 8 years ago

Hi,

i want do download bootstrap via bower. Composer says "Your requirements could not be resolved to an installable set of packages."

Here is the debug log:

Downloading https://bower.herokuapp.com/packages/bootstrap using proxy Writing C:\xampp\Composer/cache/repo/https---bower.herokuapp.com-packages/bootstrap-3c71cc99d2fc1c12a3d3e1b27e448ca612a89a1d-package.json into cache Adding VCS repository bower-asset/bootstrap Downloading https://api.github.com/repos/twbs/bootstrap using proxy Downloading https://github.com/twbs/bootstrap using proxy Downloading https://api.github.com/repos/twbs/bootstrap using proxy Resolving dependencies through SAT Dependency resolution completed in 11.383 seconds Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

A typo in the package name
The package is not available in a stable-enough version according to your min imum-stability setting see https://getcomposer.org/doc/04-schema.md#minimum-stability for more det ails.

Read https://getcomposer.org/doc/articles/troubleshooting.md for further commo n problems.

As you can see the plugin itself is working but i don' know why this error occours

Composer version: 1.0.0 Plugin version: 1.1.3

Composer.json:

{ "require" { "bower-asset/bootstrap": "3.3.6" } }

Thanks for your help

francoispluchino commented 8 years ago

Plugin is installed in global mode?

francoispluchino commented 8 years ago

No response from you, I close.