Skip to content

Commit

Permalink
Merge pull request squizlabs#462 from mathroc/patch-1
Browse files Browse the repository at this point in the history
PHP_CodeSniffer should depends on the XMLWriter extension
  • Loading branch information
gsherwood committed Jan 28, 2015
2 parents abccd17 + dec4391 commit 048bac8
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 048bac8

Please sign in to comment.