Commit be4062c
authored
Composer: PHPCS is a production dependency (#40)
PHP_CodeSniffer is a dependency for this external standard to be able to run, so should be in `require`, not `require-dev`.
This also makes sure that people won't be able to try and run the standard with incompatible PHPCS versions.
Includes making the version requirement more flexible (not fixed to one version `3.3.0` only).
Co-authored-by: jrfnl <[email protected]>1 parent 14e580d commit be4062c
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
0 commit comments