Skip to content

Use the --dev option consistently for Composer and Yarn #10938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2019

Conversation

javiereguiluz
Copy link
Member

This fixes #10933.

This changes Symfony Docs to use these patterns:

  • composer require --dev ...
  • yarn add ... --dev

Yarn's pattern is the one recommended and used by them in their official docs: https://yarnpkg.com/lang/en/docs/cli/add/

@javiereguiluz javiereguiluz added this to the 3.4 milestone Jan 29, 2019
@javiereguiluz javiereguiluz merged commit cf5d474 into symfony:3.4 Jan 30, 2019
javiereguiluz added a commit that referenced this pull request Jan 30, 2019
…(javiereguiluz)

This PR was merged into the 3.4 branch.

Discussion
----------

Use the --dev option consistently for Composer and Yarn

This fixes #10933.

This changes Symfony Docs to use these patterns:

* `composer require --dev ...`
* `yarn add ... --dev`

Yarn's pattern is the one recommended and used by them in their official docs: https://yarnpkg.com/lang/en/docs/cli/add/

Commits
-------

cf5d474 Use the --dev option consistently for Composer and Yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants