blob: 04a1f864e34bce134d07cbb7dd77f3b42b3fbe95 [file] [log] [blame]
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +01001{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "673cae3065e4f8b691bba505f4ef2aad",
8 "packages": [
9 {
10 "name": "guzzlehttp/guzzle",
11 "version": "7.5.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/guzzle/guzzle.git",
15 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
20 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
21 "shasum": ""
22 },
23 "require": {
24 "ext-json": "*",
25 "guzzlehttp/promises": "^1.5",
26 "guzzlehttp/psr7": "^1.9 || ^2.4",
27 "php": "^7.2.5 || ^8.0",
28 "psr/http-client": "^1.0",
29 "symfony/deprecation-contracts": "^2.2 || ^3.0"
30 },
31 "provide": {
32 "psr/http-client-implementation": "1.0"
33 },
34 "require-dev": {
35 "bamarni/composer-bin-plugin": "^1.8.1",
36 "ext-curl": "*",
37 "php-http/client-integration-tests": "^3.0",
38 "phpunit/phpunit": "^8.5.29 || ^9.5.23",
39 "psr/log": "^1.1 || ^2.0 || ^3.0"
40 },
41 "suggest": {
42 "ext-curl": "Required for CURL handler support",
43 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
44 "psr/log": "Required for using the Log middleware"
45 },
46 "type": "library",
47 "extra": {
48 "bamarni-bin": {
49 "bin-links": true,
50 "forward-command": false
51 },
52 "branch-alias": {
53 "dev-master": "7.5-dev"
54 }
55 },
56 "autoload": {
57 "files": [
58 "src/functions_include.php"
59 ],
60 "psr-4": {
61 "GuzzleHttp\\": "src/"
62 }
63 },
64 "notification-url": "https://packagist.org/downloads/",
65 "license": [
66 "MIT"
67 ],
68 "authors": [
69 {
70 "name": "Graham Campbell",
71 "email": "hello@gjcampbell.co.uk",
72 "homepage": "https://github.com/GrahamCampbell"
73 },
74 {
75 "name": "Michael Dowling",
76 "email": "mtdowling@gmail.com",
77 "homepage": "https://github.com/mtdowling"
78 },
79 {
80 "name": "Jeremy Lindblom",
81 "email": "jeremeamia@gmail.com",
82 "homepage": "https://github.com/jeremeamia"
83 },
84 {
85 "name": "George Mponos",
86 "email": "gmponos@gmail.com",
87 "homepage": "https://github.com/gmponos"
88 },
89 {
90 "name": "Tobias Nyholm",
91 "email": "tobias.nyholm@gmail.com",
92 "homepage": "https://github.com/Nyholm"
93 },
94 {
95 "name": "Márk Sági-Kazár",
96 "email": "mark.sagikazar@gmail.com",
97 "homepage": "https://github.com/sagikazarmark"
98 },
99 {
100 "name": "Tobias Schultze",
101 "email": "webmaster@tubo-world.de",
102 "homepage": "https://github.com/Tobion"
103 }
104 ],
105 "description": "Guzzle is a PHP HTTP client library",
106 "keywords": [
107 "client",
108 "curl",
109 "framework",
110 "http",
111 "http client",
112 "psr-18",
113 "psr-7",
114 "rest",
115 "web service"
116 ],
117 "support": {
118 "issues": "https://github.com/guzzle/guzzle/issues",
119 "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
120 },
121 "funding": [
122 {
123 "url": "https://github.com/GrahamCampbell",
124 "type": "github"
125 },
126 {
127 "url": "https://github.com/Nyholm",
128 "type": "github"
129 },
130 {
131 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
132 "type": "tidelift"
133 }
134 ],
135 "time": "2022-08-28T15:39:27+00:00"
136 },
137 {
138 "name": "guzzlehttp/promises",
139 "version": "1.5.2",
140 "source": {
141 "type": "git",
142 "url": "https://github.com/guzzle/promises.git",
143 "reference": "b94b2807d85443f9719887892882d0329d1e2598"
144 },
145 "dist": {
146 "type": "zip",
147 "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
148 "reference": "b94b2807d85443f9719887892882d0329d1e2598",
149 "shasum": ""
150 },
151 "require": {
152 "php": ">=5.5"
153 },
154 "require-dev": {
155 "symfony/phpunit-bridge": "^4.4 || ^5.1"
156 },
157 "type": "library",
158 "extra": {
159 "branch-alias": {
160 "dev-master": "1.5-dev"
161 }
162 },
163 "autoload": {
164 "files": [
165 "src/functions_include.php"
166 ],
167 "psr-4": {
168 "GuzzleHttp\\Promise\\": "src/"
169 }
170 },
171 "notification-url": "https://packagist.org/downloads/",
172 "license": [
173 "MIT"
174 ],
175 "authors": [
176 {
177 "name": "Graham Campbell",
178 "email": "hello@gjcampbell.co.uk",
179 "homepage": "https://github.com/GrahamCampbell"
180 },
181 {
182 "name": "Michael Dowling",
183 "email": "mtdowling@gmail.com",
184 "homepage": "https://github.com/mtdowling"
185 },
186 {
187 "name": "Tobias Nyholm",
188 "email": "tobias.nyholm@gmail.com",
189 "homepage": "https://github.com/Nyholm"
190 },
191 {
192 "name": "Tobias Schultze",
193 "email": "webmaster@tubo-world.de",
194 "homepage": "https://github.com/Tobion"
195 }
196 ],
197 "description": "Guzzle promises library",
198 "keywords": [
199 "promise"
200 ],
201 "support": {
202 "issues": "https://github.com/guzzle/promises/issues",
203 "source": "https://github.com/guzzle/promises/tree/1.5.2"
204 },
205 "funding": [
206 {
207 "url": "https://github.com/GrahamCampbell",
208 "type": "github"
209 },
210 {
211 "url": "https://github.com/Nyholm",
212 "type": "github"
213 },
214 {
215 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
216 "type": "tidelift"
217 }
218 ],
219 "time": "2022-08-28T14:55:35+00:00"
220 },
221 {
222 "name": "guzzlehttp/psr7",
223 "version": "2.4.3",
224 "source": {
225 "type": "git",
226 "url": "https://github.com/guzzle/psr7.git",
227 "reference": "67c26b443f348a51926030c83481b85718457d3d"
228 },
229 "dist": {
230 "type": "zip",
231 "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
232 "reference": "67c26b443f348a51926030c83481b85718457d3d",
233 "shasum": ""
234 },
235 "require": {
236 "php": "^7.2.5 || ^8.0",
237 "psr/http-factory": "^1.0",
238 "psr/http-message": "^1.0",
239 "ralouphie/getallheaders": "^3.0"
240 },
241 "provide": {
242 "psr/http-factory-implementation": "1.0",
243 "psr/http-message-implementation": "1.0"
244 },
245 "require-dev": {
246 "bamarni/composer-bin-plugin": "^1.8.1",
247 "http-interop/http-factory-tests": "^0.9",
248 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
249 },
250 "suggest": {
251 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
252 },
253 "type": "library",
254 "extra": {
255 "bamarni-bin": {
256 "bin-links": true,
257 "forward-command": false
258 },
259 "branch-alias": {
260 "dev-master": "2.4-dev"
261 }
262 },
263 "autoload": {
264 "psr-4": {
265 "GuzzleHttp\\Psr7\\": "src/"
266 }
267 },
268 "notification-url": "https://packagist.org/downloads/",
269 "license": [
270 "MIT"
271 ],
272 "authors": [
273 {
274 "name": "Graham Campbell",
275 "email": "hello@gjcampbell.co.uk",
276 "homepage": "https://github.com/GrahamCampbell"
277 },
278 {
279 "name": "Michael Dowling",
280 "email": "mtdowling@gmail.com",
281 "homepage": "https://github.com/mtdowling"
282 },
283 {
284 "name": "George Mponos",
285 "email": "gmponos@gmail.com",
286 "homepage": "https://github.com/gmponos"
287 },
288 {
289 "name": "Tobias Nyholm",
290 "email": "tobias.nyholm@gmail.com",
291 "homepage": "https://github.com/Nyholm"
292 },
293 {
294 "name": "Márk Sági-Kazár",
295 "email": "mark.sagikazar@gmail.com",
296 "homepage": "https://github.com/sagikazarmark"
297 },
298 {
299 "name": "Tobias Schultze",
300 "email": "webmaster@tubo-world.de",
301 "homepage": "https://github.com/Tobion"
302 },
303 {
304 "name": "Márk Sági-Kazár",
305 "email": "mark.sagikazar@gmail.com",
306 "homepage": "https://sagikazarmark.hu"
307 }
308 ],
309 "description": "PSR-7 message implementation that also provides common utility methods",
310 "keywords": [
311 "http",
312 "message",
313 "psr-7",
314 "request",
315 "response",
316 "stream",
317 "uri",
318 "url"
319 ],
320 "support": {
321 "issues": "https://github.com/guzzle/psr7/issues",
322 "source": "https://github.com/guzzle/psr7/tree/2.4.3"
323 },
324 "funding": [
325 {
326 "url": "https://github.com/GrahamCampbell",
327 "type": "github"
328 },
329 {
330 "url": "https://github.com/Nyholm",
331 "type": "github"
332 },
333 {
334 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
335 "type": "tidelift"
336 }
337 ],
338 "time": "2022-10-26T14:07:24+00:00"
339 },
340 {
341 "name": "mailjet/mailjet-apiv3-php",
342 "version": "v1.5.8",
343 "source": {
344 "type": "git",
345 "url": "https://github.com/mailjet/mailjet-apiv3-php.git",
346 "reference": "747518ce0eebf64d27e9903441a255c85472a139"
347 },
348 "dist": {
349 "type": "zip",
350 "url": "https://api.github.com/repos/mailjet/mailjet-apiv3-php/zipball/747518ce0eebf64d27e9903441a255c85472a139",
351 "reference": "747518ce0eebf64d27e9903441a255c85472a139",
352 "shasum": ""
353 },
354 "require": {
355 "ext-json": "*",
356 "guzzlehttp/guzzle": "^7.4.4",
357 "php": "^7.2|^8.0",
358 "psr/http-client": "^1.0"
359 },
360 "require-dev": {
361 "mockery/mockery": "^1.4",
362 "php-coveralls/php-coveralls": "^2.0",
363 "phpunit/phpunit": "^8|^9"
364 },
365 "type": "library",
366 "autoload": {
367 "psr-0": {
368 "Mailjet": "src/"
369 }
370 },
371 "notification-url": "https://packagist.org/downloads/",
372 "license": [
373 "MIT"
374 ],
375 "authors": [
376 {
377 "name": "Mailjet",
378 "email": "dev@mailjet.com",
379 "homepage": "https://dev.mailjet.com"
380 }
381 ],
382 "description": "PHP wrapper for the Mailjet API",
383 "homepage": "https://github.com/mailjet/mailjet-apiv3-php/",
384 "keywords": [
385 "Mailjet",
386 "api",
387 "email",
388 "php",
389 "v3"
390 ],
391 "support": {
392 "issues": "https://github.com/mailjet/mailjet-apiv3-php/issues",
393 "source": "https://github.com/mailjet/mailjet-apiv3-php/tree/v1.5.8"
394 },
395 "time": "2022-10-15T16:24:08+00:00"
396 },
397 {
398 "name": "psr/http-client",
399 "version": "1.0.1",
400 "source": {
401 "type": "git",
402 "url": "https://github.com/php-fig/http-client.git",
403 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
404 },
405 "dist": {
406 "type": "zip",
407 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
408 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
409 "shasum": ""
410 },
411 "require": {
412 "php": "^7.0 || ^8.0",
413 "psr/http-message": "^1.0"
414 },
415 "type": "library",
416 "extra": {
417 "branch-alias": {
418 "dev-master": "1.0.x-dev"
419 }
420 },
421 "autoload": {
422 "psr-4": {
423 "Psr\\Http\\Client\\": "src/"
424 }
425 },
426 "notification-url": "https://packagist.org/downloads/",
427 "license": [
428 "MIT"
429 ],
430 "authors": [
431 {
432 "name": "PHP-FIG",
433 "homepage": "http://www.php-fig.org/"
434 }
435 ],
436 "description": "Common interface for HTTP clients",
437 "homepage": "https://github.com/php-fig/http-client",
438 "keywords": [
439 "http",
440 "http-client",
441 "psr",
442 "psr-18"
443 ],
444 "support": {
445 "source": "https://github.com/php-fig/http-client/tree/master"
446 },
447 "time": "2020-06-29T06:28:15+00:00"
448 },
449 {
450 "name": "psr/http-factory",
451 "version": "1.0.1",
452 "source": {
453 "type": "git",
454 "url": "https://github.com/php-fig/http-factory.git",
455 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
456 },
457 "dist": {
458 "type": "zip",
459 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
460 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
461 "shasum": ""
462 },
463 "require": {
464 "php": ">=7.0.0",
465 "psr/http-message": "^1.0"
466 },
467 "type": "library",
468 "extra": {
469 "branch-alias": {
470 "dev-master": "1.0.x-dev"
471 }
472 },
473 "autoload": {
474 "psr-4": {
475 "Psr\\Http\\Message\\": "src/"
476 }
477 },
478 "notification-url": "https://packagist.org/downloads/",
479 "license": [
480 "MIT"
481 ],
482 "authors": [
483 {
484 "name": "PHP-FIG",
485 "homepage": "http://www.php-fig.org/"
486 }
487 ],
488 "description": "Common interfaces for PSR-7 HTTP message factories",
489 "keywords": [
490 "factory",
491 "http",
492 "message",
493 "psr",
494 "psr-17",
495 "psr-7",
496 "request",
497 "response"
498 ],
499 "support": {
500 "source": "https://github.com/php-fig/http-factory/tree/master"
501 },
502 "time": "2019-04-30T12:38:16+00:00"
503 },
504 {
505 "name": "psr/http-message",
506 "version": "1.0.1",
507 "source": {
508 "type": "git",
509 "url": "https://github.com/php-fig/http-message.git",
510 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
511 },
512 "dist": {
513 "type": "zip",
514 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
515 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
516 "shasum": ""
517 },
518 "require": {
519 "php": ">=5.3.0"
520 },
521 "type": "library",
522 "extra": {
523 "branch-alias": {
524 "dev-master": "1.0.x-dev"
525 }
526 },
527 "autoload": {
528 "psr-4": {
529 "Psr\\Http\\Message\\": "src/"
530 }
531 },
532 "notification-url": "https://packagist.org/downloads/",
533 "license": [
534 "MIT"
535 ],
536 "authors": [
537 {
538 "name": "PHP-FIG",
539 "homepage": "http://www.php-fig.org/"
540 }
541 ],
542 "description": "Common interface for HTTP messages",
543 "homepage": "https://github.com/php-fig/http-message",
544 "keywords": [
545 "http",
546 "http-message",
547 "psr",
548 "psr-7",
549 "request",
550 "response"
551 ],
552 "support": {
553 "source": "https://github.com/php-fig/http-message/tree/master"
554 },
555 "time": "2016-08-06T14:39:51+00:00"
556 },
557 {
558 "name": "ralouphie/getallheaders",
559 "version": "3.0.3",
560 "source": {
561 "type": "git",
562 "url": "https://github.com/ralouphie/getallheaders.git",
563 "reference": "120b605dfeb996808c31b6477290a714d356e822"
564 },
565 "dist": {
566 "type": "zip",
567 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
568 "reference": "120b605dfeb996808c31b6477290a714d356e822",
569 "shasum": ""
570 },
571 "require": {
572 "php": ">=5.6"
573 },
574 "require-dev": {
575 "php-coveralls/php-coveralls": "^2.1",
576 "phpunit/phpunit": "^5 || ^6.5"
577 },
578 "type": "library",
579 "autoload": {
580 "files": [
581 "src/getallheaders.php"
582 ]
583 },
584 "notification-url": "https://packagist.org/downloads/",
585 "license": [
586 "MIT"
587 ],
588 "authors": [
589 {
590 "name": "Ralph Khattar",
591 "email": "ralph.khattar@gmail.com"
592 }
593 ],
594 "description": "A polyfill for getallheaders.",
595 "support": {
596 "issues": "https://github.com/ralouphie/getallheaders/issues",
597 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
598 },
599 "time": "2019-03-08T08:55:37+00:00"
600 },
601 {
602 "name": "symfony/deprecation-contracts",
603 "version": "v3.1.1",
604 "source": {
605 "type": "git",
606 "url": "https://github.com/symfony/deprecation-contracts.git",
607 "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
608 },
609 "dist": {
610 "type": "zip",
611 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
612 "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
613 "shasum": ""
614 },
615 "require": {
616 "php": ">=8.1"
617 },
618 "type": "library",
619 "extra": {
620 "branch-alias": {
621 "dev-main": "3.1-dev"
622 },
623 "thanks": {
624 "name": "symfony/contracts",
625 "url": "https://github.com/symfony/contracts"
626 }
627 },
628 "autoload": {
629 "files": [
630 "function.php"
631 ]
632 },
633 "notification-url": "https://packagist.org/downloads/",
634 "license": [
635 "MIT"
636 ],
637 "authors": [
638 {
639 "name": "Nicolas Grekas",
640 "email": "p@tchwork.com"
641 },
642 {
643 "name": "Symfony Community",
644 "homepage": "https://symfony.com/contributors"
645 }
646 ],
647 "description": "A generic function and convention to trigger deprecation notices",
648 "homepage": "https://symfony.com",
649 "support": {
650 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
651 },
652 "funding": [
653 {
654 "url": "https://symfony.com/sponsor",
655 "type": "custom"
656 },
657 {
658 "url": "https://github.com/fabpot",
659 "type": "github"
660 },
661 {
662 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
663 "type": "tidelift"
664 }
665 ],
666 "time": "2022-02-25T11:15:52+00:00"
667 }
668 ],
669 "packages-dev": [],
670 "aliases": [],
671 "minimum-stability": "stable",
672 "stability-flags": [],
673 "prefer-stable": false,
674 "prefer-lowest": false,
675 "platform": [],
676 "platform-dev": [],
677 "plugin-api-version": "2.0.0"
678}