We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac54d6a commit a2b06eeCopy full SHA for a2b06ee
composer.json
@@ -2,12 +2,8 @@
2
"name" : "wp-coding-standards/wpcs",
3
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
4
"keywords" : ["phpcs", "standards", "WordPress"],
5
- "license" : "MIT",
+ "license" : "MIT",
6
"authors" : [
7
- {
8
- "name" : "X-Team",
9
- "homepage": "http://x-team.com/"
10
- },
11
{
12
"name" : "Contributors",
13
"homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
@@ -25,4 +21,4 @@
25
21
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths ../../..",
26
22
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths ../../.."
27
23
}
28
-}
24
+}
0 commit comments