在ZF3上安装时,Doctrine orm模块错误

时间:2016-07-19 20:05:38

标签: php zend-framework zend-framework2 doctrine zend-framework3

我跟着this tutorial安装ZF并安装了zend-mvc 3.0.1版,之后我尝试安装doctrine orm模块:php composer.phar require doctrine/doctrine-orm-module我收到了这个错误:

enter image description here

如何在不收到此错误的情况下安装ZF3和Doctrine ORM模块?

1 个答案:

答案 0 :(得分:0)

您可能希望再次运行安装,具体取决于您何时尝试此操作。 doctrine-orm-module 1.0.0于2016年7月14日发布,以支持ZF2和ZF3。

$ composer create-project -s dev zendframework/skeleton-application path/to/install

可能是duplicate