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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/var_dumper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation

.. code-block:: terminal

$ composer require symfony/var-dumper --dev
$ composer require --dev symfony/var-dumper

Alternatively, you can clone the `<https://github.com/symfony/var-dumper>`_ repository.

Expand Down
2 changes: 1 addition & 1 deletion frontend/encore/postcss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First, download ``postcss-loader`` and any plugins you want, like ``autoprefixer

.. code-block:: terminal

$ yarn add --dev postcss-loader autoprefixer
$ yarn add postcss-loader autoprefixer --dev

Next, create a ``postcss.config.js`` file at the root of your project:

Expand Down
2 changes: 1 addition & 1 deletion frontend/encore/url-loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ it's disabled by default. First, add the URL loader to your project:

.. code-block:: terminal

$ yarn add --dev url-loader
$ yarn add url-loader --dev

Then enable it in your ``webpack.config.js``:

Expand Down