Skip to content

Commit e4f8fb3

Browse files
authored
Workflow update
1 parent 54708c4 commit e4f8fb3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@
1919
"wp-coding-standards/wpcs": "^2.3",
2020
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
2121
},
22+
"config": {
23+
"allow-plugins": {
24+
"dealerdirect/phpcodesniffer-composer-installer": true
25+
}
26+
},
2227
"scripts": {
2328
"test": "phpunit",
2429
"phpcs": "phpcs --standard=WordPress",
2530
"phpcbf": "phpcbf --standard=WordPress"
2631
}
27-
}
32+
}

0 commit comments

Comments
 (0)