installed.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. {
  2. "packages": [
  3. {
  4. "name": "dompdf/dompdf",
  5. "version": "v3.1.0",
  6. "version_normalized": "3.1.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/dompdf/dompdf.git",
  10. "reference": "a51bd7a063a65499446919286fb18b518177155a"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/a51bd7a063a65499446919286fb18b518177155a",
  15. "reference": "a51bd7a063a65499446919286fb18b518177155a",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "dompdf/php-font-lib": "^1.0.0",
  20. "dompdf/php-svg-lib": "^1.0.0",
  21. "ext-dom": "*",
  22. "ext-mbstring": "*",
  23. "masterminds/html5": "^2.0",
  24. "php": "^7.1 || ^8.0"
  25. },
  26. "require-dev": {
  27. "ext-gd": "*",
  28. "ext-json": "*",
  29. "ext-zip": "*",
  30. "mockery/mockery": "^1.3",
  31. "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11",
  32. "squizlabs/php_codesniffer": "^3.5",
  33. "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0"
  34. },
  35. "suggest": {
  36. "ext-gd": "Needed to process images",
  37. "ext-gmagick": "Improves image processing performance",
  38. "ext-imagick": "Improves image processing performance",
  39. "ext-zlib": "Needed for pdf stream compression"
  40. },
  41. "time": "2025-01-15T14:09:04+00:00",
  42. "type": "library",
  43. "installation-source": "dist",
  44. "autoload": {
  45. "psr-4": {
  46. "Dompdf\\": "src/"
  47. },
  48. "classmap": [
  49. "lib/"
  50. ]
  51. },
  52. "notification-url": "https://packagist.org/downloads/",
  53. "license": [
  54. "LGPL-2.1"
  55. ],
  56. "authors": [
  57. {
  58. "name": "The Dompdf Community",
  59. "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
  60. }
  61. ],
  62. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  63. "homepage": "https://github.com/dompdf/dompdf",
  64. "support": {
  65. "issues": "https://github.com/dompdf/dompdf/issues",
  66. "source": "https://github.com/dompdf/dompdf/tree/v3.1.0"
  67. },
  68. "install-path": "../dompdf/dompdf"
  69. },
  70. {
  71. "name": "dompdf/php-font-lib",
  72. "version": "1.0.1",
  73. "version_normalized": "1.0.1.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/dompdf/php-font-lib.git",
  77. "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
  82. "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "ext-mbstring": "*",
  87. "php": "^7.1 || ^8.0"
  88. },
  89. "require-dev": {
  90. "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
  91. },
  92. "time": "2024-12-02T14:37:59+00:00",
  93. "type": "library",
  94. "installation-source": "dist",
  95. "autoload": {
  96. "psr-4": {
  97. "FontLib\\": "src/FontLib"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "LGPL-2.1-or-later"
  103. ],
  104. "authors": [
  105. {
  106. "name": "The FontLib Community",
  107. "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
  108. }
  109. ],
  110. "description": "A library to read, parse, export and make subsets of different types of font files.",
  111. "homepage": "https://github.com/dompdf/php-font-lib",
  112. "support": {
  113. "issues": "https://github.com/dompdf/php-font-lib/issues",
  114. "source": "https://github.com/dompdf/php-font-lib/tree/1.0.1"
  115. },
  116. "install-path": "../dompdf/php-font-lib"
  117. },
  118. {
  119. "name": "dompdf/php-svg-lib",
  120. "version": "1.0.0",
  121. "version_normalized": "1.0.0.0",
  122. "source": {
  123. "type": "git",
  124. "url": "https://github.com/dompdf/php-svg-lib.git",
  125. "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af"
  126. },
  127. "dist": {
  128. "type": "zip",
  129. "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
  130. "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
  131. "shasum": ""
  132. },
  133. "require": {
  134. "ext-mbstring": "*",
  135. "php": "^7.1 || ^8.0",
  136. "sabberworm/php-css-parser": "^8.4"
  137. },
  138. "require-dev": {
  139. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
  140. },
  141. "time": "2024-04-29T13:26:35+00:00",
  142. "type": "library",
  143. "installation-source": "dist",
  144. "autoload": {
  145. "psr-4": {
  146. "Svg\\": "src/Svg"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "LGPL-3.0-or-later"
  152. ],
  153. "authors": [
  154. {
  155. "name": "The SvgLib Community",
  156. "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
  157. }
  158. ],
  159. "description": "A library to read, parse and export to PDF SVG files.",
  160. "homepage": "https://github.com/dompdf/php-svg-lib",
  161. "support": {
  162. "issues": "https://github.com/dompdf/php-svg-lib/issues",
  163. "source": "https://github.com/dompdf/php-svg-lib/tree/1.0.0"
  164. },
  165. "install-path": "../dompdf/php-svg-lib"
  166. },
  167. {
  168. "name": "masterminds/html5",
  169. "version": "2.9.0",
  170. "version_normalized": "2.9.0.0",
  171. "source": {
  172. "type": "git",
  173. "url": "https://github.com/Masterminds/html5-php.git",
  174. "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
  175. },
  176. "dist": {
  177. "type": "zip",
  178. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
  179. "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
  180. "shasum": ""
  181. },
  182. "require": {
  183. "ext-dom": "*",
  184. "php": ">=5.3.0"
  185. },
  186. "require-dev": {
  187. "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
  188. },
  189. "time": "2024-03-31T07:05:07+00:00",
  190. "type": "library",
  191. "extra": {
  192. "branch-alias": {
  193. "dev-master": "2.7-dev"
  194. }
  195. },
  196. "installation-source": "dist",
  197. "autoload": {
  198. "psr-4": {
  199. "Masterminds\\": "src"
  200. }
  201. },
  202. "notification-url": "https://packagist.org/downloads/",
  203. "license": [
  204. "MIT"
  205. ],
  206. "authors": [
  207. {
  208. "name": "Matt Butcher",
  209. "email": "technosophos@gmail.com"
  210. },
  211. {
  212. "name": "Matt Farina",
  213. "email": "matt@mattfarina.com"
  214. },
  215. {
  216. "name": "Asmir Mustafic",
  217. "email": "goetas@gmail.com"
  218. }
  219. ],
  220. "description": "An HTML5 parser and serializer.",
  221. "homepage": "http://masterminds.github.io/html5-php",
  222. "keywords": [
  223. "HTML5",
  224. "dom",
  225. "html",
  226. "parser",
  227. "querypath",
  228. "serializer",
  229. "xml"
  230. ],
  231. "support": {
  232. "issues": "https://github.com/Masterminds/html5-php/issues",
  233. "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
  234. },
  235. "install-path": "../masterminds/html5"
  236. },
  237. {
  238. "name": "sabberworm/php-css-parser",
  239. "version": "v8.7.0",
  240. "version_normalized": "8.7.0.0",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
  244. "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/f414ff953002a9b18e3a116f5e462c56f21237cf",
  249. "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf",
  250. "shasum": ""
  251. },
  252. "require": {
  253. "ext-iconv": "*",
  254. "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
  255. },
  256. "require-dev": {
  257. "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40"
  258. },
  259. "suggest": {
  260. "ext-mbstring": "for parsing UTF-8 CSS"
  261. },
  262. "time": "2024-10-27T17:38:32+00:00",
  263. "type": "library",
  264. "extra": {
  265. "branch-alias": {
  266. "dev-main": "9.0.x-dev"
  267. }
  268. },
  269. "installation-source": "dist",
  270. "autoload": {
  271. "psr-4": {
  272. "Sabberworm\\CSS\\": "src/"
  273. }
  274. },
  275. "notification-url": "https://packagist.org/downloads/",
  276. "license": [
  277. "MIT"
  278. ],
  279. "authors": [
  280. {
  281. "name": "Raphael Schweikert"
  282. },
  283. {
  284. "name": "Oliver Klee",
  285. "email": "github@oliverklee.de"
  286. },
  287. {
  288. "name": "Jake Hotson",
  289. "email": "jake.github@qzdesign.co.uk"
  290. }
  291. ],
  292. "description": "Parser for CSS Files written in PHP",
  293. "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  294. "keywords": [
  295. "css",
  296. "parser",
  297. "stylesheet"
  298. ],
  299. "support": {
  300. "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
  301. "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.7.0"
  302. },
  303. "install-path": "../sabberworm/php-css-parser"
  304. }
  305. ],
  306. "dev": true,
  307. "dev-package-names": []
  308. }