added dev-dependencies to add ci-tools via composer
Conflicts: README.md
... | ... | @@ -67,6 +67,14 @@ |
}, | ||
"require-dev": { | ||
"behat/mink": "1.6.*", | ||
"behat/mink-zombie-driver": "*" | ||
"behat/mink-zombie-driver": "*", | ||
"phing/phing": "2.*", | ||
"phpunit/phpunit": "4.3.*", | ||
"pear-pear.php.net/php_codesniffer": "*", | ||
"phpdocumentor/phpdocumentor": "~2.9", | ||
"sebastian/phpcpd": "*", | ||
"phpmd/phpmd": "@stable", | ||
"czproject/phpdepend": "*", | ||
"phploc/phploc": "*" | ||
} | ||
} |
composer.phar
0 → 100755
File added
Please register or sign in to comment