Skip to content

Commit 867bb2f

Browse files
author
Mustafa Şükrü Kapusuz
committed
chore: codeinwp/phpcs-ruleset composer dependency added
1 parent 38a3b43 commit 867bb2f

File tree

2 files changed

+582
-3
lines changed

2 files changed

+582
-3
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"platform-check": false,
1818
"platform": {
1919
"php": "7.0"
20+
},
21+
"allow-plugins": {
22+
"dealerdirect/phpcodesniffer-composer-installer": true
2023
}
2124
},
2225
"extra": {
@@ -32,6 +35,7 @@
3235
},
3336
"require-dev": {
3437
"phpunit/phpunit": "^6.5",
35-
"yoast/phpunit-polyfills": "^1.0"
38+
"yoast/phpunit-polyfills": "^1.0",
39+
"codeinwp/phpcs-ruleset": "dev-main"
3640
}
3741
}

0 commit comments

Comments
 (0)