tfountain / zf-gearman-manager

ZF2 module for interfacing with Gearman Manager
2 stars 4 forks source link

Composer: Installation of dependencies fails #11

Closed localheinz closed 10 years ago

localheinz commented 10 years ago

Steps to reproduce

$ git clone git@github.com:tfountain/zf-gearman-manager.git
$ cd zf-gearman-manager
$ composer install

Result

Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package brianlmoon/gearmanmanager could not be found in any version, there may be a typo in the package name.

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.

Expected Result

Dependencies should be installed without any problems.

tfountain commented 10 years ago

I've added the custom repos to the composer.json, so this should work properly now.

When including the module in another application you'll still need the repos in that app's composer.json as specified in the readme.