From e6fc5d96bcaeaf3cc6f714cf30e71d08fbb7b23f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jun 2019 19:15:39 +0200 Subject: - update to 4.3.2 - add php-phpmyadmin-sql-parser-tokenize-query command --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'composer.json') 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": { -- cgit