goalio / GoalioForgotPassword

A Zend Framework 2 (ZF2) Module offering forgot password via e-mail functionality to ZfcUser
BSD 3-Clause "New" or "Revised" License
42 stars 49 forks source link

error message; goalio/goalio-forgotpassword 1.0.2 requires zf-commons/zfc-user 1.* #37

Closed endyOfo closed 9 years ago

endyOfo commented 9 years ago

hello i tried using composer to upload the module but i get the following error message: Problem 1

Potential causes:

below is my json file; i did an update of the json file (prior to trying to download the package) and it worked fine.

"php": ">=5.3.3", "zendframework/zendframework": "2.3.", "zf-commons/zfc-user": "~0.1.2", "doctrine/doctrine-orm-module": "0.", "zf-commons/zfc-user-doctrine-orm": "0.", "zendframework/zend-developer-tools": "dev-master", "slm/mail": "~1.5", "bjyoungblood/bjy-authorize": "1.4.", "acelaya/zf2-acmailer": "4.*"

i would really appriciate any advice on how to download it.

warm regards

AbdoSoufiane commented 9 years ago

Hello ! I am a beginner with ZF2 I tried to install goalio-forgotpassword but I've run into exactly that problem of andreea120.

Can you help me

Thank you very much!

pdobrigkeit commented 9 years ago

The problem lies in the line

"zf-commons/zfc-user": "~0.1.2",

The ~0.1.2 says that you do not want to install zfc-user 1.x but only <1.0. Removing the ~ or requiring a newer version of zfc-user will fix that problem.