This commit is contained in:
aliaxander 2016-02-20 17:16:37 +03:00
parent 1af701101e
commit 9b281852ff
3 changed files with 5 additions and 4 deletions

View file

@ -435,7 +435,6 @@ PHPCI',
'php_unit' => 'PHP Unit',
'php_cpd' => 'PHP Copy/Paste Detector',
'php_docblock_checker' => 'PHP Docblock Checker',
'behat' => 'Behat',
'technical_debt' => 'Technical Debt',
'php_lint' => 'PHP Lint',
);

View file

@ -423,5 +423,6 @@ PHPCI',
'php_code_sniffer' => 'PHP Code Sniffer',
'php_unit' => 'PHP Unit',
'php_cpd' => 'PHP Copy/Paste Detector',
'php_docblock_checker' => 'PHP Docblock Checker'
'php_docblock_checker' => 'PHP Docblock Checker',
'php_lint' => 'PHP Lint'
);

View file

@ -69,7 +69,8 @@
"phploc/phploc": "~3.0",
"jakub-onderka/php-parallel-lint": "0.9.*",
"theseer/phpdox": "0.8.1.1",
"atoum/atoum": "2.5.*"
"atoum/atoum": "2.5.*",
"phplint/phplint": "@dev"
},
"suggest": {
"block8/php-docblock-checker": "PHP Docblock Checker",