updated-packages

This commit is contained in:
RafficMohammed
2023-01-08 00:13:22 +05:30
parent 3ff7df7487
commit da241bacb6
12659 changed files with 563377 additions and 510538 deletions

View File

@@ -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/"