gnu-social/vendor/phpdocumentor/graphviz/composer.json
2021-07-16 19:44:40 +01:00

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"]}
}
}