18 lines
382 B
JSON
18 lines
382 B
JSON
|
{
|
||
|
"name": "phpdocumentor/graphviz",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{"name": "Mike van Riel", "email": "mike.vanriel@naenius.com"}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {"phpDocumentor": ["src/", "tests/unit"]}
|
||
|
}
|
||
|
}
|