require和require-dev有什么区别? [英] What's the difference between require and require-dev?

查看:1965
本文介绍了require和require-dev有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是作曲家的新手,我想知道 require require-dev
作曲家网站没有提供一个很好的解释这两者之间的区别。



我没有得到的部分是列出开发这个包或运行测试等所需的包。来自作曲家官方文档

解决方案

require-dev 包是不是您项目工作所必需的包, 不应包含在您的项目的生产版本中。



通常,这些包是您将用于对项目进行单元测试的 phpunit / phpunit p>

I'm new to the composer and I would like to know the difference between require and require-dev. The composer website doesn't offer a good explanation the difference between these two.

The part that I don't get is Lists packages required for developing this package, or running tests, etc. from Composer Official Docs.

解决方案

The require-dev packages are packages that aren't necessary for your project to work and that shouldn't be included in the production version of your project.

Typically, these are packages such as phpunit/phpunit that you would use for unit testing your project.

这篇关于require和require-dev有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆