Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Gem 可以做到这一点,我真的不需要文档和测试。
Composer 也可以这样做吗?谢谢。
你需要使用--prefer-dist. 如果您的存储库有 dist 版本,它将被下载。您还可以使用--no-dev标志来排除包部分中列出的库require-dev。这些库可能仅对开发有用。
--prefer-dist
--no-dev
require-dev