user-management icon indicating copy to clipboard operation
user-management copied to clipboard

Composer installation failed.

Open saidbakr opened this issue 9 years ago • 3 comments

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.

saidbakr avatar Jan 22 '16 22:01 saidbakr

Add to your composer.json

    "minimum-stability": "dev",
    "prefer-stable": true,

webvimark avatar Jan 25 '16 12:01 webvimark

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

saidbakr avatar Jan 25 '16 14:01 saidbakr

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

jiaming10 avatar Jan 27 '16 00:01 jiaming10