Merge branch 'develop' into 772-simple_prevent_system_command_calls
Showing
.gitattributes
0 → 100644
.github/FUNDING.yml
0 → 100644
File moved
SECURITY.md
0 → 100644
build/.gitkeep
deleted
100644 → 0
... | ... | @@ -28,6 +28,7 @@ |
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"psr/log": "^1.1", | ||
"monolog/monolog": "^1.24", | ||
"guzzlehttp/guzzle": "^6.3" | ||
}, | ||
... | ... | @@ -47,16 +48,16 @@ |
}, | ||
"scripts": { | ||
"check-code": [ | ||
"\"vendor/bin/phpcs\" --standard=phpcs.xml -snp src/ tests/" | ||
"\"vendor/bin/phpcs\" -snp src/ tests/" | ||
], | ||
"test": [ | ||
"\"vendor/bin/phpunit\"" | ||
], | ||
"test-cov": [ | ||
"\"vendor/bin/phpunit\" --coverage-clover build/logs/clover.xml" | ||
"\"vendor/bin/phpunit\" --coverage-clover clover.xml" | ||
], | ||
"test-cov-upload": [ | ||
"wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml" | ||
"wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover clover.xml" | ||
] | ||
} | ||
} |
File moved
Please register or sign in to comment