Advertisement
Guest User

mpdf1

a guest
Jul 16th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. {
  2. "name": "mpdf/mpdf",
  3. "version": "v8.0.2",
  4. "version_normalized": "8.0.2.0",
  5. "source": {
  6. "type": "git",
  7. "url": "https://github.com/mpdf/mpdf.git",
  8. "reference": "ab0662606cc2396015616633946f3b8918d818a7"
  9. },
  10. "dist": {
  11. "type": "zip",
  12. "url": "https://api.github.com/repos/mpdf/mpdf/zipball/ab0662606cc2396015616633946f3b8918d818a7",
  13. "reference": "ab0662606cc2396015616633946f3b8918d818a7",
  14. "shasum": ""
  15. },
  16. "require": {
  17. "ext-gd": "*",
  18. "ext-mbstring": "*",
  19. "myclabs/deep-copy": "^1.7",
  20. "paragonie/random_compat": "^1.4|^2.0|9.99.99",
  21. "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0",
  22. "psr/log": "^1.0",
  23. "setasign/fpdi": "^2.1"
  24. },
  25. "require-dev": {
  26. "mockery/mockery": "^0.9.5",
  27. "mpdf/qrcode": "^1.0.0",
  28. "phpunit/phpunit": "^5.0",
  29. "squizlabs/php_codesniffer": "^2.7.0",
  30. "tracy/tracy": "^2.4"
  31. },
  32. "suggest": {
  33. "ext-bcmath": "Needed for generation of some types of barcodes",
  34. "ext-xml": "Needed mainly for SVG manipulation",
  35. "ext-zlib": "Needed for compression of embedded resources, such as fonts"
  36. },
  37. "time": "2019-06-17T09:03:49+00:00",
  38. "type": "library",
  39. "extra": {
  40. "branch-alias": {
  41. "dev-development": "7.x-dev"
  42. }
  43. },
  44. "installation-source": "dist",
  45. "autoload": {
  46. "psr-4": {
  47. "Mpdf\\": "src/"
  48. }
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "GPL-2.0-only"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Matěj Humpál",
  57. "role": "Developer, maintainer"
  58. },
  59. {
  60. "name": "Ian Back",
  61. "role": "Developer (retired)"
  62. }
  63. ],
  64. "description": "PHP library generating PDF files from UTF-8 encoded HTML",
  65. "homepage": "https://mpdf.github.io",
  66. "keywords": [
  67. "pdf",
  68. "php",
  69. "utf-8"
  70. ]
  71. },
  72. {
  73. "name": "kartik-v/yii2-mpdf",
  74. "version": "dev-master",
  75. "version_normalized": "9999999-dev",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/kartik-v/yii2-mpdf.git",
  79. "reference": "c4141e4e8ed8dc395189ae134078d79ffe2484cf"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/kartik-v/yii2-mpdf/zipball/c4141e4e8ed8dc395189ae134078d79ffe2484cf",
  84. "reference": "c4141e4e8ed8dc395189ae134078d79ffe2484cf",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "mpdf/mpdf": "~8.0"
  89. },
  90. "time": "2019-06-19T08:04:04+00:00",
  91. "type": "yii2-extension",
  92. "extra": {
  93. "branch-alias": {
  94. "dev-master": "1.0.x-dev"
  95. }
  96. },
  97. "installation-source": "source",
  98. "autoload": {
  99. "psr-4": {
  100. "kartik\\mpdf\\": "src"
  101. }
  102. },
  103. "notification-url": "https://packagist.org/downloads/",
  104. "license": [
  105. "BSD-3-Clause"
  106. ],
  107. "authors": [
  108. {
  109. "name": "Kartik Visweswaran",
  110. "email": "kartikv2@gmail.com",
  111. "homepage": "http://www.krajee.com/"
  112. }
  113. ],
  114. "description": "A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.",
  115. "homepage": "https://github.com/kartik-v/yii2-mpdf",
  116. "keywords": [
  117. "component",
  118. "extension",
  119. "html",
  120. "mpdf",
  121. "pdf",
  122. "utf8",
  123. "yii2"
  124. ]
  125. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement