Skip to content

Commit de1d3d4

Browse files
authored
Merge pull request #757 from wmde/csPlusTestEqualsCi
Remove non-standard Composer commands
2 parents 9379f98 + 2a00509 commit de1d3d4

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

composer.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,12 @@
6262
"covers-validator"
6363
],
6464
"cs": [
65-
"@phpcs",
66-
"@phpmd"
65+
"phpcs -p -s",
66+
"phpmd src/ text phpmd.xml"
6767
],
6868
"ci": [
69-
"@test",
70-
"@cs"
71-
],
72-
"phpcs": [
73-
"phpcs -p -s"
74-
],
75-
"phpmd": [
76-
"phpmd src/ text phpmd.xml"
69+
"@cs",
70+
"@test"
7771
]
7872
}
7973
}

0 commit comments

Comments
 (0)