20 lines
523 B
JSON
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": [
|
||
|
""
|
||
|
]
|
||
|
}
|