简体   繁体   中英

Doctrine orm module error when installing on ZF3

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?

You might want to run the install again, depending on when you tried this. doctrine-orm-module 1.0.0 was released to support ZF2 and ZF3 on 14 July 2016.

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

Might be a duplicate .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM