ZF-Commons/ZfcUserDoctrineORM

Readme

dphn opened this issue · 2 comments

dphn commented

Hello, create, pleas, in README section "Installation".
This is a example:
https://github.com/ZF-Commons/ZfcUser

This is not work`s:
php composer.phar require zf-commons/zfc-user-doctrine-orm:dev-master

how to do it properly - is unknown :(

my composer.json file looks like:
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.2.",
"doctrine/doctrine-orm-module": "0.7.
",
"neilime/zf2-twb-bundle": "dev-master",
"zendframework/zend-developer-tools": "dev-master",
"twitter/bootstrap":"dev-master",
"zf-commons/zfc-user": "dev-master",
"zf-commons/zfc-user-doctrine-orm": "dev-master"
}
and it works fine!

Closing for now. Reopen if the issue still exist.