composer.json 358 B

123456789101112131415
  1. {
  2. "name": "realityking/pchart",
  3. "description": "A fork of the popular pChart library.",
  4. "license": "GPL-1.0+",
  5. "authors": [
  6. {
  7. "name": "Rouven Weßling",
  8. "email": "me@rouvenwessling.de",
  9. "homepage": "http://www.rouvenwessling.de"
  10. }
  11. ],
  12. "autoload": {
  13. "classmap": ["src/"]
  14. }
  15. }