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:
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?
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?