Skip to content

Commit 03893f9

Browse files
committed
Added config installer, removed unnecessary repositories key
1 parent 52b1c0b commit 03893f9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"require": {
66
"php-composter/php-composter": "^0.2.0",
77
"squizlabs/php_codesniffer": "^2.5",
8-
"wp-coding-standards/wpcs": "^0.14.0"
8+
"wp-coding-standards/wpcs": "^0.14.0",
9+
"dealerdirect/phpcodesniffer-composer-installer": "dev-master"
910
},
1011
"license": "MIT",
1112
"authors": [
@@ -15,10 +16,6 @@
1516
}
1617
],
1718
"minimum-stability": "dev",
18-
"repositories": {
19-
"type": "vcs",
20-
"url": "https://github.com/php-composter/php-composter-phpcs-wpcs.git"
21-
},
2219
"autoload": {
2320
"psr-4": {
2421
"PHPComposter\\PHPComposter_PHPCS_WPCS\\": "src/"

0 commit comments

Comments
 (0)