I followed this tutorial in order to install ZF and it installed the zend-mvc version 3.0.1, after that I tried to install doctrine orm module: php composer.phar require doctrine/doctrine-orm-module
and I got this error:
How can I install ZF3 and Doctrine ORM Module without getting this error?