PluginProbe
Easy Invoice – Invoice Generator, PDF Quotes & Payments / 2.4.1
Easy Invoice – Invoice Generator, PDF Quotes & Payments v2.4.1
2.4.0 2.4.1 2.3.8 2.3.7 2.3.6 2.3.5 2.3.4 2.3.3 2.3.2 2.3.1 2.2.0 2.1.21 2.1.20 2.1.19 2.1.18 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.2 All 57 releases
← All changes | vendor/composer/installed.json +305 -1 2.3.42.4.1 View file →
@@ -1,5 +1,309 @@
1 1 {
2 - "packages": [],
2 + "packages": [
3 + {
4 + "name": "dompdf/dompdf",
5 + "version": "v3.1.6",
6 + "version_normalized": "3.1.6.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/dompdf/dompdf.git",
10 + "reference": "6d4b4eb8500f7a786da8868ba463a71b725a4005"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/6d4b4eb8500f7a786da8868ba463a71b725a4005",
15 + "reference": "6d4b4eb8500f7a786da8868ba463a71b725a4005",
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": "2026-07-20T12:29:38+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.6"
67 + },
68 + "install-path": "../dompdf/dompdf"
69 + },
70 + {
71 + "name": "dompdf/php-font-lib",
72 + "version": "1.0.2",
73 + "version_normalized": "1.0.2.0",
74 + "source": {
75 + "type": "git",
76 + "url": "https://github.com/dompdf/php-font-lib.git",
77 + "reference": "a6e9a688a2a80016ac080b97be73d3e10c444c9a"
78 + },
79 + "dist": {
80 + "type": "zip",
81 + "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a6e9a688a2a80016ac080b97be73d3e10c444c9a",
82 + "reference": "a6e9a688a2a80016ac080b97be73d3e10c444c9a",
83 + "shasum": ""
84 + },
85 + "require": {
86 + "ext-mbstring": "*",
87 + "php": "^7.1 || ^8.0"
88 + },
89 + "require-dev": {
90 + "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11 || ^12"
91 + },
92 + "time": "2026-01-20T14:10:26+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.2"
115 + },
116 + "install-path": "../dompdf/php-font-lib"
117 + },
118 + {
119 + "name": "dompdf/php-svg-lib",
120 + "version": "1.0.2",
121 + "version_normalized": "1.0.2.0",
122 + "source": {
123 + "type": "git",
124 + "url": "https://github.com/dompdf/php-svg-lib.git",
125 + "reference": "8259ffb930817e72b1ff1caef5d226501f3dfeb1"
126 + },
127 + "dist": {
128 + "type": "zip",
129 + "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/8259ffb930817e72b1ff1caef5d226501f3dfeb1",
130 + "reference": "8259ffb930817e72b1ff1caef5d226501f3dfeb1",
131 + "shasum": ""
132 + },
133 + "require": {
134 + "ext-mbstring": "*",
135 + "php": "^7.1 || ^8.0",
136 + "sabberworm/php-css-parser": "^8.4 || ^9.0"
137 + },
138 + "require-dev": {
139 + "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11"
140 + },
141 + "time": "2026-01-02T16:01:13+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.2"
164 + },
165 + "install-path": "../dompdf/php-svg-lib"
166 + },
167 + {
168 + "name": "masterminds/html5",
169 + "version": "2.11.0",
170 + "version_normalized": "2.11.0.0",
171 + "source": {
172 + "type": "git",
173 + "url": "https://github.com/Masterminds/html5-php.git",
174 + "reference": "a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7"
175 + },
176 + "dist": {
177 + "type": "zip",
178 + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7",
179 + "reference": "a1e7a2f88ee13635d86fc61cfbdf2306a76ddfc7",
180 + "shasum": ""
181 + },
182 + "require": {
183 + "ext-dom": "*",
184 + "php": ">=7.4"
185 + },
186 + "require-dev": {
187 + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10"
188 + },
189 + "time": "2026-08-18T06:18:41+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.11.0"
234 + },
235 + "install-path": "../masterminds/html5"
236 + },
237 + {
238 + "name": "sabberworm/php-css-parser",
239 + "version": "v8.9.0",
240 + "version_normalized": "8.9.0.0",
241 + "source": {
242 + "type": "git",
243 + "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
244 + "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9"
245 + },
246 + "dist": {
247 + "type": "zip",
248 + "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d8e916507b88e389e26d4ab03c904a082aa66bb9",
249 + "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9",
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.41",
258 + "rawr/cross-data-providers": "^2.0.0"
259 + },
260 + "suggest": {
261 + "ext-mbstring": "for parsing UTF-8 CSS"
262 + },
263 + "time": "2025-07-11T13:20:48+00:00",
264 + "type": "library",
265 + "extra": {
266 + "branch-alias": {
267 + "dev-main": "9.0.x-dev"
268 + }
269 + },
270 + "installation-source": "dist",
271 + "autoload": {
272 + "psr-4": {
273 + "Sabberworm\\CSS\\": "src/"
274 + }
275 + },
276 + "notification-url": "https://packagist.org/downloads/",
277 + "license": [
278 + "MIT"
279 + ],
280 + "authors": [
281 + {
282 + "name": "Raphael Schweikert"
283 + },
284 + {
285 + "name": "Oliver Klee",
286 + "email": "github@oliverklee.de"
287 + },
288 + {
289 + "name": "Jake Hotson",
290 + "email": "jake.github@qzdesign.co.uk"
291 + }
292 + ],
293 + "description": "Parser for CSS Files written in PHP",
294 + "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
295 + "keywords": [
296 + "css",
297 + "parser",
298 + "stylesheet"
299 + ],
300 + "support": {
301 + "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
302 + "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.9.0"
303 + },
304 + "install-path": "../sabberworm/php-css-parser"
305 + }
306 + ],
3 307 "dev": true,
4 308 "dev-package-names": []
5 309 }