installed.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. {
  2. "packages": [
  3. {
  4. "name": "mpdf/mpdf",
  5. "version": "v8.0.10",
  6. "version_normalized": "8.0.10.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/mpdf/mpdf.git",
  10. "reference": "1333a962cd2f7ae1a127b7534b7734b58179186f"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/mpdf/mpdf/zipball/1333a962cd2f7ae1a127b7534b7734b58179186f",
  15. "reference": "1333a962cd2f7ae1a127b7534b7734b58179186f",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-gd": "*",
  20. "ext-mbstring": "*",
  21. "myclabs/deep-copy": "^1.7",
  22. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  23. "php": "^5.6 || ^7.0 || ~8.0.0",
  24. "psr/log": "^1.0",
  25. "setasign/fpdi": "^2.1"
  26. },
  27. "require-dev": {
  28. "mockery/mockery": "^1.3.0",
  29. "mpdf/qrcode": "^1.1.0",
  30. "phpunit/phpunit": "^5.7",
  31. "squizlabs/php_codesniffer": "^3.5.0",
  32. "tracy/tracy": "^2.4"
  33. },
  34. "suggest": {
  35. "ext-bcmath": "Needed for generation of some types of barcodes",
  36. "ext-xml": "Needed mainly for SVG manipulation",
  37. "ext-zlib": "Needed for compression of embedded resources, such as fonts"
  38. },
  39. "time": "2021-01-08T14:59:28+00:00",
  40. "type": "library",
  41. "installation-source": "dist",
  42. "autoload": {
  43. "psr-4": {
  44. "Mpdf\\": "src/"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "GPL-2.0-only"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Matěj Humpál",
  54. "role": "Developer, maintainer"
  55. },
  56. {
  57. "name": "Ian Back",
  58. "role": "Developer (retired)"
  59. }
  60. ],
  61. "description": "PHP library generating PDF files from UTF-8 encoded HTML",
  62. "homepage": "https://mpdf.github.io",
  63. "keywords": [
  64. "pdf",
  65. "php",
  66. "utf-8"
  67. ],
  68. "support": {
  69. "docs": "http://mpdf.github.io",
  70. "issues": "https://github.com/mpdf/mpdf/issues",
  71. "source": "https://github.com/mpdf/mpdf"
  72. },
  73. "funding": [
  74. {
  75. "url": "https://www.paypal.me/mpdf",
  76. "type": "custom"
  77. }
  78. ],
  79. "install-path": "../mpdf/mpdf"
  80. },
  81. {
  82. "name": "myclabs/deep-copy",
  83. "version": "1.10.2",
  84. "version_normalized": "1.10.2.0",
  85. "source": {
  86. "type": "git",
  87. "url": "https://github.com/myclabs/DeepCopy.git",
  88. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
  89. },
  90. "dist": {
  91. "type": "zip",
  92. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
  93. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
  94. "shasum": ""
  95. },
  96. "require": {
  97. "php": "^7.1 || ^8.0"
  98. },
  99. "replace": {
  100. "myclabs/deep-copy": "self.version"
  101. },
  102. "require-dev": {
  103. "doctrine/collections": "^1.0",
  104. "doctrine/common": "^2.6",
  105. "phpunit/phpunit": "^7.1"
  106. },
  107. "time": "2020-11-13T09:40:50+00:00",
  108. "type": "library",
  109. "installation-source": "dist",
  110. "autoload": {
  111. "psr-4": {
  112. "DeepCopy\\": "src/DeepCopy/"
  113. },
  114. "files": [
  115. "src/DeepCopy/deep_copy.php"
  116. ]
  117. },
  118. "notification-url": "https://packagist.org/downloads/",
  119. "license": [
  120. "MIT"
  121. ],
  122. "description": "Create deep copies (clones) of your objects",
  123. "keywords": [
  124. "clone",
  125. "copy",
  126. "duplicate",
  127. "object",
  128. "object graph"
  129. ],
  130. "support": {
  131. "issues": "https://github.com/myclabs/DeepCopy/issues",
  132. "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
  133. },
  134. "funding": [
  135. {
  136. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  137. "type": "tidelift"
  138. }
  139. ],
  140. "install-path": "../myclabs/deep-copy"
  141. },
  142. {
  143. "name": "paragonie/random_compat",
  144. "version": "v9.99.100",
  145. "version_normalized": "9.99.100.0",
  146. "source": {
  147. "type": "git",
  148. "url": "https://github.com/paragonie/random_compat.git",
  149. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  150. },
  151. "dist": {
  152. "type": "zip",
  153. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  154. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  155. "shasum": ""
  156. },
  157. "require": {
  158. "php": ">= 7"
  159. },
  160. "require-dev": {
  161. "phpunit/phpunit": "4.*|5.*",
  162. "vimeo/psalm": "^1"
  163. },
  164. "suggest": {
  165. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  166. },
  167. "time": "2020-10-15T08:29:30+00:00",
  168. "type": "library",
  169. "installation-source": "dist",
  170. "notification-url": "https://packagist.org/downloads/",
  171. "license": [
  172. "MIT"
  173. ],
  174. "authors": [
  175. {
  176. "name": "Paragon Initiative Enterprises",
  177. "email": "security@paragonie.com",
  178. "homepage": "https://paragonie.com"
  179. }
  180. ],
  181. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  182. "keywords": [
  183. "csprng",
  184. "polyfill",
  185. "pseudorandom",
  186. "random"
  187. ],
  188. "support": {
  189. "email": "info@paragonie.com",
  190. "issues": "https://github.com/paragonie/random_compat/issues",
  191. "source": "https://github.com/paragonie/random_compat"
  192. },
  193. "install-path": "../paragonie/random_compat"
  194. },
  195. {
  196. "name": "psr/log",
  197. "version": "1.1.3",
  198. "version_normalized": "1.1.3.0",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/php-fig/log.git",
  202. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  207. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "php": ">=5.3.0"
  212. },
  213. "time": "2020-03-23T09:12:05+00:00",
  214. "type": "library",
  215. "extra": {
  216. "branch-alias": {
  217. "dev-master": "1.1.x-dev"
  218. }
  219. },
  220. "installation-source": "dist",
  221. "autoload": {
  222. "psr-4": {
  223. "Psr\\Log\\": "Psr/Log/"
  224. }
  225. },
  226. "notification-url": "https://packagist.org/downloads/",
  227. "license": [
  228. "MIT"
  229. ],
  230. "authors": [
  231. {
  232. "name": "PHP-FIG",
  233. "homepage": "http://www.php-fig.org/"
  234. }
  235. ],
  236. "description": "Common interface for logging libraries",
  237. "homepage": "https://github.com/php-fig/log",
  238. "keywords": [
  239. "log",
  240. "psr",
  241. "psr-3"
  242. ],
  243. "support": {
  244. "source": "https://github.com/php-fig/log/tree/1.1.3"
  245. },
  246. "install-path": "../psr/log"
  247. },
  248. {
  249. "name": "setasign/fpdi",
  250. "version": "v2.3.6",
  251. "version_normalized": "2.3.6.0",
  252. "source": {
  253. "type": "git",
  254. "url": "https://github.com/Setasign/FPDI.git",
  255. "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31"
  256. },
  257. "dist": {
  258. "type": "zip",
  259. "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
  260. "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
  261. "shasum": ""
  262. },
  263. "require": {
  264. "ext-zlib": "*",
  265. "php": "^5.6 || ^7.0 || ^8.0"
  266. },
  267. "conflict": {
  268. "setasign/tfpdf": "<1.31"
  269. },
  270. "require-dev": {
  271. "phpunit/phpunit": "~5.7",
  272. "setasign/fpdf": "~1.8",
  273. "setasign/tfpdf": "1.31",
  274. "squizlabs/php_codesniffer": "^3.5",
  275. "tecnickcom/tcpdf": "~6.2"
  276. },
  277. "suggest": {
  278. "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
  279. },
  280. "time": "2021-02-11T11:37:01+00:00",
  281. "type": "library",
  282. "installation-source": "dist",
  283. "autoload": {
  284. "psr-4": {
  285. "setasign\\Fpdi\\": "src/"
  286. }
  287. },
  288. "notification-url": "https://packagist.org/downloads/",
  289. "license": [
  290. "MIT"
  291. ],
  292. "authors": [
  293. {
  294. "name": "Jan Slabon",
  295. "email": "jan.slabon@setasign.com",
  296. "homepage": "https://www.setasign.com"
  297. },
  298. {
  299. "name": "Maximilian Kresse",
  300. "email": "maximilian.kresse@setasign.com",
  301. "homepage": "https://www.setasign.com"
  302. }
  303. ],
  304. "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
  305. "homepage": "https://www.setasign.com/fpdi",
  306. "keywords": [
  307. "fpdf",
  308. "fpdi",
  309. "pdf"
  310. ],
  311. "support": {
  312. "issues": "https://github.com/Setasign/FPDI/issues",
  313. "source": "https://github.com/Setasign/FPDI/tree/v2.3.6"
  314. },
  315. "funding": [
  316. {
  317. "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
  318. "type": "tidelift"
  319. }
  320. ],
  321. "install-path": "../setasign/fpdi"
  322. }
  323. ],
  324. "dev": true,
  325. "dev-package-names": []
  326. }