2amigos / yiiwheels

Widget extension library for the YiiStrap extension
http://yiiwheels.2amigos.us
Other
133 stars 77 forks source link

Composer installation issue #136

Open RusAlex opened 9 years ago

RusAlex commented 9 years ago

Wanted to re-use your code for some input elements. But met error.

 composer.phar require 2amigos/yiiwheels
Using version ~2.0 for 2amigos/yiiwheels
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - 2amigos/yiiwheels 2.0.3 requires crisu83/yiistrap dev-bs3 -> no matching package found.
    - 2amigos/yiiwheels 2.0.2 requires crisu83/yiistrap dev-bs3 -> no matching package found.
    - 2amigos/yiiwheels 2.0.1 requires crisu83/yiistrap dev-bs3 -> no matching package found.
    - 2amigos/yiiwheels 2.0.0 requires crisu83/yiistrap dev-bs3 -> no matching package found.
    - Installation request for 2amigos/yiiwheels ~2.0 -> satisfiable by 2amigos/yiiwheels[2.0.0, 2.0.1, 2.0.2, 2.0.3].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.
tonydspaniard commented 9 years ago

Strange... the package is there: https://packagist.org/packages/crisu83/yiistrap. whats your minimum stability setting?

RusAlex commented 9 years ago

I suppose there is no branch dev-bs3 in yiistrap

There is only "bs3" branch.