composer.json 382 B

123456789101112131415161718
  1. {
  2. "name": "phpdocumentor/graphviz",
  3. "type": "library",
  4. "license": "MIT",
  5. "authors": [
  6. {"name": "Mike van Riel", "email": "mike.vanriel@naenius.com"}
  7. ],
  8. "require": {
  9. "php": ">=5.3.3"
  10. },
  11. "require-dev": {
  12. "phpunit/phpunit": "~4.0"
  13. },
  14. "autoload": {
  15. "psr-0": {"phpDocumentor": ["src/", "tests/unit"]}
  16. }
  17. }