user-management
user-management copied to clipboard
Composer installation failed.
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.
Add to your composer.json
"minimum-stability": "dev",
"prefer-stable": true,
Is there any way other modification of composer.json
? i.e some modification to composer require --prefer-dist webvimark/module-user-management "*"
command.
Hi @saidbakr, you can refer to this issue: https://github.com/webvimark/user-management/issues/90