1 | {
|
---|
2 | "packages": [
|
---|
3 | {
|
---|
4 | "name": "spipu/html2pdf",
|
---|
5 | "version": "v5.2.2",
|
---|
6 | "version_normalized": "5.2.2.0",
|
---|
7 | "source": {
|
---|
8 | "type": "git",
|
---|
9 | "url": "https://github.com/spipu/html2pdf.git",
|
---|
10 | "reference": "e6d8ca22347b6691bb8c2652212b1be2c89b3eff"
|
---|
11 | },
|
---|
12 | "dist": {
|
---|
13 | "type": "zip",
|
---|
14 | "url": "https://api.github.com/repos/spipu/html2pdf/zipball/e6d8ca22347b6691bb8c2652212b1be2c89b3eff",
|
---|
15 | "reference": "e6d8ca22347b6691bb8c2652212b1be2c89b3eff",
|
---|
16 | "shasum": ""
|
---|
17 | },
|
---|
18 | "require": {
|
---|
19 | "ext-gd": "*",
|
---|
20 | "ext-mbstring": "*",
|
---|
21 | "php": "^5.6 || ^7.0",
|
---|
22 | "tecnickcom/tcpdf": "^6.2"
|
---|
23 | },
|
---|
24 | "require-dev": {
|
---|
25 | "phake/phake": "^2.0",
|
---|
26 | "phpunit/phpunit": "^5.0"
|
---|
27 | },
|
---|
28 | "suggest": {
|
---|
29 | "ext-gd": "Allows to embed images into the PDF",
|
---|
30 | "fagundes/zff-html2pdf": "if you need to integrate Html2Pdf with Zend Framework 2 (zf2)"
|
---|
31 | },
|
---|
32 | "time": "2020-03-22T16:23:26+00:00",
|
---|
33 | "type": "library",
|
---|
34 | "installation-source": "dist",
|
---|
35 | "autoload": {
|
---|
36 | "psr-4": {
|
---|
37 | "Spipu\\Html2Pdf\\": "src/"
|
---|
38 | }
|
---|
39 | },
|
---|
40 | "notification-url": "https://packagist.org/downloads/",
|
---|
41 | "license": [
|
---|
42 | "OSL-3.0"
|
---|
43 | ],
|
---|
44 | "authors": [
|
---|
45 | {
|
---|
46 | "name": "Spipu",
|
---|
47 | "homepage": "https://github.com/spipu",
|
---|
48 | "role": "Developer"
|
---|
49 | }
|
---|
50 | ],
|
---|
51 | "description": "Html2Pdf is a HTML to PDF converter written in PHP5 (it uses TCPDF). OFFICIAL PACKAGE",
|
---|
52 | "homepage": "http://html2pdf.fr/",
|
---|
53 | "keywords": [
|
---|
54 | "html",
|
---|
55 | "html2pdf",
|
---|
56 | "pdf"
|
---|
57 | ],
|
---|
58 | "support": {
|
---|
59 | "issues": "https://github.com/spipu/html2pdf/issues",
|
---|
60 | "source": "https://github.com/spipu/html2pdf/tree/v5.2.2"
|
---|
61 | },
|
---|
62 | "install-path": "../spipu/html2pdf"
|
---|
63 | },
|
---|
64 | {
|
---|
65 | "name": "tecnickcom/tcpdf",
|
---|
66 | "version": "6.4.1",
|
---|
67 | "version_normalized": "6.4.1.0",
|
---|
68 | "source": {
|
---|
69 | "type": "git",
|
---|
70 | "url": "https://github.com/tecnickcom/TCPDF.git",
|
---|
71 | "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329"
|
---|
72 | },
|
---|
73 | "dist": {
|
---|
74 | "type": "zip",
|
---|
75 | "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5ba838befdb37ef06a16d9f716f35eb03cb1b329",
|
---|
76 | "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329",
|
---|
77 | "shasum": ""
|
---|
78 | },
|
---|
79 | "require": {
|
---|
80 | "php": ">=5.3.0"
|
---|
81 | },
|
---|
82 | "time": "2021-03-27T16:00:33+00:00",
|
---|
83 | "type": "library",
|
---|
84 | "installation-source": "dist",
|
---|
85 | "autoload": {
|
---|
86 | "classmap": [
|
---|
87 | "config",
|
---|
88 | "include",
|
---|
89 | "tcpdf.php",
|
---|
90 | "tcpdf_parser.php",
|
---|
91 | "tcpdf_import.php",
|
---|
92 | "tcpdf_barcodes_1d.php",
|
---|
93 | "tcpdf_barcodes_2d.php",
|
---|
94 | "include/tcpdf_colors.php",
|
---|
95 | "include/tcpdf_filters.php",
|
---|
96 | "include/tcpdf_font_data.php",
|
---|
97 | "include/tcpdf_fonts.php",
|
---|
98 | "include/tcpdf_images.php",
|
---|
99 | "include/tcpdf_static.php",
|
---|
100 | "include/barcodes/datamatrix.php",
|
---|
101 | "include/barcodes/pdf417.php",
|
---|
102 | "include/barcodes/qrcode.php"
|
---|
103 | ]
|
---|
104 | },
|
---|
105 | "notification-url": "https://packagist.org/downloads/",
|
---|
106 | "license": [
|
---|
107 | "LGPL-3.0-only"
|
---|
108 | ],
|
---|
109 | "authors": [
|
---|
110 | {
|
---|
111 | "name": "Nicola Asuni",
|
---|
112 | "email": "info@tecnick.com",
|
---|
113 | "role": "lead"
|
---|
114 | }
|
---|
115 | ],
|
---|
116 | "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
|
---|
117 | "homepage": "http://www.tcpdf.org/",
|
---|
118 | "keywords": [
|
---|
119 | "PDFD32000-2008",
|
---|
120 | "TCPDF",
|
---|
121 | "barcodes",
|
---|
122 | "datamatrix",
|
---|
123 | "pdf",
|
---|
124 | "pdf417",
|
---|
125 | "qrcode"
|
---|
126 | ],
|
---|
127 | "support": {
|
---|
128 | "issues": "https://github.com/tecnickcom/TCPDF/issues",
|
---|
129 | "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.1"
|
---|
130 | },
|
---|
131 | "funding": [
|
---|
132 | {
|
---|
133 | "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
|
---|
134 | "type": "custom"
|
---|
135 | }
|
---|
136 | ],
|
---|
137 | "install-path": "../tecnickcom/tcpdf"
|
---|
138 | }
|
---|
139 | ],
|
---|
140 | "dev": true,
|
---|
141 | "dev-package-names": []
|
---|
142 | }
|
---|