You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
770B

  1. {
  2. "name": "kartik-v/yii2-mpdf",
  3. "description": "A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.",
  4. "keywords": ["yii2", "extension", "pdf", "mpdf", "utf8", "html", "component"],
  5. "homepage": "https://github.com/kartik-v/yii2-mpdf",
  6. "type": "yii2-extension",
  7. "license": "BSD 3-Clause",
  8. "authors": [
  9. {
  10. "name": "Kartik Visweswaran",
  11. "email": "kartikv2@gmail.com",
  12. "homepage": "http://www.krajee.com/"
  13. }
  14. ],
  15. "require": {
  16. "mpdf/mpdf": "<7.0"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "kartik\\mpdf\\": ""
  21. }
  22. },
  23. "extra": {
  24. "branch-alias": {
  25. "dev-master": "1.0.x-dev"
  26. }
  27. }
  28. }