canyin-project/ybcy/vendor/codeception/stub/composer.json
2024-11-01 16:07:54 +08:00

17 lines
405 B
JSON

{
"name": "codeception/stub",
"description":"Flexible Stub wrapper for PHPUnit's Mock Builder",
"type": "library",
"license":"MIT",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Codeception\\": "src/"
}
},
"require": {
"codeception/phpunit-wrapper": "^6.6.1 | ^7.7.1 | ^8.0.3",
"phpunit/phpunit": ">=6.5 <9.0"
}
}