From e145a4c8133e1f7eb3b2cf85df2bff4d0f20c650 Mon Sep 17 00:00:00 2001 From: paladox Date: Sun, 24 Jan 2016 17:56:02 +0000 Subject: [PATCH] Update composer.json --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fed68f1e..2ce0c781 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,16 @@ "PHP" : ">=5.3" }, "require-dev": { - "phpunit/phpunit": "~4.8.18" + "phpunit/phpunit": "~4.8.18", + "jakub-onderka/php-parallel-lint": "0.9.*", + "squizlabs/php_codesniffer": "2.5.1" }, "scripts": { - "test": "phpunit" + "test": [ + "phpunit", + "parallel-lint . --exclude vendor", + "phpcs --standard= --extensions=php,php5,inc --ignore=vendor,*fail.php -p ." + ] }, "autoload": { "psr-0": { "Less": "lib/" },