Skip to content

Commit

Permalink
Qa: include nette/tester
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Nov 27, 2016
1 parent 04cd880 commit 7a823fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 7a823fd

Please sign in to comment.