PluginProbe ʕ •ᴥ•ʔ
Independent Analytics – WordPress Analytics Plugin / 1.24.0
Independent Analytics – WordPress Analytics Plugin v1.24.0
2.15.5 2.15.4 2.15.3 2.15.2 2.15.1 2.15.0 2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 1.19.1 1.2 1.20.0 1.21.0 1.22.0 1.22.1 1.23.0 1.23.1 1.24.0 1.24.1 1.25.0 1.25.1 1.26.0 1.27.0 1.28.0 1.28.1 1.28.2 1.28.3 1.29.0 1.3 1.30.0 1.30.1 1.4 1.5 1.6 1.7 1.8 1.9 2.0.0 2.0.1 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.10 2.11.2 2.11.3 2.11.4 2.11.5 2.11.6 2.11.7 2.11.8 2.11.9 2.12.0 2.12.1 2.12.2 2.13.1 2.13.2 2.13.5 2.13.6 2.14.0 2.14.1 2.14.2 2.14.4 2.14.6 2.14.7 2.14.8 2.14.9 2.2.0 2.2.1 2.3.1 2.3.2 2.4.2 2.4.3 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.7.1 2.7.2 2.7.3 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7
independent-analytics / vendor / composer / installed.json
independent-analytics / vendor / composer Last commit date
ClassLoader.php 3 years ago InstalledVersions.php 3 years ago LICENSE 3 years ago autoload_classmap.php 3 years ago autoload_files.php 3 years ago autoload_namespaces.php 3 years ago autoload_psr4.php 3 years ago autoload_real.php 3 years ago autoload_static.php 3 years ago installed.json 3 years ago installed.php 3 years ago platform_check.php 3 years ago
installed.json
2482 lines
1 {
2 "packages": [
3 {
4 "name": "andrewmead\/wordpress-proper",
5 "version": "1.2.0",
6 "version_normalized": "1.2.0.0",
7 "source": {
8 "type": "git",
9 "url": "https:\/\/github.com\/andrewjmead\/wordpress-proper.git",
10 "reference": "e6fb4df94717d7a0ceb2eede204344f0ad362ccf"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https:\/\/api.github.com\/repos\/andrewjmead\/wordpress-proper\/zipball\/e6fb4df94717d7a0ceb2eede204344f0ad362ccf",
15 "reference": "e6fb4df94717d7a0ceb2eede204344f0ad362ccf",
16 "shasum": ""
17 },
18 "require-dev": {
19 "friendsofphp\/php-cs-fixer": "^3.4.0",
20 "php": ">=7.3.27",
21 "php-stubs\/woocommerce-stubs": "^7.5",
22 "phpstan\/phpstan": "^1.10",
23 "phpunit\/phpunit": "9.6.8",
24 "sniccowp\/php-scoper-wordpress-excludes": "^6.1",
25 "szepeviktor\/phpstan-wordpress": "^1.1",
26 "yoast\/phpunit-polyfills": "^1.0"
27 },
28 "time": "2023-05-30T19:04:08+00:00",
29 "type": "library",
30 "installation-source": "dist",
31 "autoload": {
32 "psr-4": {
33 "IAWP_SCOPED\\Proper\\": [
34 "source\/",
35 "tests\/"
36 ]
37 }
38 },
39 "notification-url": "https:\/\/packagist.org\/downloads\/",
40 "license": [
41 "MIT"
42 ],
43 "authors": [
44 {
45 "name": "Andrew Mead",
46 "homepage": "https:\/\/mead.io"
47 }
48 ],
49 "description": "A set of classes you may find useful for WordPress development",
50 "support": {
51 "issues": "https:\/\/github.com\/andrewjmead\/wordpress-proper\/issues",
52 "source": "https:\/\/github.com\/andrewjmead\/wordpress-proper\/tree\/1.2.0"
53 },
54 "install-path": "..\/andrewmead\/wordpress-proper"
55 },
56 {
57 "name": "doctrine\/inflector",
58 "version": "2.0.6",
59 "version_normalized": "2.0.6.0",
60 "source": {
61 "type": "git",
62 "url": "https:\/\/github.com\/doctrine\/inflector.git",
63 "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
64 },
65 "dist": {
66 "type": "zip",
67 "url": "https:\/\/api.github.com\/repos\/doctrine\/inflector\/zipball\/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
68 "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
69 "shasum": ""
70 },
71 "require": {
72 "php": "^7.2 || ^8.0"
73 },
74 "require-dev": {
75 "doctrine\/coding-standard": "^10",
76 "phpstan\/phpstan": "^1.8",
77 "phpstan\/phpstan-phpunit": "^1.1",
78 "phpstan\/phpstan-strict-rules": "^1.3",
79 "phpunit\/phpunit": "^8.5 || ^9.5",
80 "vimeo\/psalm": "^4.25"
81 },
82 "time": "2022-10-20T09:10:12+00:00",
83 "type": "library",
84 "installation-source": "dist",
85 "autoload": {
86 "psr-4": {
87 "IAWP_SCOPED\\Doctrine\\Inflector\\": "lib\/Doctrine\/Inflector"
88 }
89 },
90 "notification-url": "https:\/\/packagist.org\/downloads\/",
91 "license": [
92 "MIT"
93 ],
94 "authors": [
95 {
96 "name": "Guilherme Blanco",
97 "email": "guilhermeblanco@gmail.com"
98 },
99 {
100 "name": "Roman Borschel",
101 "email": "roman@code-factory.org"
102 },
103 {
104 "name": "Benjamin Eberlei",
105 "email": "kontakt@beberlei.de"
106 },
107 {
108 "name": "Jonathan Wage",
109 "email": "jonwage@gmail.com"
110 },
111 {
112 "name": "Johannes Schmitt",
113 "email": "schmittjoh@gmail.com"
114 }
115 ],
116 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper\/lowercase and singular\/plural forms of words.",
117 "homepage": "https:\/\/www.doctrine-project.org\/projects\/inflector.html",
118 "keywords": [
119 "inflection",
120 "inflector",
121 "lowercase",
122 "manipulation",
123 "php",
124 "plural",
125 "singular",
126 "strings",
127 "uppercase",
128 "words"
129 ],
130 "support": {
131 "issues": "https:\/\/github.com\/doctrine\/inflector\/issues",
132 "source": "https:\/\/github.com\/doctrine\/inflector\/tree\/2.0.6"
133 },
134 "funding": [
135 {
136 "url": "https:\/\/www.doctrine-project.org\/sponsorship.html",
137 "type": "custom"
138 },
139 {
140 "url": "https:\/\/www.patreon.com\/phpdoctrine",
141 "type": "patreon"
142 },
143 {
144 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/doctrine%2Finflector",
145 "type": "tidelift"
146 }
147 ],
148 "install-path": "..\/doctrine\/inflector"
149 },
150 {
151 "name": "dompdf\/dompdf",
152 "version": "v2.0.3",
153 "version_normalized": "2.0.3.0",
154 "source": {
155 "type": "git",
156 "url": "https:\/\/github.com\/dompdf\/dompdf.git",
157 "reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85"
158 },
159 "dist": {
160 "type": "zip",
161 "url": "https:\/\/api.github.com\/repos\/dompdf\/dompdf\/zipball\/e8d2d5e37e8b0b30f0732a011295ab80680d7e85",
162 "reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85",
163 "shasum": ""
164 },
165 "require": {
166 "ext-dom": "*",
167 "ext-mbstring": "*",
168 "masterminds\/html5": "^2.0",
169 "phenx\/php-font-lib": ">=0.5.4 <1.0.0",
170 "phenx\/php-svg-lib": ">=0.3.3 <1.0.0",
171 "php": "^7.1 || ^8.0"
172 },
173 "require-dev": {
174 "ext-json": "*",
175 "ext-zip": "*",
176 "mockery\/mockery": "^1.3",
177 "phpunit\/phpunit": "^7.5 || ^8 || ^9",
178 "squizlabs\/php_codesniffer": "^3.5"
179 },
180 "suggest": {
181 "ext-gd": "Needed to process images",
182 "ext-gmagick": "Improves image processing performance",
183 "ext-imagick": "Improves image processing performance",
184 "ext-zlib": "Needed for pdf stream compression"
185 },
186 "time": "2023-02-07T12:51:48+00:00",
187 "type": "library",
188 "installation-source": "dist",
189 "autoload": {
190 "psr-4": {
191 "IAWP_SCOPED\\Dompdf\\": "src\/"
192 },
193 "classmap": [
194 "lib\/"
195 ]
196 },
197 "notification-url": "https:\/\/packagist.org\/downloads\/",
198 "license": [
199 "LGPL-2.1"
200 ],
201 "authors": [
202 {
203 "name": "The Dompdf Community",
204 "homepage": "https:\/\/github.com\/dompdf\/dompdf\/blob\/master\/AUTHORS.md"
205 }
206 ],
207 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
208 "homepage": "https:\/\/github.com\/dompdf\/dompdf",
209 "support": {
210 "issues": "https:\/\/github.com\/dompdf\/dompdf\/issues",
211 "source": "https:\/\/github.com\/dompdf\/dompdf\/tree\/v2.0.3"
212 },
213 "install-path": "..\/dompdf\/dompdf"
214 },
215 {
216 "name": "illuminate\/collections",
217 "version": "v8.83.27",
218 "version_normalized": "8.83.27.0",
219 "source": {
220 "type": "git",
221 "url": "https:\/\/github.com\/illuminate\/collections.git",
222 "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4"
223 },
224 "dist": {
225 "type": "zip",
226 "url": "https:\/\/api.github.com\/repos\/illuminate\/collections\/zipball\/705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
227 "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
228 "shasum": ""
229 },
230 "require": {
231 "illuminate\/contracts": "^8.0",
232 "illuminate\/macroable": "^8.0",
233 "php": "^7.3|^8.0"
234 },
235 "suggest": {
236 "symfony\/var-dumper": "Required to use the dump method (^5.4)."
237 },
238 "time": "2022-06-23T15:29:49+00:00",
239 "type": "library",
240 "extra": {
241 "branch-alias": {
242 "dev-master": "8.x-dev"
243 }
244 },
245 "installation-source": "dist",
246 "autoload": {
247 "files": [
248 "helpers.php"
249 ],
250 "psr-4": {
251 "IAWP_SCOPED\\Illuminate\\Support\\": ""
252 }
253 },
254 "notification-url": "https:\/\/packagist.org\/downloads\/",
255 "license": [
256 "MIT"
257 ],
258 "authors": [
259 {
260 "name": "Taylor Otwell",
261 "email": "taylor@laravel.com"
262 }
263 ],
264 "description": "The Illuminate Collections package.",
265 "homepage": "https:\/\/laravel.com",
266 "support": {
267 "issues": "https:\/\/github.com\/laravel\/framework\/issues",
268 "source": "https:\/\/github.com\/laravel\/framework"
269 },
270 "install-path": "..\/illuminate\/collections"
271 },
272 {
273 "name": "illuminate\/container",
274 "version": "v8.83.27",
275 "version_normalized": "8.83.27.0",
276 "source": {
277 "type": "git",
278 "url": "https:\/\/github.com\/illuminate\/container.git",
279 "reference": "14062628d05f75047c5a1360b9350028427d568e"
280 },
281 "dist": {
282 "type": "zip",
283 "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/14062628d05f75047c5a1360b9350028427d568e",
284 "reference": "14062628d05f75047c5a1360b9350028427d568e",
285 "shasum": ""
286 },
287 "require": {
288 "illuminate\/contracts": "^8.0",
289 "php": "^7.3|^8.0",
290 "psr\/container": "^1.0"
291 },
292 "provide": {
293 "psr\/container-implementation": "1.0"
294 },
295 "time": "2022-02-02T21:03:35+00:00",
296 "type": "library",
297 "extra": {
298 "branch-alias": {
299 "dev-master": "8.x-dev"
300 }
301 },
302 "installation-source": "dist",
303 "autoload": {
304 "psr-4": {
305 "IAWP_SCOPED\\Illuminate\\Container\\": ""
306 }
307 },
308 "notification-url": "https:\/\/packagist.org\/downloads\/",
309 "license": [
310 "MIT"
311 ],
312 "authors": [
313 {
314 "name": "Taylor Otwell",
315 "email": "taylor@laravel.com"
316 }
317 ],
318 "description": "The Illuminate Container package.",
319 "homepage": "https:\/\/laravel.com",
320 "support": {
321 "issues": "https:\/\/github.com\/laravel\/framework\/issues",
322 "source": "https:\/\/github.com\/laravel\/framework"
323 },
324 "install-path": "..\/illuminate\/container"
325 },
326 {
327 "name": "illuminate\/contracts",
328 "version": "v8.83.27",
329 "version_normalized": "8.83.27.0",
330 "source": {
331 "type": "git",
332 "url": "https:\/\/github.com\/illuminate\/contracts.git",
333 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"
334 },
335 "dist": {
336 "type": "zip",
337 "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
338 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
339 "shasum": ""
340 },
341 "require": {
342 "php": "^7.3|^8.0",
343 "psr\/container": "^1.0",
344 "psr\/simple-cache": "^1.0"
345 },
346 "time": "2022-01-13T14:47:47+00:00",
347 "type": "library",
348 "extra": {
349 "branch-alias": {
350 "dev-master": "8.x-dev"
351 }
352 },
353 "installation-source": "dist",
354 "autoload": {
355 "psr-4": {
356 "IAWP_SCOPED\\Illuminate\\Contracts\\": ""
357 }
358 },
359 "notification-url": "https:\/\/packagist.org\/downloads\/",
360 "license": [
361 "MIT"
362 ],
363 "authors": [
364 {
365 "name": "Taylor Otwell",
366 "email": "taylor@laravel.com"
367 }
368 ],
369 "description": "The Illuminate Contracts package.",
370 "homepage": "https:\/\/laravel.com",
371 "support": {
372 "issues": "https:\/\/github.com\/laravel\/framework\/issues",
373 "source": "https:\/\/github.com\/laravel\/framework"
374 },
375 "install-path": "..\/illuminate\/contracts"
376 },
377 {
378 "name": "illuminate\/database",
379 "version": "v8.83.27",
380 "version_normalized": "8.83.27.0",
381 "source": {
382 "type": "git",
383 "url": "https:\/\/github.com\/illuminate\/database.git",
384 "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1"
385 },
386 "dist": {
387 "type": "zip",
388 "url": "https:\/\/api.github.com\/repos\/illuminate\/database\/zipball\/1a5b0e4e6913415464fa2aab554a38b9e6fa44b1",
389 "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1",
390 "shasum": ""
391 },
392 "require": {
393 "ext-json": "*",
394 "illuminate\/collections": "^8.0",
395 "illuminate\/container": "^8.0",
396 "illuminate\/contracts": "^8.0",
397 "illuminate\/macroable": "^8.0",
398 "illuminate\/support": "^8.0",
399 "php": "^7.3|^8.0",
400 "symfony\/console": "^5.4"
401 },
402 "suggest": {
403 "doctrine\/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
404 "fakerphp\/faker": "Required to use the eloquent factory builder (^1.9.1).",
405 "illuminate\/console": "Required to use the database commands (^8.0).",
406 "illuminate\/events": "Required to use the observers with Eloquent (^8.0).",
407 "illuminate\/filesystem": "Required to use the migrations (^8.0).",
408 "illuminate\/pagination": "Required to paginate the result set (^8.0).",
409 "symfony\/finder": "Required to use Eloquent model factories (^5.4)."
410 },
411 "time": "2022-08-31T16:16:06+00:00",
412 "type": "library",
413 "extra": {
414 "branch-alias": {
415 "dev-master": "8.x-dev"
416 }
417 },
418 "installation-source": "dist",
419 "autoload": {
420 "psr-4": {
421 "IAWP_SCOPED\\Illuminate\\Database\\": ""
422 }
423 },
424 "notification-url": "https:\/\/packagist.org\/downloads\/",
425 "license": [
426 "MIT"
427 ],
428 "authors": [
429 {
430 "name": "Taylor Otwell",
431 "email": "taylor@laravel.com"
432 }
433 ],
434 "description": "The Illuminate Database package.",
435 "homepage": "https:\/\/laravel.com",
436 "keywords": [
437 "database",
438 "laravel",
439 "orm",
440 "sql"
441 ],
442 "support": {
443 "issues": "https:\/\/github.com\/laravel\/framework\/issues",
444 "source": "https:\/\/github.com\/laravel\/framework"
445 },
446 "install-path": "..\/illuminate\/database"
447 },
448 {
449 "name": "illuminate\/macroable",
450 "version": "v8.83.27",
451 "version_normalized": "8.83.27.0",
452 "source": {
453 "type": "git",
454 "url": "https:\/\/github.com\/illuminate\/macroable.git",
455 "reference": "aed81891a6e046fdee72edd497f822190f61c162"
456 },
457 "dist": {
458 "type": "zip",
459 "url": "https:\/\/api.github.com\/repos\/illuminate\/macroable\/zipball\/aed81891a6e046fdee72edd497f822190f61c162",
460 "reference": "aed81891a6e046fdee72edd497f822190f61c162",
461 "shasum": ""
462 },
463 "require": {
464 "php": "^7.3|^8.0"
465 },
466 "time": "2021-11-16T13:57:03+00:00",
467 "type": "library",
468 "extra": {
469 "branch-alias": {
470 "dev-master": "8.x-dev"
471 }
472 },
473 "installation-source": "dist",
474 "autoload": {
475 "psr-4": {
476 "IAWP_SCOPED\\Illuminate\\Support\\": ""
477 }
478 },
479 "notification-url": "https:\/\/packagist.org\/downloads\/",
480 "license": [
481 "MIT"
482 ],
483 "authors": [
484 {
485 "name": "Taylor Otwell",
486 "email": "taylor@laravel.com"
487 }
488 ],
489 "description": "The Illuminate Macroable package.",
490 "homepage": "https:\/\/laravel.com",
491 "support": {
492 "issues": "https:\/\/github.com\/laravel\/framework\/issues",
493 "source": "https:\/\/github.com\/laravel\/framework"
494 },
495 "install-path": "..\/illuminate\/macroable"
496 },
497 {
498 "name": "illuminate\/support",
499 "version": "v8.83.27",
500 "version_normalized": "8.83.27.0",
501 "source": {
502 "type": "git",
503 "url": "https:\/\/github.com\/illuminate\/support.git",
504 "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b"
505 },
506 "dist": {
507 "type": "zip",
508 "url": "https:\/\/api.github.com\/repos\/illuminate\/support\/zipball\/1c79242468d3bbd9a0f7477df34f9647dde2a09b",
509 "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b",
510 "shasum": ""
511 },
512 "require": {
513 "doctrine\/inflector": "^1.4|^2.0",
514 "ext-json": "*",
515 "ext-mbstring": "*",
516 "illuminate\/collections": "^8.0",
517 "illuminate\/contracts": "^8.0",
518 "illuminate\/macroable": "^8.0",
519 "nesbot\/carbon": "^2.53.1",
520 "php": "^7.3|^8.0",
521 "voku\/portable-ascii": "^1.6.1"
522 },
523 "conflict": {
524 "tightenco\/collect": "<5.5.33"
525 },
526 "suggest": {
527 "illuminate\/filesystem": "Required to use the composer class (^8.0).",
528 "league\/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).",
529 "ramsey\/uuid": "Required to use Str::uuid() (^4.2.2).",
530 "symfony\/process": "Required to use the composer class (^5.4).",
531 "symfony\/var-dumper": "Required to use the dd function (^5.4).",
532 "vlucas\/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
533 },
534 "time": "2022-09-21T21:30:03+00:00",
535 "type": "library",
536 "extra": {
537 "branch-alias": {
538 "dev-master": "8.x-dev"
539 }
540 },
541 "installation-source": "dist",
542 "autoload": {
543 "files": [
544 "helpers.php"
545 ],
546 "psr-4": {
547 "IAWP_SCOPED\\Illuminate\\Support\\": ""
548 }
549 },
550 "notification-url": "https:\/\/packagist.org\/downloads\/",
551 "license": [
552 "MIT"
553 ],
554 "authors": [
555 {
556 "name": "Taylor Otwell",
557 "email": "taylor@laravel.com"
558 }
559 ],
560 "description": "The Illuminate Support package.",
561 "homepage": "https:\/\/laravel.com",
562 "support": {
563 "issues": "https:\/\/github.com\/laravel\/framework\/issues",
564 "source": "https:\/\/github.com\/laravel\/framework"
565 },
566 "install-path": "..\/illuminate\/support"
567 },
568 {
569 "name": "league\/plates",
570 "version": "v3.5.0",
571 "version_normalized": "3.5.0.0",
572 "source": {
573 "type": "git",
574 "url": "https:\/\/github.com\/thephpleague\/plates.git",
575 "reference": "a6a3238e46c6e19af7318fdc36bfbe49b0620231"
576 },
577 "dist": {
578 "type": "zip",
579 "url": "https:\/\/api.github.com\/repos\/thephpleague\/plates\/zipball\/a6a3238e46c6e19af7318fdc36bfbe49b0620231",
580 "reference": "a6a3238e46c6e19af7318fdc36bfbe49b0620231",
581 "shasum": ""
582 },
583 "require": {
584 "php": "^7.0|^8.0"
585 },
586 "require-dev": {
587 "mikey179\/vfsstream": "^1.6",
588 "phpunit\/phpunit": "^9.5",
589 "squizlabs\/php_codesniffer": "^3.5"
590 },
591 "time": "2023-01-16T20:25:45+00:00",
592 "type": "library",
593 "extra": {
594 "branch-alias": {
595 "dev-master": "3.0-dev"
596 }
597 },
598 "installation-source": "dist",
599 "autoload": {
600 "psr-4": {
601 "IAWP_SCOPED\\League\\Plates\\": "src"
602 }
603 },
604 "notification-url": "https:\/\/packagist.org\/downloads\/",
605 "license": [
606 "MIT"
607 ],
608 "authors": [
609 {
610 "name": "Jonathan Reinink",
611 "email": "jonathan@reinink.ca",
612 "role": "Developer"
613 },
614 {
615 "name": "RJ Garcia",
616 "email": "ragboyjr@icloud.com",
617 "role": "Developer"
618 }
619 ],
620 "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
621 "homepage": "https:\/\/platesphp.com",
622 "keywords": [
623 "league",
624 "package",
625 "templates",
626 "templating",
627 "views"
628 ],
629 "support": {
630 "issues": "https:\/\/github.com\/thephpleague\/plates\/issues",
631 "source": "https:\/\/github.com\/thephpleague\/plates\/tree\/v3.5.0"
632 },
633 "install-path": "..\/league\/plates"
634 },
635 {
636 "name": "league\/uri",
637 "version": "6.5.0",
638 "version_normalized": "6.5.0.0",
639 "source": {
640 "type": "git",
641 "url": "https:\/\/github.com\/thephpleague\/uri.git",
642 "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a"
643 },
644 "dist": {
645 "type": "zip",
646 "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri\/zipball\/c68ca445abb04817d740ddd6d0b3551826ef0c5a",
647 "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a",
648 "shasum": ""
649 },
650 "require": {
651 "ext-json": "*",
652 "league\/uri-interfaces": "^2.3",
653 "php": "^7.3 || ^8.0",
654 "psr\/http-message": "^1.0"
655 },
656 "conflict": {
657 "league\/uri-schemes": "^1.0"
658 },
659 "require-dev": {
660 "friendsofphp\/php-cs-fixer": "^2.19 || ^3.0",
661 "phpstan\/phpstan": "^0.12.90",
662 "phpstan\/phpstan-phpunit": "^0.12.22",
663 "phpstan\/phpstan-strict-rules": "^0.12.11",
664 "phpunit\/phpunit": "^8.0 || ^9.0",
665 "psr\/http-factory": "^1.0"
666 },
667 "suggest": {
668 "ext-fileinfo": "Needed to create Data URI from a filepath",
669 "ext-intl": "Needed to improve host validation",
670 "league\/uri-components": "Needed to easily manipulate URI objects",
671 "psr\/http-factory": "Needed to use the URI factory"
672 },
673 "time": "2021-08-27T09:54:07+00:00",
674 "type": "library",
675 "extra": {
676 "branch-alias": {
677 "dev-master": "6.x-dev"
678 }
679 },
680 "installation-source": "dist",
681 "autoload": {
682 "psr-4": {
683 "IAWP_SCOPED\\League\\Uri\\": "src"
684 }
685 },
686 "notification-url": "https:\/\/packagist.org\/downloads\/",
687 "license": [
688 "MIT"
689 ],
690 "authors": [
691 {
692 "name": "Ignace Nyamagana Butera",
693 "email": "nyamsprod@gmail.com",
694 "homepage": "https:\/\/nyamsprod.com"
695 }
696 ],
697 "description": "URI manipulation library",
698 "homepage": "http:\/\/uri.thephpleague.com",
699 "keywords": [
700 "data-uri",
701 "file-uri",
702 "ftp",
703 "hostname",
704 "http",
705 "https",
706 "middleware",
707 "parse_str",
708 "parse_url",
709 "psr-7",
710 "query-string",
711 "querystring",
712 "rfc3986",
713 "rfc3987",
714 "rfc6570",
715 "uri",
716 "uri-template",
717 "url",
718 "ws"
719 ],
720 "support": {
721 "docs": "https:\/\/uri.thephpleague.com",
722 "forum": "https:\/\/thephpleague.slack.com",
723 "issues": "https:\/\/github.com\/thephpleague\/uri\/issues",
724 "source": "https:\/\/github.com\/thephpleague\/uri\/tree\/6.5.0"
725 },
726 "funding": [
727 {
728 "url": "https:\/\/github.com\/sponsors\/nyamsprod",
729 "type": "github"
730 }
731 ],
732 "install-path": "..\/league\/uri"
733 },
734 {
735 "name": "league\/uri-interfaces",
736 "version": "2.3.0",
737 "version_normalized": "2.3.0.0",
738 "source": {
739 "type": "git",
740 "url": "https:\/\/github.com\/thephpleague\/uri-interfaces.git",
741 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
742 },
743 "dist": {
744 "type": "zip",
745 "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-interfaces\/zipball\/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
746 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
747 "shasum": ""
748 },
749 "require": {
750 "ext-json": "*",
751 "php": "^7.2 || ^8.0"
752 },
753 "require-dev": {
754 "friendsofphp\/php-cs-fixer": "^2.19",
755 "phpstan\/phpstan": "^0.12.90",
756 "phpstan\/phpstan-phpunit": "^0.12.19",
757 "phpstan\/phpstan-strict-rules": "^0.12.9",
758 "phpunit\/phpunit": "^8.5.15 || ^9.5"
759 },
760 "suggest": {
761 "ext-intl": "to use the IDNA feature",
762 "symfony\/intl": "to use the IDNA feature via Symfony Polyfill"
763 },
764 "time": "2021-06-28T04:27:21+00:00",
765 "type": "library",
766 "extra": {
767 "branch-alias": {
768 "dev-master": "2.x-dev"
769 }
770 },
771 "installation-source": "dist",
772 "autoload": {
773 "psr-4": {
774 "IAWP_SCOPED\\League\\Uri\\": "src\/"
775 }
776 },
777 "notification-url": "https:\/\/packagist.org\/downloads\/",
778 "license": [
779 "MIT"
780 ],
781 "authors": [
782 {
783 "name": "Ignace Nyamagana Butera",
784 "email": "nyamsprod@gmail.com",
785 "homepage": "https:\/\/nyamsprod.com"
786 }
787 ],
788 "description": "Common interface for URI representation",
789 "homepage": "http:\/\/github.com\/thephpleague\/uri-interfaces",
790 "keywords": [
791 "rfc3986",
792 "rfc3987",
793 "uri",
794 "url"
795 ],
796 "support": {
797 "issues": "https:\/\/github.com\/thephpleague\/uri-interfaces\/issues",
798 "source": "https:\/\/github.com\/thephpleague\/uri-interfaces\/tree\/2.3.0"
799 },
800 "funding": [
801 {
802 "url": "https:\/\/github.com\/sponsors\/nyamsprod",
803 "type": "github"
804 }
805 ],
806 "install-path": "..\/league\/uri-interfaces"
807 },
808 {
809 "name": "masterminds\/html5",
810 "version": "2.8.0",
811 "version_normalized": "2.8.0.0",
812 "source": {
813 "type": "git",
814 "url": "https:\/\/github.com\/Masterminds\/html5-php.git",
815 "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3"
816 },
817 "dist": {
818 "type": "zip",
819 "url": "https:\/\/api.github.com\/repos\/Masterminds\/html5-php\/zipball\/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
820 "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
821 "shasum": ""
822 },
823 "require": {
824 "ext-dom": "*",
825 "php": ">=5.3.0"
826 },
827 "require-dev": {
828 "phpunit\/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
829 },
830 "time": "2023-04-26T07:27:39+00:00",
831 "type": "library",
832 "extra": {
833 "branch-alias": {
834 "dev-master": "2.7-dev"
835 }
836 },
837 "installation-source": "dist",
838 "autoload": {
839 "psr-4": {
840 "IAWP_SCOPED\\Masterminds\\": "src"
841 }
842 },
843 "notification-url": "https:\/\/packagist.org\/downloads\/",
844 "license": [
845 "MIT"
846 ],
847 "authors": [
848 {
849 "name": "Matt Butcher",
850 "email": "technosophos@gmail.com"
851 },
852 {
853 "name": "Matt Farina",
854 "email": "matt@mattfarina.com"
855 },
856 {
857 "name": "Asmir Mustafic",
858 "email": "goetas@gmail.com"
859 }
860 ],
861 "description": "An HTML5 parser and serializer.",
862 "homepage": "http:\/\/masterminds.github.io\/html5-php",
863 "keywords": [
864 "HTML5",
865 "dom",
866 "html",
867 "parser",
868 "querypath",
869 "serializer",
870 "xml"
871 ],
872 "support": {
873 "issues": "https:\/\/github.com\/Masterminds\/html5-php\/issues",
874 "source": "https:\/\/github.com\/Masterminds\/html5-php\/tree\/2.8.0"
875 },
876 "install-path": "..\/masterminds\/html5"
877 },
878 {
879 "name": "maxmind-db\/reader",
880 "version": "v1.11.0",
881 "version_normalized": "1.11.0.0",
882 "source": {
883 "type": "git",
884 "url": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php.git",
885 "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
886 },
887 "dist": {
888 "type": "zip",
889 "url": "https:\/\/api.github.com\/repos\/maxmind\/MaxMind-DB-Reader-php\/zipball\/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
890 "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
891 "shasum": ""
892 },
893 "require": {
894 "php": ">=7.2"
895 },
896 "conflict": {
897 "ext-maxminddb": "<1.10.1,>=2.0.0"
898 },
899 "require-dev": {
900 "friendsofphp\/php-cs-fixer": "3.*",
901 "php-coveralls\/php-coveralls": "^2.1",
902 "phpstan\/phpstan": "*",
903 "phpunit\/phpcov": ">=6.0.0",
904 "phpunit\/phpunit": ">=8.0.0,<10.0.0",
905 "squizlabs\/php_codesniffer": "3.*"
906 },
907 "suggest": {
908 "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
909 "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
910 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
911 },
912 "time": "2021-10-18T15:23:10+00:00",
913 "type": "library",
914 "installation-source": "dist",
915 "autoload": {
916 "psr-4": {
917 "IAWP_SCOPED\\MaxMind\\Db\\": "src\/MaxMind\/Db"
918 }
919 },
920 "notification-url": "https:\/\/packagist.org\/downloads\/",
921 "license": [
922 "Apache-2.0"
923 ],
924 "authors": [
925 {
926 "name": "Gregory J. Oschwald",
927 "email": "goschwald@maxmind.com",
928 "homepage": "https:\/\/www.maxmind.com\/"
929 }
930 ],
931 "description": "MaxMind DB Reader API",
932 "homepage": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php",
933 "keywords": [
934 "database",
935 "geoip",
936 "geoip2",
937 "geolocation",
938 "maxmind"
939 ],
940 "support": {
941 "issues": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php\/issues",
942 "source": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php\/tree\/v1.11.0"
943 },
944 "install-path": "..\/maxmind-db\/reader"
945 },
946 {
947 "name": "nesbot\/carbon",
948 "version": "2.66.0",
949 "version_normalized": "2.66.0.0",
950 "source": {
951 "type": "git",
952 "url": "https:\/\/github.com\/briannesbitt\/Carbon.git",
953 "reference": "496712849902241f04902033b0441b269effe001"
954 },
955 "dist": {
956 "type": "zip",
957 "url": "https:\/\/api.github.com\/repos\/briannesbitt\/Carbon\/zipball\/496712849902241f04902033b0441b269effe001",
958 "reference": "496712849902241f04902033b0441b269effe001",
959 "shasum": ""
960 },
961 "require": {
962 "ext-json": "*",
963 "php": "^7.1.8 || ^8.0",
964 "symfony\/polyfill-mbstring": "^1.0",
965 "symfony\/polyfill-php80": "^1.16",
966 "symfony\/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
967 },
968 "require-dev": {
969 "doctrine\/dbal": "^2.0 || ^3.1.4",
970 "doctrine\/orm": "^2.7",
971 "friendsofphp\/php-cs-fixer": "^3.0",
972 "kylekatarnls\/multi-tester": "^2.0",
973 "ondrejmirtes\/better-reflection": "*",
974 "phpmd\/phpmd": "^2.9",
975 "phpstan\/extension-installer": "^1.0",
976 "phpstan\/phpstan": "^0.12.99 || ^1.7.14",
977 "phpunit\/php-file-iterator": "^2.0.5 || ^3.0.6",
978 "phpunit\/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
979 "squizlabs\/php_codesniffer": "^3.4"
980 },
981 "time": "2023-01-29T18:53:47+00:00",
982 "bin": [
983 "bin\/carbon"
984 ],
985 "type": "library",
986 "extra": {
987 "branch-alias": {
988 "dev-3.x": "3.x-dev",
989 "dev-master": "2.x-dev"
990 },
991 "laravel": {
992 "providers": [
993 "IAWP_SCOPED\\Carbon\\Laravel\\ServiceProvider"
994 ]
995 },
996 "phpstan": {
997 "includes": [
998 "extension.neon"
999 ]
1000 }
1001 },
1002 "installation-source": "dist",
1003 "autoload": {
1004 "psr-4": {
1005 "IAWP_SCOPED\\Carbon\\": "src\/Carbon\/"
1006 }
1007 },
1008 "notification-url": "https:\/\/packagist.org\/downloads\/",
1009 "license": [
1010 "MIT"
1011 ],
1012 "authors": [
1013 {
1014 "name": "Brian Nesbitt",
1015 "email": "brian@nesbot.com",
1016 "homepage": "https:\/\/markido.com"
1017 },
1018 {
1019 "name": "kylekatarnls",
1020 "homepage": "https:\/\/github.com\/kylekatarnls"
1021 }
1022 ],
1023 "description": "An API extension for DateTime that supports 281 different languages.",
1024 "homepage": "https:\/\/carbon.nesbot.com",
1025 "keywords": [
1026 "date",
1027 "datetime",
1028 "time"
1029 ],
1030 "support": {
1031 "docs": "https:\/\/carbon.nesbot.com\/docs",
1032 "issues": "https:\/\/github.com\/briannesbitt\/Carbon\/issues",
1033 "source": "https:\/\/github.com\/briannesbitt\/Carbon"
1034 },
1035 "funding": [
1036 {
1037 "url": "https:\/\/github.com\/sponsors\/kylekatarnls",
1038 "type": "github"
1039 },
1040 {
1041 "url": "https:\/\/opencollective.com\/Carbon#sponsor",
1042 "type": "opencollective"
1043 },
1044 {
1045 "url": "https:\/\/tidelift.com\/subscription\/pkg\/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
1046 "type": "tidelift"
1047 }
1048 ],
1049 "install-path": "..\/nesbot\/carbon"
1050 },
1051 {
1052 "name": "phenx\/php-font-lib",
1053 "version": "0.5.4",
1054 "version_normalized": "0.5.4.0",
1055 "source": {
1056 "type": "git",
1057 "url": "https:\/\/github.com\/dompdf\/php-font-lib.git",
1058 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
1059 },
1060 "dist": {
1061 "type": "zip",
1062 "url": "https:\/\/api.github.com\/repos\/dompdf\/php-font-lib\/zipball\/dd448ad1ce34c63d09baccd05415e361300c35b4",
1063 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
1064 "shasum": ""
1065 },
1066 "require": {
1067 "ext-mbstring": "*"
1068 },
1069 "require-dev": {
1070 "symfony\/phpunit-bridge": "^3 || ^4 || ^5"
1071 },
1072 "time": "2021-12-17T19:44:54+00:00",
1073 "type": "library",
1074 "installation-source": "dist",
1075 "autoload": {
1076 "psr-4": {
1077 "IAWP_SCOPED\\FontLib\\": "src\/FontLib"
1078 }
1079 },
1080 "notification-url": "https:\/\/packagist.org\/downloads\/",
1081 "license": [
1082 "LGPL-3.0"
1083 ],
1084 "authors": [
1085 {
1086 "name": "Fabien M\u00e9nager",
1087 "email": "fabien.menager@gmail.com"
1088 }
1089 ],
1090 "description": "A library to read, parse, export and make subsets of different types of font files.",
1091 "homepage": "https:\/\/github.com\/PhenX\/php-font-lib",
1092 "support": {
1093 "issues": "https:\/\/github.com\/dompdf\/php-font-lib\/issues",
1094 "source": "https:\/\/github.com\/dompdf\/php-font-lib\/tree\/0.5.4"
1095 },
1096 "install-path": "..\/phenx\/php-font-lib"
1097 },
1098 {
1099 "name": "phenx\/php-svg-lib",
1100 "version": "0.5.0",
1101 "version_normalized": "0.5.0.0",
1102 "source": {
1103 "type": "git",
1104 "url": "https:\/\/github.com\/dompdf\/php-svg-lib.git",
1105 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
1106 },
1107 "dist": {
1108 "type": "zip",
1109 "url": "https:\/\/api.github.com\/repos\/dompdf\/php-svg-lib\/zipball\/76876c6cf3080bcb6f249d7d59705108166a6685",
1110 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
1111 "shasum": ""
1112 },
1113 "require": {
1114 "ext-mbstring": "*",
1115 "php": "^7.1 || ^8.0",
1116 "sabberworm\/php-css-parser": "^8.4"
1117 },
1118 "require-dev": {
1119 "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.5"
1120 },
1121 "time": "2022-09-06T12:16:56+00:00",
1122 "type": "library",
1123 "installation-source": "dist",
1124 "autoload": {
1125 "psr-4": {
1126 "IAWP_SCOPED\\Svg\\": "src\/Svg"
1127 }
1128 },
1129 "notification-url": "https:\/\/packagist.org\/downloads\/",
1130 "license": [
1131 "LGPL-3.0"
1132 ],
1133 "authors": [
1134 {
1135 "name": "Fabien M\u00e9nager",
1136 "email": "fabien.menager@gmail.com"
1137 }
1138 ],
1139 "description": "A library to read, parse and export to PDF SVG files.",
1140 "homepage": "https:\/\/github.com\/PhenX\/php-svg-lib",
1141 "support": {
1142 "issues": "https:\/\/github.com\/dompdf\/php-svg-lib\/issues",
1143 "source": "https:\/\/github.com\/dompdf\/php-svg-lib\/tree\/0.5.0"
1144 },
1145 "install-path": "..\/phenx\/php-svg-lib"
1146 },
1147 {
1148 "name": "psr\/container",
1149 "version": "1.1.1",
1150 "version_normalized": "1.1.1.0",
1151 "source": {
1152 "type": "git",
1153 "url": "https:\/\/github.com\/php-fig\/container.git",
1154 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
1155 },
1156 "dist": {
1157 "type": "zip",
1158 "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/8622567409010282b7aeebe4bb841fe98b58dcaf",
1159 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
1160 "shasum": ""
1161 },
1162 "require": {
1163 "php": ">=7.2.0"
1164 },
1165 "time": "2021-03-05T17:36:06+00:00",
1166 "type": "library",
1167 "installation-source": "dist",
1168 "autoload": {
1169 "psr-4": {
1170 "IAWP_SCOPED\\Psr\\Container\\": "src\/"
1171 }
1172 },
1173 "notification-url": "https:\/\/packagist.org\/downloads\/",
1174 "license": [
1175 "MIT"
1176 ],
1177 "authors": [
1178 {
1179 "name": "PHP-FIG",
1180 "homepage": "https:\/\/www.php-fig.org\/"
1181 }
1182 ],
1183 "description": "Common Container Interface (PHP FIG PSR-11)",
1184 "homepage": "https:\/\/github.com\/php-fig\/container",
1185 "keywords": [
1186 "PSR-11",
1187 "container",
1188 "container-interface",
1189 "container-interop",
1190 "psr"
1191 ],
1192 "support": {
1193 "issues": "https:\/\/github.com\/php-fig\/container\/issues",
1194 "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.1"
1195 },
1196 "install-path": "..\/psr\/container"
1197 },
1198 {
1199 "name": "psr\/http-message",
1200 "version": "1.1",
1201 "version_normalized": "1.1.0.0",
1202 "source": {
1203 "type": "git",
1204 "url": "https:\/\/github.com\/php-fig\/http-message.git",
1205 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
1206 },
1207 "dist": {
1208 "type": "zip",
1209 "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1210 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1211 "shasum": ""
1212 },
1213 "require": {
1214 "php": "^7.2 || ^8.0"
1215 },
1216 "time": "2023-04-04T09:50:52+00:00",
1217 "type": "library",
1218 "extra": {
1219 "branch-alias": {
1220 "dev-master": "1.1.x-dev"
1221 }
1222 },
1223 "installation-source": "dist",
1224 "autoload": {
1225 "psr-4": {
1226 "IAWP_SCOPED\\Psr\\Http\\Message\\": "src\/"
1227 }
1228 },
1229 "notification-url": "https:\/\/packagist.org\/downloads\/",
1230 "license": [
1231 "MIT"
1232 ],
1233 "authors": [
1234 {
1235 "name": "PHP-FIG",
1236 "homepage": "http:\/\/www.php-fig.org\/"
1237 }
1238 ],
1239 "description": "Common interface for HTTP messages",
1240 "homepage": "https:\/\/github.com\/php-fig\/http-message",
1241 "keywords": [
1242 "http",
1243 "http-message",
1244 "psr",
1245 "psr-7",
1246 "request",
1247 "response"
1248 ],
1249 "support": {
1250 "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/1.1"
1251 },
1252 "install-path": "..\/psr\/http-message"
1253 },
1254 {
1255 "name": "psr\/simple-cache",
1256 "version": "1.0.1",
1257 "version_normalized": "1.0.1.0",
1258 "source": {
1259 "type": "git",
1260 "url": "https:\/\/github.com\/php-fig\/simple-cache.git",
1261 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1262 },
1263 "dist": {
1264 "type": "zip",
1265 "url": "https:\/\/api.github.com\/repos\/php-fig\/simple-cache\/zipball\/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1266 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1267 "shasum": ""
1268 },
1269 "require": {
1270 "php": ">=5.3.0"
1271 },
1272 "time": "2017-10-23T01:57:42+00:00",
1273 "type": "library",
1274 "extra": {
1275 "branch-alias": {
1276 "dev-master": "1.0.x-dev"
1277 }
1278 },
1279 "installation-source": "dist",
1280 "autoload": {
1281 "psr-4": {
1282 "IAWP_SCOPED\\Psr\\SimpleCache\\": "src\/"
1283 }
1284 },
1285 "notification-url": "https:\/\/packagist.org\/downloads\/",
1286 "license": [
1287 "MIT"
1288 ],
1289 "authors": [
1290 {
1291 "name": "PHP-FIG",
1292 "homepage": "http:\/\/www.php-fig.org\/"
1293 }
1294 ],
1295 "description": "Common interfaces for simple caching",
1296 "keywords": [
1297 "cache",
1298 "caching",
1299 "psr",
1300 "psr-16",
1301 "simple-cache"
1302 ],
1303 "support": {
1304 "source": "https:\/\/github.com\/php-fig\/simple-cache\/tree\/master"
1305 },
1306 "install-path": "..\/psr\/simple-cache"
1307 },
1308 {
1309 "name": "sabberworm\/php-css-parser",
1310 "version": "8.4.0",
1311 "version_normalized": "8.4.0.0",
1312 "source": {
1313 "type": "git",
1314 "url": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser.git",
1315 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
1316 },
1317 "dist": {
1318 "type": "zip",
1319 "url": "https:\/\/api.github.com\/repos\/sabberworm\/PHP-CSS-Parser\/zipball\/e41d2140031d533348b2192a83f02d8dd8a71d30",
1320 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
1321 "shasum": ""
1322 },
1323 "require": {
1324 "ext-iconv": "*",
1325 "php": ">=5.6.20"
1326 },
1327 "require-dev": {
1328 "codacy\/coverage": "^1.4",
1329 "phpunit\/phpunit": "^4.8.36"
1330 },
1331 "suggest": {
1332 "ext-mbstring": "for parsing UTF-8 CSS"
1333 },
1334 "time": "2021-12-11T13:40:54+00:00",
1335 "type": "library",
1336 "installation-source": "dist",
1337 "autoload": {
1338 "psr-4": {
1339 "IAWP_SCOPED\\Sabberworm\\CSS\\": "src\/"
1340 }
1341 },
1342 "notification-url": "https:\/\/packagist.org\/downloads\/",
1343 "license": [
1344 "MIT"
1345 ],
1346 "authors": [
1347 {
1348 "name": "Raphael Schweikert"
1349 }
1350 ],
1351 "description": "Parser for CSS Files written in PHP",
1352 "homepage": "https:\/\/www.sabberworm.com\/blog\/2010\/6\/10\/php-css-parser",
1353 "keywords": [
1354 "css",
1355 "parser",
1356 "stylesheet"
1357 ],
1358 "support": {
1359 "issues": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser\/issues",
1360 "source": "https:\/\/github.com\/sabberworm\/PHP-CSS-Parser\/tree\/8.4.0"
1361 },
1362 "install-path": "..\/sabberworm\/php-css-parser"
1363 },
1364 {
1365 "name": "symfony\/console",
1366 "version": "v5.4.23",
1367 "version_normalized": "5.4.23.0",
1368 "source": {
1369 "type": "git",
1370 "url": "https:\/\/github.com\/symfony\/console.git",
1371 "reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c"
1372 },
1373 "dist": {
1374 "type": "zip",
1375 "url": "https:\/\/api.github.com\/repos\/symfony\/console\/zipball\/90f21e27d0d88ce38720556dd164d4a1e4c3934c",
1376 "reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c",
1377 "shasum": ""
1378 },
1379 "require": {
1380 "php": ">=7.2.5",
1381 "symfony\/deprecation-contracts": "^2.1|^3",
1382 "symfony\/polyfill-mbstring": "~1.0",
1383 "symfony\/polyfill-php73": "^1.9",
1384 "symfony\/polyfill-php80": "^1.16",
1385 "symfony\/service-contracts": "^1.1|^2|^3",
1386 "symfony\/string": "^5.1|^6.0"
1387 },
1388 "conflict": {
1389 "psr\/log": ">=3",
1390 "symfony\/dependency-injection": "<4.4",
1391 "symfony\/dotenv": "<5.1",
1392 "symfony\/event-dispatcher": "<4.4",
1393 "symfony\/lock": "<4.4",
1394 "symfony\/process": "<4.4"
1395 },
1396 "provide": {
1397 "psr\/log-implementation": "1.0|2.0"
1398 },
1399 "require-dev": {
1400 "psr\/log": "^1|^2",
1401 "symfony\/config": "^4.4|^5.0|^6.0",
1402 "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
1403 "symfony\/event-dispatcher": "^4.4|^5.0|^6.0",
1404 "symfony\/lock": "^4.4|^5.0|^6.0",
1405 "symfony\/process": "^4.4|^5.0|^6.0",
1406 "symfony\/var-dumper": "^4.4|^5.0|^6.0"
1407 },
1408 "suggest": {
1409 "psr\/log": "For using the console logger",
1410 "symfony\/event-dispatcher": "",
1411 "symfony\/lock": "",
1412 "symfony\/process": ""
1413 },
1414 "time": "2023-04-24T18:47:29+00:00",
1415 "type": "library",
1416 "installation-source": "dist",
1417 "autoload": {
1418 "psr-4": {
1419 "IAWP_SCOPED\\Symfony\\Component\\Console\\": ""
1420 },
1421 "exclude-from-classmap": [
1422 "\/Tests\/"
1423 ]
1424 },
1425 "notification-url": "https:\/\/packagist.org\/downloads\/",
1426 "license": [
1427 "MIT"
1428 ],
1429 "authors": [
1430 {
1431 "name": "Fabien Potencier",
1432 "email": "fabien@symfony.com"
1433 },
1434 {
1435 "name": "Symfony Community",
1436 "homepage": "https:\/\/symfony.com\/contributors"
1437 }
1438 ],
1439 "description": "Eases the creation of beautiful and testable command line interfaces",
1440 "homepage": "https:\/\/symfony.com",
1441 "keywords": [
1442 "cli",
1443 "command-line",
1444 "console",
1445 "terminal"
1446 ],
1447 "support": {
1448 "source": "https:\/\/github.com\/symfony\/console\/tree\/v5.4.23"
1449 },
1450 "funding": [
1451 {
1452 "url": "https:\/\/symfony.com\/sponsor",
1453 "type": "custom"
1454 },
1455 {
1456 "url": "https:\/\/github.com\/fabpot",
1457 "type": "github"
1458 },
1459 {
1460 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
1461 "type": "tidelift"
1462 }
1463 ],
1464 "install-path": "..\/symfony\/console"
1465 },
1466 {
1467 "name": "symfony\/deprecation-contracts",
1468 "version": "v2.5.2",
1469 "version_normalized": "2.5.2.0",
1470 "source": {
1471 "type": "git",
1472 "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
1473 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
1474 },
1475 "dist": {
1476 "type": "zip",
1477 "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
1478 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
1479 "shasum": ""
1480 },
1481 "require": {
1482 "php": ">=7.1"
1483 },
1484 "time": "2022-01-02T09:53:40+00:00",
1485 "type": "library",
1486 "extra": {
1487 "branch-alias": {
1488 "dev-main": "2.5-dev"
1489 },
1490 "thanks": {
1491 "name": "symfony\/contracts",
1492 "url": "https:\/\/github.com\/symfony\/contracts"
1493 }
1494 },
1495 "installation-source": "dist",
1496 "autoload": {
1497 "files": [
1498 "function.php"
1499 ]
1500 },
1501 "notification-url": "https:\/\/packagist.org\/downloads\/",
1502 "license": [
1503 "MIT"
1504 ],
1505 "authors": [
1506 {
1507 "name": "Nicolas Grekas",
1508 "email": "p@tchwork.com"
1509 },
1510 {
1511 "name": "Symfony Community",
1512 "homepage": "https:\/\/symfony.com\/contributors"
1513 }
1514 ],
1515 "description": "A generic function and convention to trigger deprecation notices",
1516 "homepage": "https:\/\/symfony.com",
1517 "support": {
1518 "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.2"
1519 },
1520 "funding": [
1521 {
1522 "url": "https:\/\/symfony.com\/sponsor",
1523 "type": "custom"
1524 },
1525 {
1526 "url": "https:\/\/github.com\/fabpot",
1527 "type": "github"
1528 },
1529 {
1530 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
1531 "type": "tidelift"
1532 }
1533 ],
1534 "install-path": "..\/symfony\/deprecation-contracts"
1535 },
1536 {
1537 "name": "symfony\/polyfill-ctype",
1538 "version": "v1.27.0",
1539 "version_normalized": "1.27.0.0",
1540 "source": {
1541 "type": "git",
1542 "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
1543 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
1544 },
1545 "dist": {
1546 "type": "zip",
1547 "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/5bbc823adecdae860bb64756d639ecfec17b050a",
1548 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
1549 "shasum": ""
1550 },
1551 "require": {
1552 "php": ">=7.1"
1553 },
1554 "provide": {
1555 "ext-ctype": "*"
1556 },
1557 "suggest": {
1558 "ext-ctype": "For best performance"
1559 },
1560 "time": "2022-11-03T14:55:06+00:00",
1561 "type": "library",
1562 "extra": {
1563 "branch-alias": {
1564 "dev-main": "1.27-dev"
1565 },
1566 "thanks": {
1567 "name": "symfony\/polyfill",
1568 "url": "https:\/\/github.com\/symfony\/polyfill"
1569 }
1570 },
1571 "installation-source": "dist",
1572 "autoload": {
1573 "files": [
1574 "bootstrap.php"
1575 ],
1576 "psr-4": {
1577 "Symfony\\Polyfill\\Ctype\\": ""
1578 }
1579 },
1580 "notification-url": "https:\/\/packagist.org\/downloads\/",
1581 "license": [
1582 "MIT"
1583 ],
1584 "authors": [
1585 {
1586 "name": "Gert de Pagter",
1587 "email": "BackEndTea@gmail.com"
1588 },
1589 {
1590 "name": "Symfony Community",
1591 "homepage": "https:\/\/symfony.com\/contributors"
1592 }
1593 ],
1594 "description": "Symfony polyfill for ctype functions",
1595 "homepage": "https:\/\/symfony.com",
1596 "keywords": [
1597 "compatibility",
1598 "ctype",
1599 "polyfill",
1600 "portable"
1601 ],
1602 "support": {
1603 "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.27.0"
1604 },
1605 "funding": [
1606 {
1607 "url": "https:\/\/symfony.com\/sponsor",
1608 "type": "custom"
1609 },
1610 {
1611 "url": "https:\/\/github.com\/fabpot",
1612 "type": "github"
1613 },
1614 {
1615 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
1616 "type": "tidelift"
1617 }
1618 ],
1619 "install-path": "..\/symfony\/polyfill-ctype"
1620 },
1621 {
1622 "name": "symfony\/polyfill-intl-grapheme",
1623 "version": "v1.27.0",
1624 "version_normalized": "1.27.0.0",
1625 "source": {
1626 "type": "git",
1627 "url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git",
1628 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
1629 },
1630 "dist": {
1631 "type": "zip",
1632 "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/511a08c03c1960e08a883f4cffcacd219b758354",
1633 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
1634 "shasum": ""
1635 },
1636 "require": {
1637 "php": ">=7.1"
1638 },
1639 "suggest": {
1640 "ext-intl": "For best performance"
1641 },
1642 "time": "2022-11-03T14:55:06+00:00",
1643 "type": "library",
1644 "extra": {
1645 "branch-alias": {
1646 "dev-main": "1.27-dev"
1647 },
1648 "thanks": {
1649 "name": "symfony\/polyfill",
1650 "url": "https:\/\/github.com\/symfony\/polyfill"
1651 }
1652 },
1653 "installation-source": "dist",
1654 "autoload": {
1655 "files": [
1656 "bootstrap.php"
1657 ],
1658 "psr-4": {
1659 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
1660 }
1661 },
1662 "notification-url": "https:\/\/packagist.org\/downloads\/",
1663 "license": [
1664 "MIT"
1665 ],
1666 "authors": [
1667 {
1668 "name": "Nicolas Grekas",
1669 "email": "p@tchwork.com"
1670 },
1671 {
1672 "name": "Symfony Community",
1673 "homepage": "https:\/\/symfony.com\/contributors"
1674 }
1675 ],
1676 "description": "Symfony polyfill for intl's grapheme_* functions",
1677 "homepage": "https:\/\/symfony.com",
1678 "keywords": [
1679 "compatibility",
1680 "grapheme",
1681 "intl",
1682 "polyfill",
1683 "portable",
1684 "shim"
1685 ],
1686 "support": {
1687 "source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.27.0"
1688 },
1689 "funding": [
1690 {
1691 "url": "https:\/\/symfony.com\/sponsor",
1692 "type": "custom"
1693 },
1694 {
1695 "url": "https:\/\/github.com\/fabpot",
1696 "type": "github"
1697 },
1698 {
1699 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
1700 "type": "tidelift"
1701 }
1702 ],
1703 "install-path": "..\/symfony\/polyfill-intl-grapheme"
1704 },
1705 {
1706 "name": "symfony\/polyfill-intl-normalizer",
1707 "version": "v1.27.0",
1708 "version_normalized": "1.27.0.0",
1709 "source": {
1710 "type": "git",
1711 "url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git",
1712 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
1713 },
1714 "dist": {
1715 "type": "zip",
1716 "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
1717 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
1718 "shasum": ""
1719 },
1720 "require": {
1721 "php": ">=7.1"
1722 },
1723 "suggest": {
1724 "ext-intl": "For best performance"
1725 },
1726 "time": "2022-11-03T14:55:06+00:00",
1727 "type": "library",
1728 "extra": {
1729 "branch-alias": {
1730 "dev-main": "1.27-dev"
1731 },
1732 "thanks": {
1733 "name": "symfony\/polyfill",
1734 "url": "https:\/\/github.com\/symfony\/polyfill"
1735 }
1736 },
1737 "installation-source": "dist",
1738 "autoload": {
1739 "files": [
1740 "bootstrap.php"
1741 ],
1742 "psr-4": {
1743 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1744 },
1745 "classmap": [
1746 "Resources\/stubs"
1747 ]
1748 },
1749 "notification-url": "https:\/\/packagist.org\/downloads\/",
1750 "license": [
1751 "MIT"
1752 ],
1753 "authors": [
1754 {
1755 "name": "Nicolas Grekas",
1756 "email": "p@tchwork.com"
1757 },
1758 {
1759 "name": "Symfony Community",
1760 "homepage": "https:\/\/symfony.com\/contributors"
1761 }
1762 ],
1763 "description": "Symfony polyfill for intl's Normalizer class and related functions",
1764 "homepage": "https:\/\/symfony.com",
1765 "keywords": [
1766 "compatibility",
1767 "intl",
1768 "normalizer",
1769 "polyfill",
1770 "portable",
1771 "shim"
1772 ],
1773 "support": {
1774 "source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.27.0"
1775 },
1776 "funding": [
1777 {
1778 "url": "https:\/\/symfony.com\/sponsor",
1779 "type": "custom"
1780 },
1781 {
1782 "url": "https:\/\/github.com\/fabpot",
1783 "type": "github"
1784 },
1785 {
1786 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
1787 "type": "tidelift"
1788 }
1789 ],
1790 "install-path": "..\/symfony\/polyfill-intl-normalizer"
1791 },
1792 {
1793 "name": "symfony\/polyfill-mbstring",
1794 "version": "v1.27.0",
1795 "version_normalized": "1.27.0.0",
1796 "source": {
1797 "type": "git",
1798 "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
1799 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
1800 },
1801 "dist": {
1802 "type": "zip",
1803 "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
1804 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
1805 "shasum": ""
1806 },
1807 "require": {
1808 "php": ">=7.1"
1809 },
1810 "provide": {
1811 "ext-mbstring": "*"
1812 },
1813 "suggest": {
1814 "ext-mbstring": "For best performance"
1815 },
1816 "time": "2022-11-03T14:55:06+00:00",
1817 "type": "library",
1818 "extra": {
1819 "branch-alias": {
1820 "dev-main": "1.27-dev"
1821 },
1822 "thanks": {
1823 "name": "symfony\/polyfill",
1824 "url": "https:\/\/github.com\/symfony\/polyfill"
1825 }
1826 },
1827 "installation-source": "dist",
1828 "autoload": {
1829 "files": [
1830 "bootstrap.php"
1831 ],
1832 "psr-4": {
1833 "Symfony\\Polyfill\\Mbstring\\": ""
1834 }
1835 },
1836 "notification-url": "https:\/\/packagist.org\/downloads\/",
1837 "license": [
1838 "MIT"
1839 ],
1840 "authors": [
1841 {
1842 "name": "Nicolas Grekas",
1843 "email": "p@tchwork.com"
1844 },
1845 {
1846 "name": "Symfony Community",
1847 "homepage": "https:\/\/symfony.com\/contributors"
1848 }
1849 ],
1850 "description": "Symfony polyfill for the Mbstring extension",
1851 "homepage": "https:\/\/symfony.com",
1852 "keywords": [
1853 "compatibility",
1854 "mbstring",
1855 "polyfill",
1856 "portable",
1857 "shim"
1858 ],
1859 "support": {
1860 "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.27.0"
1861 },
1862 "funding": [
1863 {
1864 "url": "https:\/\/symfony.com\/sponsor",
1865 "type": "custom"
1866 },
1867 {
1868 "url": "https:\/\/github.com\/fabpot",
1869 "type": "github"
1870 },
1871 {
1872 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
1873 "type": "tidelift"
1874 }
1875 ],
1876 "install-path": "..\/symfony\/polyfill-mbstring"
1877 },
1878 {
1879 "name": "symfony\/polyfill-php73",
1880 "version": "v1.27.0",
1881 "version_normalized": "1.27.0.0",
1882 "source": {
1883 "type": "git",
1884 "url": "https:\/\/github.com\/symfony\/polyfill-php73.git",
1885 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
1886 },
1887 "dist": {
1888 "type": "zip",
1889 "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php73\/zipball\/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
1890 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
1891 "shasum": ""
1892 },
1893 "require": {
1894 "php": ">=7.1"
1895 },
1896 "time": "2022-11-03T14:55:06+00:00",
1897 "type": "library",
1898 "extra": {
1899 "branch-alias": {
1900 "dev-main": "1.27-dev"
1901 },
1902 "thanks": {
1903 "name": "symfony\/polyfill",
1904 "url": "https:\/\/github.com\/symfony\/polyfill"
1905 }
1906 },
1907 "installation-source": "dist",
1908 "autoload": {
1909 "files": [
1910 "bootstrap.php"
1911 ],
1912 "psr-4": {
1913 "Symfony\\Polyfill\\Php73\\": ""
1914 },
1915 "classmap": [
1916 "Resources\/stubs"
1917 ]
1918 },
1919 "notification-url": "https:\/\/packagist.org\/downloads\/",
1920 "license": [
1921 "MIT"
1922 ],
1923 "authors": [
1924 {
1925 "name": "Nicolas Grekas",
1926 "email": "p@tchwork.com"
1927 },
1928 {
1929 "name": "Symfony Community",
1930 "homepage": "https:\/\/symfony.com\/contributors"
1931 }
1932 ],
1933 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1934 "homepage": "https:\/\/symfony.com",
1935 "keywords": [
1936 "compatibility",
1937 "polyfill",
1938 "portable",
1939 "shim"
1940 ],
1941 "support": {
1942 "source": "https:\/\/github.com\/symfony\/polyfill-php73\/tree\/v1.27.0"
1943 },
1944 "funding": [
1945 {
1946 "url": "https:\/\/symfony.com\/sponsor",
1947 "type": "custom"
1948 },
1949 {
1950 "url": "https:\/\/github.com\/fabpot",
1951 "type": "github"
1952 },
1953 {
1954 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
1955 "type": "tidelift"
1956 }
1957 ],
1958 "install-path": "..\/symfony\/polyfill-php73"
1959 },
1960 {
1961 "name": "symfony\/polyfill-php80",
1962 "version": "v1.27.0",
1963 "version_normalized": "1.27.0.0",
1964 "source": {
1965 "type": "git",
1966 "url": "https:\/\/github.com\/symfony\/polyfill-php80.git",
1967 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
1968 },
1969 "dist": {
1970 "type": "zip",
1971 "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
1972 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
1973 "shasum": ""
1974 },
1975 "require": {
1976 "php": ">=7.1"
1977 },
1978 "time": "2022-11-03T14:55:06+00:00",
1979 "type": "library",
1980 "extra": {
1981 "branch-alias": {
1982 "dev-main": "1.27-dev"
1983 },
1984 "thanks": {
1985 "name": "symfony\/polyfill",
1986 "url": "https:\/\/github.com\/symfony\/polyfill"
1987 }
1988 },
1989 "installation-source": "dist",
1990 "autoload": {
1991 "files": [
1992 "bootstrap.php"
1993 ],
1994 "psr-4": {
1995 "Symfony\\Polyfill\\Php80\\": ""
1996 },
1997 "classmap": [
1998 "Resources\/stubs"
1999 ]
2000 },
2001 "notification-url": "https:\/\/packagist.org\/downloads\/",
2002 "license": [
2003 "MIT"
2004 ],
2005 "authors": [
2006 {
2007 "name": "Ion Bazan",
2008 "email": "ion.bazan@gmail.com"
2009 },
2010 {
2011 "name": "Nicolas Grekas",
2012 "email": "p@tchwork.com"
2013 },
2014 {
2015 "name": "Symfony Community",
2016 "homepage": "https:\/\/symfony.com\/contributors"
2017 }
2018 ],
2019 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2020 "homepage": "https:\/\/symfony.com",
2021 "keywords": [
2022 "compatibility",
2023 "polyfill",
2024 "portable",
2025 "shim"
2026 ],
2027 "support": {
2028 "source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.27.0"
2029 },
2030 "funding": [
2031 {
2032 "url": "https:\/\/symfony.com\/sponsor",
2033 "type": "custom"
2034 },
2035 {
2036 "url": "https:\/\/github.com\/fabpot",
2037 "type": "github"
2038 },
2039 {
2040 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
2041 "type": "tidelift"
2042 }
2043 ],
2044 "install-path": "..\/symfony\/polyfill-php80"
2045 },
2046 {
2047 "name": "symfony\/service-contracts",
2048 "version": "v2.5.2",
2049 "version_normalized": "2.5.2.0",
2050 "source": {
2051 "type": "git",
2052 "url": "https:\/\/github.com\/symfony\/service-contracts.git",
2053 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
2054 },
2055 "dist": {
2056 "type": "zip",
2057 "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
2058 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
2059 "shasum": ""
2060 },
2061 "require": {
2062 "php": ">=7.2.5",
2063 "psr\/container": "^1.1",
2064 "symfony\/deprecation-contracts": "^2.1|^3"
2065 },
2066 "conflict": {
2067 "ext-psr": "<1.1|>=2"
2068 },
2069 "suggest": {
2070 "symfony\/service-implementation": ""
2071 },
2072 "time": "2022-05-30T19:17:29+00:00",
2073 "type": "library",
2074 "extra": {
2075 "branch-alias": {
2076 "dev-main": "2.5-dev"
2077 },
2078 "thanks": {
2079 "name": "symfony\/contracts",
2080 "url": "https:\/\/github.com\/symfony\/contracts"
2081 }
2082 },
2083 "installation-source": "dist",
2084 "autoload": {
2085 "psr-4": {
2086 "IAWP_SCOPED\\Symfony\\Contracts\\Service\\": ""
2087 }
2088 },
2089 "notification-url": "https:\/\/packagist.org\/downloads\/",
2090 "license": [
2091 "MIT"
2092 ],
2093 "authors": [
2094 {
2095 "name": "Nicolas Grekas",
2096 "email": "p@tchwork.com"
2097 },
2098 {
2099 "name": "Symfony Community",
2100 "homepage": "https:\/\/symfony.com\/contributors"
2101 }
2102 ],
2103 "description": "Generic abstractions related to writing services",
2104 "homepage": "https:\/\/symfony.com",
2105 "keywords": [
2106 "abstractions",
2107 "contracts",
2108 "decoupling",
2109 "interfaces",
2110 "interoperability",
2111 "standards"
2112 ],
2113 "support": {
2114 "source": "https:\/\/github.com\/symfony\/service-contracts\/tree\/v2.5.2"
2115 },
2116 "funding": [
2117 {
2118 "url": "https:\/\/symfony.com\/sponsor",
2119 "type": "custom"
2120 },
2121 {
2122 "url": "https:\/\/github.com\/fabpot",
2123 "type": "github"
2124 },
2125 {
2126 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
2127 "type": "tidelift"
2128 }
2129 ],
2130 "install-path": "..\/symfony\/service-contracts"
2131 },
2132 {
2133 "name": "symfony\/string",
2134 "version": "v5.4.22",
2135 "version_normalized": "5.4.22.0",
2136 "source": {
2137 "type": "git",
2138 "url": "https:\/\/github.com\/symfony\/string.git",
2139 "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62"
2140 },
2141 "dist": {
2142 "type": "zip",
2143 "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
2144 "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
2145 "shasum": ""
2146 },
2147 "require": {
2148 "php": ">=7.2.5",
2149 "symfony\/polyfill-ctype": "~1.8",
2150 "symfony\/polyfill-intl-grapheme": "~1.0",
2151 "symfony\/polyfill-intl-normalizer": "~1.0",
2152 "symfony\/polyfill-mbstring": "~1.0",
2153 "symfony\/polyfill-php80": "~1.15"
2154 },
2155 "conflict": {
2156 "symfony\/translation-contracts": ">=3.0"
2157 },
2158 "require-dev": {
2159 "symfony\/error-handler": "^4.4|^5.0|^6.0",
2160 "symfony\/http-client": "^4.4|^5.0|^6.0",
2161 "symfony\/translation-contracts": "^1.1|^2",
2162 "symfony\/var-exporter": "^4.4|^5.0|^6.0"
2163 },
2164 "time": "2023-03-14T06:11:53+00:00",
2165 "type": "library",
2166 "installation-source": "dist",
2167 "autoload": {
2168 "files": [
2169 "Resources\/functions.php"
2170 ],
2171 "psr-4": {
2172 "IAWP_SCOPED\\Symfony\\Component\\String\\": ""
2173 },
2174 "exclude-from-classmap": [
2175 "\/Tests\/"
2176 ]
2177 },
2178 "notification-url": "https:\/\/packagist.org\/downloads\/",
2179 "license": [
2180 "MIT"
2181 ],
2182 "authors": [
2183 {
2184 "name": "Nicolas Grekas",
2185 "email": "p@tchwork.com"
2186 },
2187 {
2188 "name": "Symfony Community",
2189 "homepage": "https:\/\/symfony.com\/contributors"
2190 }
2191 ],
2192 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
2193 "homepage": "https:\/\/symfony.com",
2194 "keywords": [
2195 "grapheme",
2196 "i18n",
2197 "string",
2198 "unicode",
2199 "utf-8",
2200 "utf8"
2201 ],
2202 "support": {
2203 "source": "https:\/\/github.com\/symfony\/string\/tree\/v5.4.22"
2204 },
2205 "funding": [
2206 {
2207 "url": "https:\/\/symfony.com\/sponsor",
2208 "type": "custom"
2209 },
2210 {
2211 "url": "https:\/\/github.com\/fabpot",
2212 "type": "github"
2213 },
2214 {
2215 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
2216 "type": "tidelift"
2217 }
2218 ],
2219 "install-path": "..\/symfony\/string"
2220 },
2221 {
2222 "name": "symfony\/translation",
2223 "version": "v5.4.22",
2224 "version_normalized": "5.4.22.0",
2225 "source": {
2226 "type": "git",
2227 "url": "https:\/\/github.com\/symfony\/translation.git",
2228 "reference": "9a401392f01bc385aa42760eff481d213a0cc2ba"
2229 },
2230 "dist": {
2231 "type": "zip",
2232 "url": "https:\/\/api.github.com\/repos\/symfony\/translation\/zipball\/9a401392f01bc385aa42760eff481d213a0cc2ba",
2233 "reference": "9a401392f01bc385aa42760eff481d213a0cc2ba",
2234 "shasum": ""
2235 },
2236 "require": {
2237 "php": ">=7.2.5",
2238 "symfony\/deprecation-contracts": "^2.1|^3",
2239 "symfony\/polyfill-mbstring": "~1.0",
2240 "symfony\/polyfill-php80": "^1.16",
2241 "symfony\/translation-contracts": "^2.3"
2242 },
2243 "conflict": {
2244 "symfony\/config": "<4.4",
2245 "symfony\/console": "<5.3",
2246 "symfony\/dependency-injection": "<5.0",
2247 "symfony\/http-kernel": "<5.0",
2248 "symfony\/twig-bundle": "<5.0",
2249 "symfony\/yaml": "<4.4"
2250 },
2251 "provide": {
2252 "symfony\/translation-implementation": "2.3"
2253 },
2254 "require-dev": {
2255 "psr\/log": "^1|^2|^3",
2256 "symfony\/config": "^4.4|^5.0|^6.0",
2257 "symfony\/console": "^5.4|^6.0",
2258 "symfony\/dependency-injection": "^5.0|^6.0",
2259 "symfony\/finder": "^4.4|^5.0|^6.0",
2260 "symfony\/http-client-contracts": "^1.1|^2.0|^3.0",
2261 "symfony\/http-kernel": "^5.0|^6.0",
2262 "symfony\/intl": "^4.4|^5.0|^6.0",
2263 "symfony\/polyfill-intl-icu": "^1.21",
2264 "symfony\/service-contracts": "^1.1.2|^2|^3",
2265 "symfony\/yaml": "^4.4|^5.0|^6.0"
2266 },
2267 "suggest": {
2268 "psr\/log-implementation": "To use logging capability in translator",
2269 "symfony\/config": "",
2270 "symfony\/yaml": ""
2271 },
2272 "time": "2023-03-27T16:07:23+00:00",
2273 "type": "library",
2274 "installation-source": "dist",
2275 "autoload": {
2276 "files": [
2277 "Resources\/functions.php"
2278 ],
2279 "psr-4": {
2280 "IAWP_SCOPED\\Symfony\\Component\\Translation\\": ""
2281 },
2282 "exclude-from-classmap": [
2283 "\/Tests\/"
2284 ]
2285 },
2286 "notification-url": "https:\/\/packagist.org\/downloads\/",
2287 "license": [
2288 "MIT"
2289 ],
2290 "authors": [
2291 {
2292 "name": "Fabien Potencier",
2293 "email": "fabien@symfony.com"
2294 },
2295 {
2296 "name": "Symfony Community",
2297 "homepage": "https:\/\/symfony.com\/contributors"
2298 }
2299 ],
2300 "description": "Provides tools to internationalize your application",
2301 "homepage": "https:\/\/symfony.com",
2302 "support": {
2303 "source": "https:\/\/github.com\/symfony\/translation\/tree\/v5.4.22"
2304 },
2305 "funding": [
2306 {
2307 "url": "https:\/\/symfony.com\/sponsor",
2308 "type": "custom"
2309 },
2310 {
2311 "url": "https:\/\/github.com\/fabpot",
2312 "type": "github"
2313 },
2314 {
2315 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
2316 "type": "tidelift"
2317 }
2318 ],
2319 "install-path": "..\/symfony\/translation"
2320 },
2321 {
2322 "name": "symfony\/translation-contracts",
2323 "version": "v2.5.2",
2324 "version_normalized": "2.5.2.0",
2325 "source": {
2326 "type": "git",
2327 "url": "https:\/\/github.com\/symfony\/translation-contracts.git",
2328 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
2329 },
2330 "dist": {
2331 "type": "zip",
2332 "url": "https:\/\/api.github.com\/repos\/symfony\/translation-contracts\/zipball\/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
2333 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
2334 "shasum": ""
2335 },
2336 "require": {
2337 "php": ">=7.2.5"
2338 },
2339 "suggest": {
2340 "symfony\/translation-implementation": ""
2341 },
2342 "time": "2022-06-27T16:58:25+00:00",
2343 "type": "library",
2344 "extra": {
2345 "branch-alias": {
2346 "dev-main": "2.5-dev"
2347 },
2348 "thanks": {
2349 "name": "symfony\/contracts",
2350 "url": "https:\/\/github.com\/symfony\/contracts"
2351 }
2352 },
2353 "installation-source": "dist",
2354 "autoload": {
2355 "psr-4": {
2356 "IAWP_SCOPED\\Symfony\\Contracts\\Translation\\": ""
2357 }
2358 },
2359 "notification-url": "https:\/\/packagist.org\/downloads\/",
2360 "license": [
2361 "MIT"
2362 ],
2363 "authors": [
2364 {
2365 "name": "Nicolas Grekas",
2366 "email": "p@tchwork.com"
2367 },
2368 {
2369 "name": "Symfony Community",
2370 "homepage": "https:\/\/symfony.com\/contributors"
2371 }
2372 ],
2373 "description": "Generic abstractions related to translation",
2374 "homepage": "https:\/\/symfony.com",
2375 "keywords": [
2376 "abstractions",
2377 "contracts",
2378 "decoupling",
2379 "interfaces",
2380 "interoperability",
2381 "standards"
2382 ],
2383 "support": {
2384 "source": "https:\/\/github.com\/symfony\/translation-contracts\/tree\/v2.5.2"
2385 },
2386 "funding": [
2387 {
2388 "url": "https:\/\/symfony.com\/sponsor",
2389 "type": "custom"
2390 },
2391 {
2392 "url": "https:\/\/github.com\/fabpot",
2393 "type": "github"
2394 },
2395 {
2396 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
2397 "type": "tidelift"
2398 }
2399 ],
2400 "install-path": "..\/symfony\/translation-contracts"
2401 },
2402 {
2403 "name": "voku\/portable-ascii",
2404 "version": "1.6.1",
2405 "version_normalized": "1.6.1.0",
2406 "source": {
2407 "type": "git",
2408 "url": "https:\/\/github.com\/voku\/portable-ascii.git",
2409 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
2410 },
2411 "dist": {
2412 "type": "zip",
2413 "url": "https:\/\/api.github.com\/repos\/voku\/portable-ascii\/zipball\/87337c91b9dfacee02452244ee14ab3c43bc485a",
2414 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
2415 "shasum": ""
2416 },
2417 "require": {
2418 "php": ">=7.0.0"
2419 },
2420 "require-dev": {
2421 "phpunit\/phpunit": "~6.0 || ~7.0 || ~9.0"
2422 },
2423 "suggest": {
2424 "ext-intl": "Use Intl for transliterator_transliterate() support"
2425 },
2426 "time": "2022-01-24T18:55:24+00:00",
2427 "type": "library",
2428 "installation-source": "dist",
2429 "autoload": {
2430 "psr-4": {
2431 "IAWP_SCOPED\\voku\\": "src\/voku\/"
2432 }
2433 },
2434 "notification-url": "https:\/\/packagist.org\/downloads\/",
2435 "license": [
2436 "MIT"
2437 ],
2438 "authors": [
2439 {
2440 "name": "Lars Moelleken",
2441 "homepage": "http:\/\/www.moelleken.org\/"
2442 }
2443 ],
2444 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
2445 "homepage": "https:\/\/github.com\/voku\/portable-ascii",
2446 "keywords": [
2447 "ascii",
2448 "clean",
2449 "php"
2450 ],
2451 "support": {
2452 "issues": "https:\/\/github.com\/voku\/portable-ascii\/issues",
2453 "source": "https:\/\/github.com\/voku\/portable-ascii\/tree\/1.6.1"
2454 },
2455 "funding": [
2456 {
2457 "url": "https:\/\/www.paypal.me\/moelleken",
2458 "type": "custom"
2459 },
2460 {
2461 "url": "https:\/\/github.com\/voku",
2462 "type": "github"
2463 },
2464 {
2465 "url": "https:\/\/opencollective.com\/portable-ascii",
2466 "type": "open_collective"
2467 },
2468 {
2469 "url": "https:\/\/www.patreon.com\/voku",
2470 "type": "patreon"
2471 },
2472 {
2473 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/voku\/portable-ascii",
2474 "type": "tidelift"
2475 }
2476 ],
2477 "install-path": "..\/voku\/portable-ascii"
2478 }
2479 ],
2480 "dev": false,
2481 "dev-package-names": []
2482 }