xref: /plugin/dw2pdf/composer.lock (revision 852931daed0aa7c73fc4da5d421d2c117decf509)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "7b00711d12ac1ef73bc21f9046c21eea",
8    "packages": [
9        {
10            "name": "mpdf/mpdf",
11            "version": "v8.0.7",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/mpdf/mpdf.git",
15                "reference": "7daf07f15334ed59a276bd52131dcca48794cdbd"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7daf07f15334ed59a276bd52131dcca48794cdbd",
20                "reference": "7daf07f15334ed59a276bd52131dcca48794cdbd",
21                "shasum": ""
22            },
23            "require": {
24                "ext-gd": "*",
25                "ext-mbstring": "*",
26                "myclabs/deep-copy": "^1.7",
27                "paragonie/random_compat": "^1.4|^2.0|9.99.99",
28                "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
29                "psr/log": "^1.0",
30                "setasign/fpdi": "^2.1"
31            },
32            "require-dev": {
33                "mockery/mockery": "^0.9.5",
34                "mpdf/qrcode": "^1.0.0",
35                "phpunit/phpunit": "^5.0",
36                "squizlabs/php_codesniffer": "^3.5.0",
37                "tracy/tracy": "^2.4"
38            },
39            "suggest": {
40                "ext-bcmath": "Needed for generation of some types of barcodes",
41                "ext-xml": "Needed mainly for SVG manipulation",
42                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
43            },
44            "type": "library",
45            "extra": {
46                "branch-alias": {
47                    "dev-development": "7.x-dev"
48                }
49            },
50            "autoload": {
51                "psr-4": {
52                    "Mpdf\\": "src/"
53                }
54            },
55            "notification-url": "https://packagist.org/downloads/",
56            "license": [
57                "GPL-2.0-only"
58            ],
59            "authors": [
60                {
61                    "name": "Matěj Humpál",
62                    "role": "Developer, maintainer"
63                },
64                {
65                    "name": "Ian Back",
66                    "role": "Developer (retired)"
67                }
68            ],
69            "description": "PHP library generating PDF files from UTF-8 encoded HTML",
70            "homepage": "https://mpdf.github.io",
71            "keywords": [
72                "pdf",
73                "php",
74                "utf-8"
75            ],
76            "time": "2020-07-15T09:48:00+00:00"
77        },
78        {
79            "name": "mpdf/qrcode",
80            "version": "v1.2.0",
81            "source": {
82                "type": "git",
83                "url": "https://github.com/mpdf/qrcode.git",
84                "reference": "0c09fce8b28707611c3febdd1ca424d40f172184"
85            },
86            "dist": {
87                "type": "zip",
88                "url": "https://api.github.com/repos/mpdf/qrcode/zipball/0c09fce8b28707611c3febdd1ca424d40f172184",
89                "reference": "0c09fce8b28707611c3febdd1ca424d40f172184",
90                "shasum": ""
91            },
92            "require": {
93                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
94                "php": "^5.6 || ^7.0 || ^8.0"
95            },
96            "require-dev": {
97                "mockery/mockery": "^0.9.5",
98                "squizlabs/php_codesniffer": "^3.4",
99                "tracy/tracy": "^2.5",
100                "yoast/phpunit-polyfills": "^1.0"
101            },
102            "suggest": {
103                "ext-gd": "To output QR codes to PNG files",
104                "ext-simplexml": "To output QR codes to SVG files"
105            },
106            "type": "library",
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            "time": "2022-01-11T09:42:41+00:00"
145        },
146        {
147            "name": "myclabs/deep-copy",
148            "version": "1.10.1",
149            "source": {
150                "type": "git",
151                "url": "https://github.com/myclabs/DeepCopy.git",
152                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
153            },
154            "dist": {
155                "type": "zip",
156                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
157                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
158                "shasum": ""
159            },
160            "require": {
161                "php": "^7.1 || ^8.0"
162            },
163            "replace": {
164                "myclabs/deep-copy": "self.version"
165            },
166            "require-dev": {
167                "doctrine/collections": "^1.0",
168                "doctrine/common": "^2.6",
169                "phpunit/phpunit": "^7.1"
170            },
171            "type": "library",
172            "autoload": {
173                "psr-4": {
174                    "DeepCopy\\": "src/DeepCopy/"
175                },
176                "files": [
177                    "src/DeepCopy/deep_copy.php"
178                ]
179            },
180            "notification-url": "https://packagist.org/downloads/",
181            "license": [
182                "MIT"
183            ],
184            "description": "Create deep copies (clones) of your objects",
185            "keywords": [
186                "clone",
187                "copy",
188                "duplicate",
189                "object",
190                "object graph"
191            ],
192            "time": "2020-06-29T13:22:24+00:00"
193        },
194        {
195            "name": "psr/log",
196            "version": "1.1.3",
197            "source": {
198                "type": "git",
199                "url": "https://github.com/php-fig/log.git",
200                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
201            },
202            "dist": {
203                "type": "zip",
204                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
205                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
206                "shasum": ""
207            },
208            "require": {
209                "php": ">=5.3.0"
210            },
211            "type": "library",
212            "extra": {
213                "branch-alias": {
214                    "dev-master": "1.1.x-dev"
215                }
216            },
217            "autoload": {
218                "psr-4": {
219                    "Psr\\Log\\": "Psr/Log/"
220                }
221            },
222            "notification-url": "https://packagist.org/downloads/",
223            "license": [
224                "MIT"
225            ],
226            "authors": [
227                {
228                    "name": "PHP-FIG",
229                    "homepage": "http://www.php-fig.org/"
230                }
231            ],
232            "description": "Common interface for logging libraries",
233            "homepage": "https://github.com/php-fig/log",
234            "keywords": [
235                "log",
236                "psr",
237                "psr-3"
238            ],
239            "time": "2020-03-23T09:12:05+00:00"
240        },
241        {
242            "name": "setasign/fpdi",
243            "version": "v2.3.3",
244            "source": {
245                "type": "git",
246                "url": "https://github.com/Setasign/FPDI.git",
247                "reference": "50c388860a73191e010810ed57dbed795578e867"
248            },
249            "dist": {
250                "type": "zip",
251                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/50c388860a73191e010810ed57dbed795578e867",
252                "reference": "50c388860a73191e010810ed57dbed795578e867",
253                "shasum": ""
254            },
255            "require": {
256                "ext-zlib": "*",
257                "php": "^5.6 || ^7.0"
258            },
259            "conflict": {
260                "setasign/tfpdf": "<1.31"
261            },
262            "require-dev": {
263                "phpunit/phpunit": "~5.7",
264                "setasign/fpdf": "~1.8",
265                "setasign/tfpdf": "1.31",
266                "tecnickcom/tcpdf": "~6.2"
267            },
268            "suggest": {
269                "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."
270            },
271            "type": "library",
272            "autoload": {
273                "psr-4": {
274                    "setasign\\Fpdi\\": "src/"
275                }
276            },
277            "notification-url": "https://packagist.org/downloads/",
278            "license": [
279                "MIT"
280            ],
281            "authors": [
282                {
283                    "name": "Jan Slabon",
284                    "email": "jan.slabon@setasign.com",
285                    "homepage": "https://www.setasign.com"
286                },
287                {
288                    "name": "Maximilian Kresse",
289                    "email": "maximilian.kresse@setasign.com",
290                    "homepage": "https://www.setasign.com"
291                }
292            ],
293            "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.",
294            "homepage": "https://www.setasign.com/fpdi",
295            "keywords": [
296                "fpdf",
297                "fpdi",
298                "pdf"
299            ],
300            "time": "2020-04-28T12:40:35+00:00"
301        }
302    ],
303    "packages-dev": [],
304    "aliases": [],
305    "minimum-stability": "stable",
306    "stability-flags": [],
307    "prefer-stable": false,
308    "prefer-lowest": false,
309    "platform": [],
310    "platform-dev": [],
311    "platform-overrides": {
312        "php": "7.2"
313    },
314    "plugin-api-version": "2.3.0"
315}
316