IOP-Patho/vendor/codeception/stub/composer.json

16 lines
338 B
JSON
Raw Normal View History

2025-07-17 08:28:28 +00:00
{
"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": {
"phpunit/phpunit": ">=4.8 <8.0"
}
}