{
    "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"
    }
}
