diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json index d6e1c09..f4af964 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "require-dev": { "sami/sami": "^4.0", "phpunit/php-code-coverage": "*", - "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5" + "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5", + "squizlabs/php_codesniffer": "^2.9" }, "conflict": { "phpmyadmin/motranslator": "<3.0" @@ -33,7 +34,8 @@ }, "bin": [ "bin/highlight-query", - "bin/lint-query" + "bin/lint-query", + "bin/tokenize-query" ], "autoload": { "psr-4": { |