PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / composer / installed.json
transferito / vendor / composer Last commit date
ClassLoader.php 2 years ago InstalledVersions.php 10 months ago LICENSE 2 years ago autoload_classmap.php 2 years ago autoload_files.php 2 years ago autoload_namespaces.php 2 years ago autoload_psr4.php 10 months ago autoload_real.php 2 years ago autoload_static.php 10 months ago installed.json 10 months ago installed.php 10 months ago platform_check.php 2 years ago
installed.json
937 lines
1 {
2 "packages": [
3 {
4 "name": "aws/aws-crt-php",
5 "version": "v1.2.4",
6 "version_normalized": "1.2.4.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/awslabs/aws-crt-php.git",
10 "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
15 "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
16 "shasum": ""
17 },
18 "require": {
19 "php": ">=5.5"
20 },
21 "require-dev": {
22 "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
23 "yoast/phpunit-polyfills": "^1.0"
24 },
25 "suggest": {
26 "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
27 },
28 "time": "2023-11-08T00:42:13+00:00",
29 "type": "library",
30 "installation-source": "dist",
31 "autoload": {
32 "classmap": [
33 "src/"
34 ]
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "Apache-2.0"
39 ],
40 "authors": [
41 {
42 "name": "AWS SDK Common Runtime Team",
43 "email": "aws-sdk-common-runtime@amazon.com"
44 }
45 ],
46 "description": "AWS Common Runtime for PHP",
47 "homepage": "https://github.com/awslabs/aws-crt-php",
48 "keywords": [
49 "amazon",
50 "aws",
51 "crt",
52 "sdk"
53 ],
54 "support": {
55 "issues": "https://github.com/awslabs/aws-crt-php/issues",
56 "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4"
57 },
58 "install-path": "../aws/aws-crt-php"
59 },
60 {
61 "name": "aws/aws-sdk-php",
62 "version": "3.293.6",
63 "version_normalized": "3.293.6.0",
64 "source": {
65 "type": "git",
66 "url": "https://github.com/aws/aws-sdk-php.git",
67 "reference": "1e01734856f8ec2b6d525d1c99c5a34029217598"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1e01734856f8ec2b6d525d1c99c5a34029217598",
72 "reference": "1e01734856f8ec2b6d525d1c99c5a34029217598",
73 "shasum": ""
74 },
75 "require": {
76 "aws/aws-crt-php": "^1.2.3",
77 "ext-json": "*",
78 "ext-pcre": "*",
79 "ext-simplexml": "*",
80 "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
81 "guzzlehttp/promises": "^1.4.0 || ^2.0",
82 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
83 "mtdowling/jmespath.php": "^2.6",
84 "php": ">=7.2.5",
85 "psr/http-message": "^1.0 || ^2.0"
86 },
87 "require-dev": {
88 "andrewsville/php-token-reflection": "^1.4",
89 "aws/aws-php-sns-message-validator": "~1.0",
90 "behat/behat": "~3.0",
91 "composer/composer": "^1.10.22",
92 "dms/phpunit-arraysubset-asserts": "^0.4.0",
93 "doctrine/cache": "~1.4",
94 "ext-dom": "*",
95 "ext-openssl": "*",
96 "ext-pcntl": "*",
97 "ext-sockets": "*",
98 "nette/neon": "^2.3",
99 "paragonie/random_compat": ">= 2",
100 "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
101 "psr/cache": "^1.0",
102 "psr/simple-cache": "^1.0",
103 "sebastian/comparator": "^1.2.3 || ^4.0",
104 "yoast/phpunit-polyfills": "^1.0"
105 },
106 "suggest": {
107 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
108 "doctrine/cache": "To use the DoctrineCacheAdapter",
109 "ext-curl": "To send requests using cURL",
110 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
111 "ext-sockets": "To use client-side monitoring"
112 },
113 "time": "2023-12-07T19:29:50+00:00",
114 "type": "library",
115 "extra": {
116 "branch-alias": {
117 "dev-master": "3.0-dev"
118 }
119 },
120 "installation-source": "dist",
121 "autoload": {
122 "files": [
123 "src/functions.php"
124 ],
125 "psr-4": {
126 "Aws\\": "src/"
127 }
128 },
129 "notification-url": "https://packagist.org/downloads/",
130 "license": [
131 "Apache-2.0"
132 ],
133 "authors": [
134 {
135 "name": "Amazon Web Services",
136 "homepage": "http://aws.amazon.com"
137 }
138 ],
139 "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
140 "homepage": "http://aws.amazon.com/sdkforphp",
141 "keywords": [
142 "amazon",
143 "aws",
144 "cloud",
145 "dynamodb",
146 "ec2",
147 "glacier",
148 "s3",
149 "sdk"
150 ],
151 "support": {
152 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
153 "issues": "https://github.com/aws/aws-sdk-php/issues",
154 "source": "https://github.com/aws/aws-sdk-php/tree/3.293.6"
155 },
156 "install-path": "../aws/aws-sdk-php"
157 },
158 {
159 "name": "guzzlehttp/guzzle",
160 "version": "7.8.1",
161 "version_normalized": "7.8.1.0",
162 "source": {
163 "type": "git",
164 "url": "https://github.com/guzzle/guzzle.git",
165 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
166 },
167 "dist": {
168 "type": "zip",
169 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
170 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
171 "shasum": ""
172 },
173 "require": {
174 "ext-json": "*",
175 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
176 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
177 "php": "^7.2.5 || ^8.0",
178 "psr/http-client": "^1.0",
179 "symfony/deprecation-contracts": "^2.2 || ^3.0"
180 },
181 "provide": {
182 "psr/http-client-implementation": "1.0"
183 },
184 "require-dev": {
185 "bamarni/composer-bin-plugin": "^1.8.2",
186 "ext-curl": "*",
187 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
188 "php-http/message-factory": "^1.1",
189 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
190 "psr/log": "^1.1 || ^2.0 || ^3.0"
191 },
192 "suggest": {
193 "ext-curl": "Required for CURL handler support",
194 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
195 "psr/log": "Required for using the Log middleware"
196 },
197 "time": "2023-12-03T20:35:24+00:00",
198 "type": "library",
199 "extra": {
200 "bamarni-bin": {
201 "bin-links": true,
202 "forward-command": false
203 }
204 },
205 "installation-source": "dist",
206 "autoload": {
207 "files": [
208 "src/functions_include.php"
209 ],
210 "psr-4": {
211 "GuzzleHttp\\": "src/"
212 }
213 },
214 "notification-url": "https://packagist.org/downloads/",
215 "license": [
216 "MIT"
217 ],
218 "authors": [
219 {
220 "name": "Graham Campbell",
221 "email": "hello@gjcampbell.co.uk",
222 "homepage": "https://github.com/GrahamCampbell"
223 },
224 {
225 "name": "Michael Dowling",
226 "email": "mtdowling@gmail.com",
227 "homepage": "https://github.com/mtdowling"
228 },
229 {
230 "name": "Jeremy Lindblom",
231 "email": "jeremeamia@gmail.com",
232 "homepage": "https://github.com/jeremeamia"
233 },
234 {
235 "name": "George Mponos",
236 "email": "gmponos@gmail.com",
237 "homepage": "https://github.com/gmponos"
238 },
239 {
240 "name": "Tobias Nyholm",
241 "email": "tobias.nyholm@gmail.com",
242 "homepage": "https://github.com/Nyholm"
243 },
244 {
245 "name": "Márk Sági-Kazár",
246 "email": "mark.sagikazar@gmail.com",
247 "homepage": "https://github.com/sagikazarmark"
248 },
249 {
250 "name": "Tobias Schultze",
251 "email": "webmaster@tubo-world.de",
252 "homepage": "https://github.com/Tobion"
253 }
254 ],
255 "description": "Guzzle is a PHP HTTP client library",
256 "keywords": [
257 "client",
258 "curl",
259 "framework",
260 "http",
261 "http client",
262 "psr-18",
263 "psr-7",
264 "rest",
265 "web service"
266 ],
267 "support": {
268 "issues": "https://github.com/guzzle/guzzle/issues",
269 "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
270 },
271 "funding": [
272 {
273 "url": "https://github.com/GrahamCampbell",
274 "type": "github"
275 },
276 {
277 "url": "https://github.com/Nyholm",
278 "type": "github"
279 },
280 {
281 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
282 "type": "tidelift"
283 }
284 ],
285 "install-path": "../guzzlehttp/guzzle"
286 },
287 {
288 "name": "guzzlehttp/promises",
289 "version": "2.0.2",
290 "version_normalized": "2.0.2.0",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/guzzle/promises.git",
294 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
299 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
300 "shasum": ""
301 },
302 "require": {
303 "php": "^7.2.5 || ^8.0"
304 },
305 "require-dev": {
306 "bamarni/composer-bin-plugin": "^1.8.2",
307 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
308 },
309 "time": "2023-12-03T20:19:20+00:00",
310 "type": "library",
311 "extra": {
312 "bamarni-bin": {
313 "bin-links": true,
314 "forward-command": false
315 }
316 },
317 "installation-source": "dist",
318 "autoload": {
319 "psr-4": {
320 "GuzzleHttp\\Promise\\": "src/"
321 }
322 },
323 "notification-url": "https://packagist.org/downloads/",
324 "license": [
325 "MIT"
326 ],
327 "authors": [
328 {
329 "name": "Graham Campbell",
330 "email": "hello@gjcampbell.co.uk",
331 "homepage": "https://github.com/GrahamCampbell"
332 },
333 {
334 "name": "Michael Dowling",
335 "email": "mtdowling@gmail.com",
336 "homepage": "https://github.com/mtdowling"
337 },
338 {
339 "name": "Tobias Nyholm",
340 "email": "tobias.nyholm@gmail.com",
341 "homepage": "https://github.com/Nyholm"
342 },
343 {
344 "name": "Tobias Schultze",
345 "email": "webmaster@tubo-world.de",
346 "homepage": "https://github.com/Tobion"
347 }
348 ],
349 "description": "Guzzle promises library",
350 "keywords": [
351 "promise"
352 ],
353 "support": {
354 "issues": "https://github.com/guzzle/promises/issues",
355 "source": "https://github.com/guzzle/promises/tree/2.0.2"
356 },
357 "funding": [
358 {
359 "url": "https://github.com/GrahamCampbell",
360 "type": "github"
361 },
362 {
363 "url": "https://github.com/Nyholm",
364 "type": "github"
365 },
366 {
367 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
368 "type": "tidelift"
369 }
370 ],
371 "install-path": "../guzzlehttp/promises"
372 },
373 {
374 "name": "guzzlehttp/psr7",
375 "version": "2.6.2",
376 "version_normalized": "2.6.2.0",
377 "source": {
378 "type": "git",
379 "url": "https://github.com/guzzle/psr7.git",
380 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
381 },
382 "dist": {
383 "type": "zip",
384 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
385 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
386 "shasum": ""
387 },
388 "require": {
389 "php": "^7.2.5 || ^8.0",
390 "psr/http-factory": "^1.0",
391 "psr/http-message": "^1.1 || ^2.0",
392 "ralouphie/getallheaders": "^3.0"
393 },
394 "provide": {
395 "psr/http-factory-implementation": "1.0",
396 "psr/http-message-implementation": "1.0"
397 },
398 "require-dev": {
399 "bamarni/composer-bin-plugin": "^1.8.2",
400 "http-interop/http-factory-tests": "^0.9",
401 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
402 },
403 "suggest": {
404 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
405 },
406 "time": "2023-12-03T20:05:35+00:00",
407 "type": "library",
408 "extra": {
409 "bamarni-bin": {
410 "bin-links": true,
411 "forward-command": false
412 }
413 },
414 "installation-source": "dist",
415 "autoload": {
416 "psr-4": {
417 "GuzzleHttp\\Psr7\\": "src/"
418 }
419 },
420 "notification-url": "https://packagist.org/downloads/",
421 "license": [
422 "MIT"
423 ],
424 "authors": [
425 {
426 "name": "Graham Campbell",
427 "email": "hello@gjcampbell.co.uk",
428 "homepage": "https://github.com/GrahamCampbell"
429 },
430 {
431 "name": "Michael Dowling",
432 "email": "mtdowling@gmail.com",
433 "homepage": "https://github.com/mtdowling"
434 },
435 {
436 "name": "George Mponos",
437 "email": "gmponos@gmail.com",
438 "homepage": "https://github.com/gmponos"
439 },
440 {
441 "name": "Tobias Nyholm",
442 "email": "tobias.nyholm@gmail.com",
443 "homepage": "https://github.com/Nyholm"
444 },
445 {
446 "name": "Márk Sági-Kazár",
447 "email": "mark.sagikazar@gmail.com",
448 "homepage": "https://github.com/sagikazarmark"
449 },
450 {
451 "name": "Tobias Schultze",
452 "email": "webmaster@tubo-world.de",
453 "homepage": "https://github.com/Tobion"
454 },
455 {
456 "name": "Márk Sági-Kazár",
457 "email": "mark.sagikazar@gmail.com",
458 "homepage": "https://sagikazarmark.hu"
459 }
460 ],
461 "description": "PSR-7 message implementation that also provides common utility methods",
462 "keywords": [
463 "http",
464 "message",
465 "psr-7",
466 "request",
467 "response",
468 "stream",
469 "uri",
470 "url"
471 ],
472 "support": {
473 "issues": "https://github.com/guzzle/psr7/issues",
474 "source": "https://github.com/guzzle/psr7/tree/2.6.2"
475 },
476 "funding": [
477 {
478 "url": "https://github.com/GrahamCampbell",
479 "type": "github"
480 },
481 {
482 "url": "https://github.com/Nyholm",
483 "type": "github"
484 },
485 {
486 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
487 "type": "tidelift"
488 }
489 ],
490 "install-path": "../guzzlehttp/psr7"
491 },
492 {
493 "name": "mtdowling/jmespath.php",
494 "version": "2.7.0",
495 "version_normalized": "2.7.0.0",
496 "source": {
497 "type": "git",
498 "url": "https://github.com/jmespath/jmespath.php.git",
499 "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
500 },
501 "dist": {
502 "type": "zip",
503 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
504 "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
505 "shasum": ""
506 },
507 "require": {
508 "php": "^7.2.5 || ^8.0",
509 "symfony/polyfill-mbstring": "^1.17"
510 },
511 "require-dev": {
512 "composer/xdebug-handler": "^3.0.3",
513 "phpunit/phpunit": "^8.5.33"
514 },
515 "time": "2023-08-25T10:54:48+00:00",
516 "bin": [
517 "bin/jp.php"
518 ],
519 "type": "library",
520 "extra": {
521 "branch-alias": {
522 "dev-master": "2.7-dev"
523 }
524 },
525 "installation-source": "dist",
526 "autoload": {
527 "files": [
528 "src/JmesPath.php"
529 ],
530 "psr-4": {
531 "JmesPath\\": "src/"
532 }
533 },
534 "notification-url": "https://packagist.org/downloads/",
535 "license": [
536 "MIT"
537 ],
538 "authors": [
539 {
540 "name": "Graham Campbell",
541 "email": "hello@gjcampbell.co.uk",
542 "homepage": "https://github.com/GrahamCampbell"
543 },
544 {
545 "name": "Michael Dowling",
546 "email": "mtdowling@gmail.com",
547 "homepage": "https://github.com/mtdowling"
548 }
549 ],
550 "description": "Declaratively specify how to extract elements from a JSON document",
551 "keywords": [
552 "json",
553 "jsonpath"
554 ],
555 "support": {
556 "issues": "https://github.com/jmespath/jmespath.php/issues",
557 "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
558 },
559 "install-path": "../mtdowling/jmespath.php"
560 },
561 {
562 "name": "psr/http-client",
563 "version": "1.0.3",
564 "version_normalized": "1.0.3.0",
565 "source": {
566 "type": "git",
567 "url": "https://github.com/php-fig/http-client.git",
568 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
569 },
570 "dist": {
571 "type": "zip",
572 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
573 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
574 "shasum": ""
575 },
576 "require": {
577 "php": "^7.0 || ^8.0",
578 "psr/http-message": "^1.0 || ^2.0"
579 },
580 "time": "2023-09-23T14:17:50+00:00",
581 "type": "library",
582 "extra": {
583 "branch-alias": {
584 "dev-master": "1.0.x-dev"
585 }
586 },
587 "installation-source": "dist",
588 "autoload": {
589 "psr-4": {
590 "Psr\\Http\\Client\\": "src/"
591 }
592 },
593 "notification-url": "https://packagist.org/downloads/",
594 "license": [
595 "MIT"
596 ],
597 "authors": [
598 {
599 "name": "PHP-FIG",
600 "homepage": "https://www.php-fig.org/"
601 }
602 ],
603 "description": "Common interface for HTTP clients",
604 "homepage": "https://github.com/php-fig/http-client",
605 "keywords": [
606 "http",
607 "http-client",
608 "psr",
609 "psr-18"
610 ],
611 "support": {
612 "source": "https://github.com/php-fig/http-client"
613 },
614 "install-path": "../psr/http-client"
615 },
616 {
617 "name": "psr/http-factory",
618 "version": "1.0.2",
619 "version_normalized": "1.0.2.0",
620 "source": {
621 "type": "git",
622 "url": "https://github.com/php-fig/http-factory.git",
623 "reference": "e616d01114759c4c489f93b099585439f795fe35"
624 },
625 "dist": {
626 "type": "zip",
627 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
628 "reference": "e616d01114759c4c489f93b099585439f795fe35",
629 "shasum": ""
630 },
631 "require": {
632 "php": ">=7.0.0",
633 "psr/http-message": "^1.0 || ^2.0"
634 },
635 "time": "2023-04-10T20:10:41+00:00",
636 "type": "library",
637 "extra": {
638 "branch-alias": {
639 "dev-master": "1.0.x-dev"
640 }
641 },
642 "installation-source": "dist",
643 "autoload": {
644 "psr-4": {
645 "Psr\\Http\\Message\\": "src/"
646 }
647 },
648 "notification-url": "https://packagist.org/downloads/",
649 "license": [
650 "MIT"
651 ],
652 "authors": [
653 {
654 "name": "PHP-FIG",
655 "homepage": "https://www.php-fig.org/"
656 }
657 ],
658 "description": "Common interfaces for PSR-7 HTTP message factories",
659 "keywords": [
660 "factory",
661 "http",
662 "message",
663 "psr",
664 "psr-17",
665 "psr-7",
666 "request",
667 "response"
668 ],
669 "support": {
670 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
671 },
672 "install-path": "../psr/http-factory"
673 },
674 {
675 "name": "psr/http-message",
676 "version": "2.0",
677 "version_normalized": "2.0.0.0",
678 "source": {
679 "type": "git",
680 "url": "https://github.com/php-fig/http-message.git",
681 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
682 },
683 "dist": {
684 "type": "zip",
685 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
686 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
687 "shasum": ""
688 },
689 "require": {
690 "php": "^7.2 || ^8.0"
691 },
692 "time": "2023-04-04T09:54:51+00:00",
693 "type": "library",
694 "extra": {
695 "branch-alias": {
696 "dev-master": "2.0.x-dev"
697 }
698 },
699 "installation-source": "dist",
700 "autoload": {
701 "psr-4": {
702 "Psr\\Http\\Message\\": "src/"
703 }
704 },
705 "notification-url": "https://packagist.org/downloads/",
706 "license": [
707 "MIT"
708 ],
709 "authors": [
710 {
711 "name": "PHP-FIG",
712 "homepage": "https://www.php-fig.org/"
713 }
714 ],
715 "description": "Common interface for HTTP messages",
716 "homepage": "https://github.com/php-fig/http-message",
717 "keywords": [
718 "http",
719 "http-message",
720 "psr",
721 "psr-7",
722 "request",
723 "response"
724 ],
725 "support": {
726 "source": "https://github.com/php-fig/http-message/tree/2.0"
727 },
728 "install-path": "../psr/http-message"
729 },
730 {
731 "name": "ralouphie/getallheaders",
732 "version": "3.0.3",
733 "version_normalized": "3.0.3.0",
734 "source": {
735 "type": "git",
736 "url": "https://github.com/ralouphie/getallheaders.git",
737 "reference": "120b605dfeb996808c31b6477290a714d356e822"
738 },
739 "dist": {
740 "type": "zip",
741 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
742 "reference": "120b605dfeb996808c31b6477290a714d356e822",
743 "shasum": ""
744 },
745 "require": {
746 "php": ">=5.6"
747 },
748 "require-dev": {
749 "php-coveralls/php-coveralls": "^2.1",
750 "phpunit/phpunit": "^5 || ^6.5"
751 },
752 "time": "2019-03-08T08:55:37+00:00",
753 "type": "library",
754 "installation-source": "dist",
755 "autoload": {
756 "files": [
757 "src/getallheaders.php"
758 ]
759 },
760 "notification-url": "https://packagist.org/downloads/",
761 "license": [
762 "MIT"
763 ],
764 "authors": [
765 {
766 "name": "Ralph Khattar",
767 "email": "ralph.khattar@gmail.com"
768 }
769 ],
770 "description": "A polyfill for getallheaders.",
771 "support": {
772 "issues": "https://github.com/ralouphie/getallheaders/issues",
773 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
774 },
775 "install-path": "../ralouphie/getallheaders"
776 },
777 {
778 "name": "symfony/deprecation-contracts",
779 "version": "v2.5.2",
780 "version_normalized": "2.5.2.0",
781 "source": {
782 "type": "git",
783 "url": "https://github.com/symfony/deprecation-contracts.git",
784 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
785 },
786 "dist": {
787 "type": "zip",
788 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
789 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
790 "shasum": ""
791 },
792 "require": {
793 "php": ">=7.1"
794 },
795 "time": "2022-01-02T09:53:40+00:00",
796 "type": "library",
797 "extra": {
798 "branch-alias": {
799 "dev-main": "2.5-dev"
800 },
801 "thanks": {
802 "name": "symfony/contracts",
803 "url": "https://github.com/symfony/contracts"
804 }
805 },
806 "installation-source": "dist",
807 "autoload": {
808 "files": [
809 "function.php"
810 ]
811 },
812 "notification-url": "https://packagist.org/downloads/",
813 "license": [
814 "MIT"
815 ],
816 "authors": [
817 {
818 "name": "Nicolas Grekas",
819 "email": "p@tchwork.com"
820 },
821 {
822 "name": "Symfony Community",
823 "homepage": "https://symfony.com/contributors"
824 }
825 ],
826 "description": "A generic function and convention to trigger deprecation notices",
827 "homepage": "https://symfony.com",
828 "support": {
829 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
830 },
831 "funding": [
832 {
833 "url": "https://symfony.com/sponsor",
834 "type": "custom"
835 },
836 {
837 "url": "https://github.com/fabpot",
838 "type": "github"
839 },
840 {
841 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
842 "type": "tidelift"
843 }
844 ],
845 "install-path": "../symfony/deprecation-contracts"
846 },
847 {
848 "name": "symfony/polyfill-mbstring",
849 "version": "v1.28.0",
850 "version_normalized": "1.28.0.0",
851 "source": {
852 "type": "git",
853 "url": "https://github.com/symfony/polyfill-mbstring.git",
854 "reference": "42292d99c55abe617799667f454222c54c60e229"
855 },
856 "dist": {
857 "type": "zip",
858 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
859 "reference": "42292d99c55abe617799667f454222c54c60e229",
860 "shasum": ""
861 },
862 "require": {
863 "php": ">=7.1"
864 },
865 "provide": {
866 "ext-mbstring": "*"
867 },
868 "suggest": {
869 "ext-mbstring": "For best performance"
870 },
871 "time": "2023-07-28T09:04:16+00:00",
872 "type": "library",
873 "extra": {
874 "branch-alias": {
875 "dev-main": "1.28-dev"
876 },
877 "thanks": {
878 "name": "symfony/polyfill",
879 "url": "https://github.com/symfony/polyfill"
880 }
881 },
882 "installation-source": "dist",
883 "autoload": {
884 "files": [
885 "bootstrap.php"
886 ],
887 "psr-4": {
888 "Symfony\\Polyfill\\Mbstring\\": ""
889 }
890 },
891 "notification-url": "https://packagist.org/downloads/",
892 "license": [
893 "MIT"
894 ],
895 "authors": [
896 {
897 "name": "Nicolas Grekas",
898 "email": "p@tchwork.com"
899 },
900 {
901 "name": "Symfony Community",
902 "homepage": "https://symfony.com/contributors"
903 }
904 ],
905 "description": "Symfony polyfill for the Mbstring extension",
906 "homepage": "https://symfony.com",
907 "keywords": [
908 "compatibility",
909 "mbstring",
910 "polyfill",
911 "portable",
912 "shim"
913 ],
914 "support": {
915 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
916 },
917 "funding": [
918 {
919 "url": "https://symfony.com/sponsor",
920 "type": "custom"
921 },
922 {
923 "url": "https://github.com/fabpot",
924 "type": "github"
925 },
926 {
927 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
928 "type": "tidelift"
929 }
930 ],
931 "install-path": "../symfony/polyfill-mbstring"
932 }
933 ],
934 "dev": true,
935 "dev-package-names": []
936 }
937