From 7a823fd991159ea0ecc52c9676a79fc95992fb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Sun, 27 Nov 2016 17:25:22 +0100 Subject: [PATCH] Qa: include nette/tester --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a20124a..19612d9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ninjify/qa", "description": "Quality assurance for your PHP projects", - "keywords": ["quality", "assurance", "codesniffer", "linter", "php"], + "keywords": ["quality", "assurance", "codesniffer", "linter", "php", "nette"], "type": "library", "license": ["MIT"], "homepage": "https://github.com/ninjify/qa", @@ -13,7 +13,8 @@ ], "require": { "php": ">=5.6", - "ninjify/coding-standard": "^0.2.0", + "ninjify/coding-standard": "^0.2.1", + "nette/tester": "^1.7.1", "jakub-onderka/php-console-highlighter": "^0.3.2", "jakub-onderka/php-parallel-lint": "^0.9.2" },