代码拉取完成,页面将自动刷新
{
"name": "humbug/humbug",
"description": "Humbug is a Mutation Testing framework for PHP. Whereas Code Coverage can tell you what code your tests are executing, Mutation Testing is intended to help you judge how well your unit tests actually perform and where they could be improved.",
"keywords": ["mutation testing", "testing", "coverage", "unit testing"],
"homepage": "https://github.com/padraic/humbug",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
}
],
"support": {
"issues": "https://github.com/padraic/humbug/issues"
},
"require": {
"php": "^7.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-tokenizer": "*",
"phpunit/phpunit": "^6.0",
"symfony/console": "^2.6|^3.0",
"symfony/finder": "^2.6|^3.0",
"symfony/process": "^2.6|^3.0",
"symfony/event-dispatcher": "^2.6|^3.0",
"sebastian/diff": "^2.0",
"padraic/phpunit-extensions": "^1.0.0",
"padraic/phar-updater": "^1.0.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"behat/behat": "^3.3",
"symfony/filesystem": "^2.6|^3.0",
"mikey179/vfsStream": "^1.4",
"ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
"squizlabs/php_codesniffer": "^2.8",
"bamarni/composer-bin-plugin": "^1.1"
},
"autoload": {
"psr-4": { "Humbug\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Humbug\\Test\\": "tests/" }
},
"bin": ["bin/humbug"],
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"scripts": {
"test": "phpunit",
"cs:check": "phpcs -pn --standard=PSR2 --runtime-set ignore_warnings_on_exit 1 src tests --ignore=*_files*,*XmlConfigurationBuilderTest.php,*IncludeInterceptor.php",
"cs:fix": "phpcbf -pn --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests --ignore=*_files*,*XmlConfigurationBuilderTest.php,*IncludeInterceptor.php",
"post-install-cmd": ["@composer bin all install --ansi"],
"post-update-cmd": ["@composer bin all update --ansi"]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。