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