Commit bde0cd9
committed
minor #10938 Use the --dev option consistently for Composer and Yarn (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 YarnFile tree
3 files changed
+3
-3
lines changed- components
- frontend/encore
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments