ZF-Commons / ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.
BSD 3-Clause "New" or "Revised" License
89 stars 92 forks source link

Composer installation clones wrong commit. #15

Closed thomaslhotta closed 12 years ago

thomaslhotta commented 12 years ago

I included ZfcUserDoctrineORM with "zf-commons/ZfcUserDoctrineORM": "dev-master" in my composer.json. Every time i install ZfcUserDoctrineORM composer seems to clone an old commit because i get the error:

Fatal error: Interface 'Zend\Module\Consumer\AutoloaderProvider'

This happens even if i delete all contents of the vendor directory and the composer.lock file. So I have to do a git checkout master to get it working, what is pretty anoying. Is there something wrong with the composer package?

ghost commented 12 years ago

Issue is outdated.

thomaslhotta commented 12 years ago

It was actually a problem with composers cache. Deleted the cache dir and the problem was fixed.