| Current Path : /var/www/html/vendor/codeception/stub/ |
| Current File : /var/www/html/vendor/codeception/stub/composer.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": {
"phpunit/phpunit": "^8.4 | ^9.0"
}
}