webvimark / user-management

154 stars 163 forks source link

Composer installation failed. #108

Open saidbakr opened 8 years ago

saidbakr commented 8 years ago

Installation using composer using composer require --prefer-dist webvimark/module-user-management "*" is failed. The following is the error message:

 Problem 1
    - webvimark/module-user-management v1.0.3 requires webvimark/components dev-master -> no matching package found.
    - webvimark/module-user-management v1.0.2 requires webvimark/components dev-master -> no matching package found.
    - webvimark/module-user-management v1.0.1 requires webvimark/components dev-master -> no matching package found.
    - webvimark/module-user-management v1.0.0 requires webvimark/components dev-master -> no matching package found.
    - Installation request for webvimark/module-user-management * -> satisfiable by webvimark/module-user-management[v1.0.0, v1.0.1, v1.0.2, v1.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 <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.
webvimark commented 8 years ago

Add to your composer.json

    "minimum-stability": "dev",
    "prefer-stable": true,
saidbakr commented 8 years ago

Is there any way other modification of composer.json? i.e some modification to composer require --prefer-dist webvimark/module-user-management "*" command.

jiaming10 commented 8 years ago

Hi @saidbakr, you can refer to this issue: https://github.com/webvimark/user-management/issues/90