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