zfcampus/zf-apigility-skeleton

Develop branch installation fails

guliano opened this issue · 1 comments

Develop branch of Apigility Skeleton cannot be installed with composer.

$ composer install
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
    - Installation request for zfcampus/zf-apigility-admin dev-develop@dev -> satisfiable by zfcampus/zf-apigility-admin[dev-develop].
    - zfcampus/zf-apigility-admin dev-develop requires zfcampus/zf-mvc-auth dev-develop@dev -> no matching package found.

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.
sylwek@sz-ubuntu:~/work/public_html/apigility$

I discovered, this is working when I add minimum-stability in composer.json. It looks like specify "dev" stability in https://github.com/zfcampus/zf-apigility-skeleton/blob/develop/composer.json#L37-L38 is ignored by composer