{ "name": "php-mock/php-mock-integration", "type": "library", "description": "Integration package for PHP-Mock", "keywords": ["mock", "stub", "test double", "function", "test", "TDD", "BDD"], "homepage": "https://github.com/php-mock/php-mock-integration", "license": "WTFPL", "authors": [ { "name": "Markus Malkusch", "email": "markus@malkusch.de", "homepage": "http://markus.malkusch.de", "role": "Developer" } ], "autoload": { "psr-4": {"phpmock\\integration\\": "classes/"} }, "require": { "php": ">=5.6", "php-mock/php-mock": "^2", "phpunit/php-text-template": "^1" }, "require-dev": { "phpunit/phpunit": "^4|^5" }, "archive": { "exclude": ["/tests"] } }