{ "name": "php-mock/php-mock-phpunit", "type": "library", "description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.", "keywords": ["phpunit", "mock", "stub", "test double", "function", "test", "TDD", "BDD"], "homepage": "https://github.com/php-mock/php-mock-phpunit", "license": "WTFPL", "authors": [ { "name": "Markus Malkusch", "email": "markus@malkusch.de", "homepage": "http://markus.malkusch.de", "role": "Developer" } ], "autoload": { "psr-4": {"phpmock\\phpunit\\": "classes/"} }, "require": { "php": ">=5.5", "phpunit/phpunit": "^4.0.0 || ^5.0.0", "php-mock/php-mock-integration": "^1" }, "archive": { "exclude": ["/tests"] }, "conflict": { "phpunit/phpunit-mock-objects": "3.2.0" } }