Skip to content

Commit d5ac0a0

Browse files
committed
Add yaml-sort-checker to dev dependencies
1 parent d4e7d01 commit d5ac0a0

2 files changed

Lines changed: 261 additions & 41 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"phpunit/phpunit": "9.6.20",
3939
"mediawiki/mediawiki-codesniffer": "48.0.0",
4040
"mediawiki/mediawiki-phan-config": "0.17.0",
41-
"mustangostang/spyc": "0.6.3"
41+
"mustangostang/spyc": "0.6.3",
42+
"mhujer/yaml-sort-checker": "1.5.0"
4243
},
4344

4445
"support": {
@@ -55,7 +56,7 @@
5556
"fix": "phpcbf",
5657
"cs": "phpcs -sp",
5758
"phan": "phan -d . --long-progress-bar",
58-
"yaml-sort-check": "composer require mhujer/yaml-sort-checker; yaml-sort-checker",
59+
"yaml-sort-check": "yaml-sort-checker",
5960
"test": [
6061
"@composer validate --no-interaction",
6162
"phpunit",

0 commit comments

Comments
 (0)