xref: /plugin/dw2pdf/vendor/composer/installed.json (revision fb347f35dc824cf59875d883dbf86d311f54de06)
1{
2    "packages": [
3        {
4            "name": "mpdf/mpdf",
5            "version": "v8.0.7",
6            "version_normalized": "8.0.7.0",
7            "source": {
8                "type": "git",
9                "url": "https://github.com/mpdf/mpdf.git",
10                "reference": "7daf07f15334ed59a276bd52131dcca48794cdbd"
11            },
12            "dist": {
13                "type": "zip",
14                "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7daf07f15334ed59a276bd52131dcca48794cdbd",
15                "reference": "7daf07f15334ed59a276bd52131dcca48794cdbd",
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.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
24                "psr/log": "^1.0",
25                "setasign/fpdi": "^2.1"
26            },
27            "require-dev": {
28                "mockery/mockery": "^0.9.5",
29                "mpdf/qrcode": "^1.0.0",
30                "phpunit/phpunit": "^5.0",
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": "2020-07-15T09:48:00+00:00",
40            "type": "library",
41            "extra": {
42                "branch-alias": {
43                    "dev-development": "7.x-dev"
44                }
45            },
46            "installation-source": "dist",
47            "autoload": {
48                "psr-4": {
49                    "Mpdf\\": "src/"
50                }
51            },
52            "notification-url": "https://packagist.org/downloads/",
53            "license": [
54                "GPL-2.0-only"
55            ],
56            "authors": [
57                {
58                    "name": "Matěj Humpál",
59                    "role": "Developer, maintainer"
60                },
61                {
62                    "name": "Ian Back",
63                    "role": "Developer (retired)"
64                }
65            ],
66            "description": "PHP library generating PDF files from UTF-8 encoded HTML",
67            "homepage": "https://mpdf.github.io",
68            "keywords": [
69                "pdf",
70                "php",
71                "utf-8"
72            ],
73            "install-path": "../mpdf/mpdf"
74        },
75        {
76            "name": "mpdf/qrcode",
77            "version": "v1.2.0",
78            "version_normalized": "1.2.0.0",
79            "source": {
80                "type": "git",
81                "url": "https://github.com/mpdf/qrcode.git",
82                "reference": "0c09fce8b28707611c3febdd1ca424d40f172184"
83            },
84            "dist": {
85                "type": "zip",
86                "url": "https://api.github.com/repos/mpdf/qrcode/zipball/0c09fce8b28707611c3febdd1ca424d40f172184",
87                "reference": "0c09fce8b28707611c3febdd1ca424d40f172184",
88                "shasum": ""
89            },
90            "require": {
91                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
92                "php": "^5.6 || ^7.0 || ^8.0"
93            },
94            "require-dev": {
95                "mockery/mockery": "^0.9.5",
96                "squizlabs/php_codesniffer": "^3.4",
97                "tracy/tracy": "^2.5",
98                "yoast/phpunit-polyfills": "^1.0"
99            },
100            "suggest": {
101                "ext-gd": "To output QR codes to PNG files",
102                "ext-simplexml": "To output QR codes to SVG files"
103            },
104            "time": "2022-01-11T09:42:41+00:00",
105            "type": "library",
106            "installation-source": "dist",
107            "autoload": {
108                "psr-4": {
109                    "Mpdf\\QrCode\\": "src/"
110                }
111            },
112            "notification-url": "https://packagist.org/downloads/",
113            "license": [
114                "LGPL-2.1-or-later"
115            ],
116            "authors": [
117                {
118                    "name": "Matěj Humpál",
119                    "role": "maintainer"
120                },
121                {
122                    "name": "Laurent Minguet",
123                    "role": "author"
124                }
125            ],
126            "description": "QR code generator for mPDF",
127            "keywords": [
128                "mpdf",
129                "pdf",
130                "php",
131                "qr",
132                "qrcode"
133            ],
134            "support": {
135                "issues": "https://github.com/mpdf/qrcode/issues",
136                "source": "https://github.com/mpdf/qrcode/tree/v1.2.0"
137            },
138            "funding": [
139                {
140                    "url": "https://www.paypal.me/mpdf",
141                    "type": "custom"
142                }
143            ],
144            "install-path": "../mpdf/qrcode"
145        },
146        {
147            "name": "myclabs/deep-copy",
148            "version": "1.10.1",
149            "version_normalized": "1.10.1.0",
150            "source": {
151                "type": "git",
152                "url": "https://github.com/myclabs/DeepCopy.git",
153                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
154            },
155            "dist": {
156                "type": "zip",
157                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
158                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
159                "shasum": ""
160            },
161            "require": {
162                "php": "^7.1 || ^8.0"
163            },
164            "replace": {
165                "myclabs/deep-copy": "self.version"
166            },
167            "require-dev": {
168                "doctrine/collections": "^1.0",
169                "doctrine/common": "^2.6",
170                "phpunit/phpunit": "^7.1"
171            },
172            "time": "2020-06-29T13:22:24+00:00",
173            "type": "library",
174            "installation-source": "dist",
175            "autoload": {
176                "psr-4": {
177                    "DeepCopy\\": "src/DeepCopy/"
178                },
179                "files": [
180                    "src/DeepCopy/deep_copy.php"
181                ]
182            },
183            "notification-url": "https://packagist.org/downloads/",
184            "license": [
185                "MIT"
186            ],
187            "description": "Create deep copies (clones) of your objects",
188            "keywords": [
189                "clone",
190                "copy",
191                "duplicate",
192                "object",
193                "object graph"
194            ],
195            "install-path": "../myclabs/deep-copy"
196        },
197        {
198            "name": "psr/log",
199            "version": "1.1.3",
200            "version_normalized": "1.1.3.0",
201            "source": {
202                "type": "git",
203                "url": "https://github.com/php-fig/log.git",
204                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
205            },
206            "dist": {
207                "type": "zip",
208                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
209                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
210                "shasum": ""
211            },
212            "require": {
213                "php": ">=5.3.0"
214            },
215            "time": "2020-03-23T09:12:05+00:00",
216            "type": "library",
217            "extra": {
218                "branch-alias": {
219                    "dev-master": "1.1.x-dev"
220                }
221            },
222            "installation-source": "dist",
223            "autoload": {
224                "psr-4": {
225                    "Psr\\Log\\": "Psr/Log/"
226                }
227            },
228            "notification-url": "https://packagist.org/downloads/",
229            "license": [
230                "MIT"
231            ],
232            "authors": [
233                {
234                    "name": "PHP-FIG",
235                    "homepage": "http://www.php-fig.org/"
236                }
237            ],
238            "description": "Common interface for logging libraries",
239            "homepage": "https://github.com/php-fig/log",
240            "keywords": [
241                "log",
242                "psr",
243                "psr-3"
244            ],
245            "install-path": "../psr/log"
246        },
247        {
248            "name": "setasign/fpdi",
249            "version": "v2.3.3",
250            "version_normalized": "2.3.3.0",
251            "source": {
252                "type": "git",
253                "url": "https://github.com/Setasign/FPDI.git",
254                "reference": "50c388860a73191e010810ed57dbed795578e867"
255            },
256            "dist": {
257                "type": "zip",
258                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/50c388860a73191e010810ed57dbed795578e867",
259                "reference": "50c388860a73191e010810ed57dbed795578e867",
260                "shasum": ""
261            },
262            "require": {
263                "ext-zlib": "*",
264                "php": "^5.6 || ^7.0"
265            },
266            "conflict": {
267                "setasign/tfpdf": "<1.31"
268            },
269            "require-dev": {
270                "phpunit/phpunit": "~5.7",
271                "setasign/fpdf": "~1.8",
272                "setasign/tfpdf": "1.31",
273                "tecnickcom/tcpdf": "~6.2"
274            },
275            "suggest": {
276                "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."
277            },
278            "time": "2020-04-28T12:40:35+00:00",
279            "type": "library",
280            "installation-source": "dist",
281            "autoload": {
282                "psr-4": {
283                    "setasign\\Fpdi\\": "src/"
284                }
285            },
286            "notification-url": "https://packagist.org/downloads/",
287            "license": [
288                "MIT"
289            ],
290            "authors": [
291                {
292                    "name": "Jan Slabon",
293                    "email": "jan.slabon@setasign.com",
294                    "homepage": "https://www.setasign.com"
295                },
296                {
297                    "name": "Maximilian Kresse",
298                    "email": "maximilian.kresse@setasign.com",
299                    "homepage": "https://www.setasign.com"
300                }
301            ],
302            "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.",
303            "homepage": "https://www.setasign.com/fpdi",
304            "keywords": [
305                "fpdf",
306                "fpdi",
307                "pdf"
308            ],
309            "install-path": "../setasign/fpdi"
310        }
311    ],
312    "dev": true,
313    "dev-package-names": []
314}
315