Skip to content

Commit f3bb8d5

Browse files
committed
Composer: normalize the file
Well, mostly (scripts are not alphabetized, but still grouped by task). Note: this is done as a one-time only action. The normalize script will **_not_** be run in CI to enforce normalization. Style has been standardized to `--indent-style=tab --indent-size=1`. Ref: https://github.com/ergebnis/composer-normalize
1 parent 1d22aa6 commit f3bb8d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
]
3939
},
4040
"autoload-dev": {
41-
"classmap": [
42-
"config/"
43-
],
4441
"psr-4": {
4542
"Yoast\\WP\\Duplicate_Post\\Tests\\": "tests/"
46-
}
43+
},
44+
"classmap": [
45+
"config/"
46+
]
4747
},
4848
"config": {
4949
"allow-plugins": {
50-
"dealerdirect/phpcodesniffer-composer-installer": true,
51-
"composer/installers": true
50+
"composer/installers": true,
51+
"dealerdirect/phpcodesniffer-composer-installer": true
5252
},
5353
"classmap-authoritative": true,
5454
"lock": false

0 commit comments

Comments
 (0)