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