composer安装doctrine/dbal

composer安装doctrine/dbal,安装不成功,使用的安装命令为官方提供命令“composer require doctrine/dbal”,怎么解决呢?谢谢
QQ图片20151001165102.jpg
已邀请:

GorillaR

赞同来自:

To add this dependency open the composer.json at the root of your project (in the same level as app, public etc.) and in the require section add the doctrine/dbal package like:

"require": {
"laravel/framework": "4.1.*",
"doctrine/dbal": "v2.4.2"
},

Save the file and run composer update

要回复问题请先登录注册