Skip to content

Commit 43f2981

Browse files
author
Brylie Christopher Oxley
committed
Restore dev dependencies
1 parent 545b622 commit 43f2981

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"email": "brylie@creativecommons.org"
1414
}
1515
],
16+
"require-dev": {
17+
"php-parallel-lint/php-parallel-lint": "^1.1",
18+
"phpcompatibility/php-compatibility": "^9.1",
19+
"squizlabs/php_codesniffer": "3.*",
20+
"wp-coding-standards/wpcs": "^2.0",
21+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
22+
},
1623
"scripts": {
1724
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
1825
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",

0 commit comments

Comments
 (0)