Skip to content

Commit 3475328

Browse files
committed
Composer: remove explicit PHPCS dependency
The `squizlabs/php_codesniffer` package is a dependency of the `dms/coding-standard` package, not of **_this_** package. Better to let the `dms/coding-standard` package (and its dependencies) manage the minimum require PHPCS version.
1 parent e09a0f8 commit 3475328

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
}
1515
],
1616
"require-dev": {
17-
"squizlabs/php_codesniffer": "^3.4",
1817
"dms/coding-standard": "^9"
1918
},
2019
"autoload": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)