composer~20171216-130144.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "dompdf/dompdf",
  3. "type": "library",
  4. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  5. "homepage": "https://github.com/dompdf/dompdf",
  6. "license": "LGPL-2.1",
  7. "authors": [
  8. {
  9. "name": "Fabien Ménager",
  10. "email": "fabien.menager@gmail.com"
  11. },
  12. {
  13. "name": "Brian Sweeney",
  14. "email": "eclecticgeek@gmail.com"
  15. },
  16. {
  17. "name": "Gabriel Bull",
  18. "email": "me@gabrielbull.com"
  19. }
  20. ],
  21. "autoload": {
  22. "psr-4" : {
  23. "Dompdf\\" : "src/"
  24. },
  25. "classmap" : ["lib/"]
  26. },
  27. "require": {
  28. "php": ">=5.3.0",
  29. "ext-gd": "*",
  30. "ext-dom": "*",
  31. "ext-mbstring": "*",
  32. "phenx/php-font-lib": "0.5.*",
  33. "phenx/php-svg-lib": "0.2.*"
  34. },
  35. "require-dev": {
  36. "phpunit/phpunit": "4.8.*",
  37. "squizlabs/php_codesniffer": "2.*"
  38. },
  39. "extra": {
  40. "branch-alias": {
  41. "dev-develop": "0.7-dev"
  42. }
  43. }
  44. }