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