Skip to content

Commit a2b06ee

Browse files
committed
Clean up composer.json
1 parent ac54d6a commit a2b06ee

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
"name" : "wp-coding-standards/wpcs",
33
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
44
"keywords" : ["phpcs", "standards", "WordPress"],
5-
"license" : "MIT",
5+
"license" : "MIT",
66
"authors" : [
7-
{
8-
"name" : "X-Team",
9-
"homepage": "http://x-team.com/"
10-
},
117
{
128
"name" : "Contributors",
139
"homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
@@ -25,4 +21,4 @@
2521
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths ../../..",
2622
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths ../../.."
2723
}
28-
}
24+
}

0 commit comments

Comments
 (0)