updated-packages
This commit is contained in:
14
vendor/codacy/coverage/composer.json
vendored
14
vendor/codacy/coverage/composer.json
vendored
@@ -6,12 +6,20 @@
|
||||
"require": {
|
||||
"php": ">=5.3.3",
|
||||
"gitonomy/gitlib": ">=1.0",
|
||||
"symfony/console": "~2.5|~3.0|~4.0"
|
||||
"symfony/console": "~2.5|~3.0|~4.0|~5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~6.5"
|
||||
"phpunit/phpunit": "~6.5",
|
||||
"clue/phar-composer": "^1.1"
|
||||
},
|
||||
"bin": ["bin/codacycoverage"],
|
||||
"scripts": {
|
||||
"test": "php vendor/bin/phpunit --coverage-clover build/coverage/xml tests",
|
||||
"codacyCoverage": "php bin/codacycoverage clover build/coverage/xml",
|
||||
"build": "mkdir -p artifacts && php -d phar.readonly=off ./vendor/bin/phar-composer build . artifacts/codacy-coverage.phar"
|
||||
},
|
||||
"bin": [
|
||||
"bin/codacycoverage"
|
||||
],
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/"
|
||||
|
||||
Reference in New Issue
Block a user