This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnkohana/vendor/phpunit/phpunit-mock-objects/package-composer.json
2013-04-22 14:09:50 +10:00

20 lines
523 B
JSON

{
"name": "phpunit/phpunit-mock-objects",
"keywords": [ "xunit", "mock" ],
"license": "BSD-3-Clause",
"homepage": "http://www.phpunit.de/",
"dependency_map": {
"pear.phpunit.de/Text_Template": "phpunit/php-text-template"
},
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
"irc": "irc://irc.freenode.net/phpunit"
},
"autoload": {
"classmap": [ "PHPUnit/" ]
},
"include_path": [
""
]
}