i just installed all the packages for zend 2 and doctrine 2. I used composer. I successfully install zend2, zfcUser and DoctrineORMModule.
i am now trying to install ZfcUserDoctrineORM (which i believe is glue between zfcUser and Doctrine). i tried to install via composer but got the following message;
Your requirements could not be resolved to an installable set of packages.
Problem 1
- zf-commons/zfc-user-doctrine-orm 0.1.0 requires zendframework/zendframewor k 2.1.* -> no matching package found.
- zf-commons/zfc-user-doctrine-orm 0.0.1 requires zendframework/zendframewor k 2.0.* -> no matching package found.
- zf-commons/zfc-user-doctrine-orm 0.1.1 requires zf-commons/zfc-user 0.* -> satisfiable by zf-commons/zfc-user[0.x-dev].
- zf-commons/zfc-user-doctrine-orm 0.1.2 requires zf-commons/zfc-user 0.* -> satisfiable by zf-commons/zfc-user[0.x-dev].
- zf-commons/zfc-user-doctrine-orm 0.1.3 requires zf-commons/zfc-user 0.* -> satisfiable by zf-commons/zfc-user[0.x-dev].
- Conclusion: don't install zf-commons/zfc-user 0.x-dev
- Installation request for zf-commons/zfc-user-doctrine-orm 0.* -> satisfiab le by zf-commons/zfc-user-doctrine-orm[0.0.1, 0.1.0, 0.1.1, 0.1.2, 0.1.3].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your min imum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f or more details.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Installation failed, reverting ./composer.json to its original content.
prior to the above error the system asked what i was asked what version constraint and i answer: 0.*