Skip to content

Commit 92b1344

Browse files
committed
Improve order of deps in require-dev
1 parent 773c264 commit 92b1344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
},
1515
"require-dev": {
1616
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
17+
"squizlabs/php_codesniffer": "^3.7.1",
1718
"wp-coding-standards/wpcs": "~2.3.0",
1819
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
1920
"yoast/phpunit-polyfills": "^1.0.1",
20-
"slevomat/coding-standard": "^8.0",
21-
"squizlabs/php_codesniffer": "^3.7.1"
21+
"slevomat/coding-standard": "^8.0"
2222
},
2323
"config": {
2424
"allow-plugins": {

0 commit comments

Comments
 (0)