xref: /plugin/dw2pdf/vendor/composer/installed.json (revision 9d0ba8bfdf61326d570fdb83ca1195df0cb61e87)
1[
2    {
3        "name": "mpdf/mpdf",
4        "version": "v7.0.3",
5        "version_normalized": "7.0.3.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/mpdf/mpdf.git",
9            "reference": "5681a0cae1eea197143d5d27f06e19b0523cd8d6"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/mpdf/mpdf/zipball/5681a0cae1eea197143d5d27f06e19b0523cd8d6",
14            "reference": "5681a0cae1eea197143d5d27f06e19b0523cd8d6",
15            "shasum": ""
16        },
17        "require": {
18            "ext-gd": "*",
19            "ext-mbstring": "*",
20            "paragonie/random_compat": "^1.4|^2.0",
21            "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
22            "psr/log": "^1.0",
23            "setasign/fpdi": "1.6.*"
24        },
25        "require-dev": {
26            "mockery/mockery": "^0.9.5",
27            "phpunit/phpunit": "^5.0",
28            "squizlabs/php_codesniffer": "^2.7.0",
29            "tracy/tracy": "^2.4"
30        },
31        "suggest": {
32            "ext-bcmath": "Needed for generation of some types of barcodes",
33            "ext-xml": "Needed mainly for SVG manipulation",
34            "ext-zlib": "Needed for compression of embedded resources, such as fonts"
35        },
36        "time": "2018-01-03T07:32:36+00:00",
37        "type": "library",
38        "extra": {
39            "branch-alias": {
40                "dev-development": "7.0-dev"
41            }
42        },
43        "installation-source": "dist",
44        "autoload": {
45            "psr-4": {
46                "Mpdf\\": "src/"
47            }
48        },
49        "notification-url": "https://packagist.org/downloads/",
50        "license": [
51            "GPL-2.0"
52        ],
53        "authors": [
54            {
55                "name": "Matěj Humpál",
56                "role": "Developer, maintainer"
57            },
58            {
59                "name": "Ian Back",
60                "role": "Developer (retired)"
61            }
62        ],
63        "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
64        "homepage": "https://mpdf.github.io",
65        "keywords": [
66            "pdf",
67            "php",
68            "utf-8"
69        ]
70    },
71    {
72        "name": "psr/log",
73        "version": "1.0.2",
74        "version_normalized": "1.0.2.0",
75        "source": {
76            "type": "git",
77            "url": "https://github.com/php-fig/log.git",
78            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
79        },
80        "dist": {
81            "type": "zip",
82            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
83            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
84            "shasum": ""
85        },
86        "require": {
87            "php": ">=5.3.0"
88        },
89        "time": "2016-10-10T12:19:37+00:00",
90        "type": "library",
91        "extra": {
92            "branch-alias": {
93                "dev-master": "1.0.x-dev"
94            }
95        },
96        "installation-source": "dist",
97        "autoload": {
98            "psr-4": {
99                "Psr\\Log\\": "Psr/Log/"
100            }
101        },
102        "notification-url": "https://packagist.org/downloads/",
103        "license": [
104            "MIT"
105        ],
106        "authors": [
107            {
108                "name": "PHP-FIG",
109                "homepage": "http://www.php-fig.org/"
110            }
111        ],
112        "description": "Common interface for logging libraries",
113        "homepage": "https://github.com/php-fig/log",
114        "keywords": [
115            "log",
116            "psr",
117            "psr-3"
118        ]
119    },
120    {
121        "name": "setasign/fpdi",
122        "version": "1.6.2",
123        "version_normalized": "1.6.2.0",
124        "source": {
125            "type": "git",
126            "url": "https://github.com/Setasign/FPDI.git",
127            "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
128        },
129        "dist": {
130            "type": "zip",
131            "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
132            "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
133            "shasum": ""
134        },
135        "suggest": {
136            "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
137            "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
138            "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
139        },
140        "time": "2017-05-11T14:25:49+00:00",
141        "type": "library",
142        "installation-source": "dist",
143        "autoload": {
144            "classmap": [
145                "filters/",
146                "fpdi.php",
147                "fpdf_tpl.php",
148                "fpdi_pdf_parser.php",
149                "pdf_context.php"
150            ]
151        },
152        "notification-url": "https://packagist.org/downloads/",
153        "license": [
154            "MIT"
155        ],
156        "authors": [
157            {
158                "name": "Jan Slabon",
159                "email": "jan.slabon@setasign.com",
160                "homepage": "https://www.setasign.com"
161            }
162        ],
163        "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.",
164        "homepage": "https://www.setasign.com/fpdi",
165        "keywords": [
166            "fpdf",
167            "fpdi",
168            "pdf"
169        ]
170    }
171]
172