Skip to content

Commit 9a7d217

Browse files
committed
Composer: coding standard is a dev requirement
... not a runtime dependency.
1 parent 89f08a4 commit 9a7d217

File tree

2 files changed

+351
-350
lines changed

2 files changed

+351
-350
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"type": "library",
55
"require": {
66
"phpunit/phpunit": "^9.0",
7-
"php": "^7.3|^7.4|^8.0",
8-
"dms/coding-standard": "^8"
7+
"php": "^7.3|^7.4|^8.0"
98
},
109
"license": "MIT",
1110
"authors": [
@@ -15,7 +14,8 @@
1514
}
1615
],
1716
"require-dev": {
18-
"squizlabs/php_codesniffer": "^3.4"
17+
"squizlabs/php_codesniffer": "^3.4",
18+
"dms/coding-standard": "^8"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)