Skip to content

Commit

Permalink
PHP_CodeSniffer should depends on the XMLWriter extension
Browse files Browse the repository at this point in the history
As a few reporters uses the XMLWriter extension. I suggest to add this in composer.json to warn users as soon as possible
  • Loading branch information
mathroc committed Jan 28, 2015
1 parent abccd17 commit dec4391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
},
"require": {
"php": ">=5.1.2",
"ext-tokenizer": "*"
"ext-tokenizer": "*",
"ext-xmlwriter": "*"
},
"bin": [
"scripts/phpcs",
Expand Down

0 comments on commit dec4391

Please sign in to comment.