Use phpDocumentor.phar in phing (#1052)
- Installing phpDocumentor via Composer was causing dependency conflicts; this offers a more self-contained approach to using the tool.
... | ... | @@ -71,7 +71,6 @@ |
"behat/mink": "1.7.1", | ||
"behat/mink-selenium2-driver": "1.3.1", | ||
"friendsofphp/php-cs-fixer": "1.11.6", | ||
"phpdocumentor/phpdocumentor": "2.9.0", | ||
"phploc/phploc": "3.0.1", | ||
"phpmd/phpmd": "2.6.0", | ||
"phpunit/phpunit": "5.7.15", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment