1 Star 0 Fork 0

Jory/humbug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
Théo FIDRY 提交于 2017-10-08 11:24 . Add PHPUnit 6 support (#270)
{
"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"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jory/humbug.git
git@gitee.com:jory/humbug.git
jory
humbug
humbug
master

搜索帮助