{
    "name": "phpspec/prophecy-phpunit",
    "description": "Integrating the Prophecy mocking library in PHPUnit test cases",
    "keywords": ["Phpunit", "Prophecy"],
    "homepage": "http://phpspec.net",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Christophe Coevoet",
            "email": "stof@notk.org"
        }
    ],
    "require": {
        "php": "^7.3 || ^8",
        "phpspec/prophecy": "^1.18",
        "phpunit/phpunit":"^9.1 || ^10.1 || ^11.0 || ^12.0 || ^13.0"
    },
    "autoload": {
        "psr-4": {
            "Prophecy\\PhpUnit\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Prophecy\\PhpUnit\\Tests\\Fixtures\\": "fixtures",
            "Prophecy\\PhpUnit\\Tests\\PhpstanFixtures\\": "phpstan-fixtures",
            "Prophecy\\PhpUnit\\Tests\\": "tests"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        }
    },
    "require-dev": {
        "phpstan/phpstan": "^1.10"
    }
}
