blob: 384a2591abf7b14e6076909a50fc5c489bb2831e [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",
Renovate botb3f96292023-12-30 18:02:50 +000011 "version": "7.8.1",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +010012 "source": {
13 "type": "git",
14 "url": "https://github.com/guzzle/guzzle.git",
Renovate botb3f96292023-12-30 18:02:50 +000015 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +010016 },
17 "dist": {
18 "type": "zip",
Renovate botb3f96292023-12-30 18:02:50 +000019 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
20 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +010021 "shasum": ""
22 },
23 "require": {
24 "ext-json": "*",
Renovate botb3f96292023-12-30 18:02:50 +000025 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
26 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +010027 "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": {
Renovate botb3f96292023-12-30 18:02:50 +000035 "bamarni/composer-bin-plugin": "^1.8.2",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +010036 "ext-curl": "*",
Renovate botb3f96292023-12-30 18:02:50 +000037 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
38 "php-http/message-factory": "^1.1",
39 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +010040 "psr/log": "^1.1 || ^2.0 || ^3.0"
41 },
42 "suggest": {
43 "ext-curl": "Required for CURL handler support",
44 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
45 "psr/log": "Required for using the Log middleware"
46 },
47 "type": "library",
48 "extra": {
49 "bamarni-bin": {
50 "bin-links": true,
51 "forward-command": false
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +010052 }
53 },
54 "autoload": {
55 "files": [
56 "src/functions_include.php"
57 ],
58 "psr-4": {
59 "GuzzleHttp\\": "src/"
60 }
61 },
62 "notification-url": "https://packagist.org/downloads/",
63 "license": [
64 "MIT"
65 ],
66 "authors": [
67 {
68 "name": "Graham Campbell",
69 "email": "hello@gjcampbell.co.uk",
70 "homepage": "https://github.com/GrahamCampbell"
71 },
72 {
73 "name": "Michael Dowling",
74 "email": "mtdowling@gmail.com",
75 "homepage": "https://github.com/mtdowling"
76 },
77 {
78 "name": "Jeremy Lindblom",
79 "email": "jeremeamia@gmail.com",
80 "homepage": "https://github.com/jeremeamia"
81 },
82 {
83 "name": "George Mponos",
84 "email": "gmponos@gmail.com",
85 "homepage": "https://github.com/gmponos"
86 },
87 {
88 "name": "Tobias Nyholm",
89 "email": "tobias.nyholm@gmail.com",
90 "homepage": "https://github.com/Nyholm"
91 },
92 {
93 "name": "Márk Sági-Kazár",
94 "email": "mark.sagikazar@gmail.com",
95 "homepage": "https://github.com/sagikazarmark"
96 },
97 {
98 "name": "Tobias Schultze",
99 "email": "webmaster@tubo-world.de",
100 "homepage": "https://github.com/Tobion"
101 }
102 ],
103 "description": "Guzzle is a PHP HTTP client library",
104 "keywords": [
105 "client",
106 "curl",
107 "framework",
108 "http",
109 "http client",
110 "psr-18",
111 "psr-7",
112 "rest",
113 "web service"
114 ],
115 "support": {
116 "issues": "https://github.com/guzzle/guzzle/issues",
Renovate botb3f96292023-12-30 18:02:50 +0000117 "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100118 },
119 "funding": [
120 {
121 "url": "https://github.com/GrahamCampbell",
122 "type": "github"
123 },
124 {
125 "url": "https://github.com/Nyholm",
126 "type": "github"
127 },
128 {
129 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
130 "type": "tidelift"
131 }
132 ],
Renovate botb3f96292023-12-30 18:02:50 +0000133 "time": "2023-12-03T20:35:24+00:00"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100134 },
135 {
136 "name": "guzzlehttp/promises",
Renovate botb3f96292023-12-30 18:02:50 +0000137 "version": "2.0.2",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100138 "source": {
139 "type": "git",
140 "url": "https://github.com/guzzle/promises.git",
Renovate botb3f96292023-12-30 18:02:50 +0000141 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100142 },
143 "dist": {
144 "type": "zip",
Renovate botb3f96292023-12-30 18:02:50 +0000145 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
146 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100147 "shasum": ""
148 },
149 "require": {
Renovate botb3f96292023-12-30 18:02:50 +0000150 "php": "^7.2.5 || ^8.0"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100151 },
152 "require-dev": {
Renovate botb3f96292023-12-30 18:02:50 +0000153 "bamarni/composer-bin-plugin": "^1.8.2",
154 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100155 },
156 "type": "library",
157 "extra": {
Renovate botb3f96292023-12-30 18:02:50 +0000158 "bamarni-bin": {
159 "bin-links": true,
160 "forward-command": false
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100161 }
162 },
163 "autoload": {
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100164 "psr-4": {
165 "GuzzleHttp\\Promise\\": "src/"
166 }
167 },
168 "notification-url": "https://packagist.org/downloads/",
169 "license": [
170 "MIT"
171 ],
172 "authors": [
173 {
174 "name": "Graham Campbell",
175 "email": "hello@gjcampbell.co.uk",
176 "homepage": "https://github.com/GrahamCampbell"
177 },
178 {
179 "name": "Michael Dowling",
180 "email": "mtdowling@gmail.com",
181 "homepage": "https://github.com/mtdowling"
182 },
183 {
184 "name": "Tobias Nyholm",
185 "email": "tobias.nyholm@gmail.com",
186 "homepage": "https://github.com/Nyholm"
187 },
188 {
189 "name": "Tobias Schultze",
190 "email": "webmaster@tubo-world.de",
191 "homepage": "https://github.com/Tobion"
192 }
193 ],
194 "description": "Guzzle promises library",
195 "keywords": [
196 "promise"
197 ],
198 "support": {
199 "issues": "https://github.com/guzzle/promises/issues",
Renovate botb3f96292023-12-30 18:02:50 +0000200 "source": "https://github.com/guzzle/promises/tree/2.0.2"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100201 },
202 "funding": [
203 {
204 "url": "https://github.com/GrahamCampbell",
205 "type": "github"
206 },
207 {
208 "url": "https://github.com/Nyholm",
209 "type": "github"
210 },
211 {
212 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
213 "type": "tidelift"
214 }
215 ],
Renovate botb3f96292023-12-30 18:02:50 +0000216 "time": "2023-12-03T20:19:20+00:00"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100217 },
218 {
219 "name": "guzzlehttp/psr7",
Renovate botb3f96292023-12-30 18:02:50 +0000220 "version": "2.6.2",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100221 "source": {
222 "type": "git",
223 "url": "https://github.com/guzzle/psr7.git",
Renovate botb3f96292023-12-30 18:02:50 +0000224 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100225 },
226 "dist": {
227 "type": "zip",
Renovate botb3f96292023-12-30 18:02:50 +0000228 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
229 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100230 "shasum": ""
231 },
232 "require": {
233 "php": "^7.2.5 || ^8.0",
234 "psr/http-factory": "^1.0",
Renovate botb3f96292023-12-30 18:02:50 +0000235 "psr/http-message": "^1.1 || ^2.0",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100236 "ralouphie/getallheaders": "^3.0"
237 },
238 "provide": {
239 "psr/http-factory-implementation": "1.0",
240 "psr/http-message-implementation": "1.0"
241 },
242 "require-dev": {
Renovate botb3f96292023-12-30 18:02:50 +0000243 "bamarni/composer-bin-plugin": "^1.8.2",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100244 "http-interop/http-factory-tests": "^0.9",
Renovate botb3f96292023-12-30 18:02:50 +0000245 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100246 },
247 "suggest": {
248 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
249 },
250 "type": "library",
251 "extra": {
252 "bamarni-bin": {
253 "bin-links": true,
254 "forward-command": false
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100255 }
256 },
257 "autoload": {
258 "psr-4": {
259 "GuzzleHttp\\Psr7\\": "src/"
260 }
261 },
262 "notification-url": "https://packagist.org/downloads/",
263 "license": [
264 "MIT"
265 ],
266 "authors": [
267 {
268 "name": "Graham Campbell",
269 "email": "hello@gjcampbell.co.uk",
270 "homepage": "https://github.com/GrahamCampbell"
271 },
272 {
273 "name": "Michael Dowling",
274 "email": "mtdowling@gmail.com",
275 "homepage": "https://github.com/mtdowling"
276 },
277 {
278 "name": "George Mponos",
279 "email": "gmponos@gmail.com",
280 "homepage": "https://github.com/gmponos"
281 },
282 {
283 "name": "Tobias Nyholm",
284 "email": "tobias.nyholm@gmail.com",
285 "homepage": "https://github.com/Nyholm"
286 },
287 {
288 "name": "Márk Sági-Kazár",
289 "email": "mark.sagikazar@gmail.com",
290 "homepage": "https://github.com/sagikazarmark"
291 },
292 {
293 "name": "Tobias Schultze",
294 "email": "webmaster@tubo-world.de",
295 "homepage": "https://github.com/Tobion"
296 },
297 {
298 "name": "Márk Sági-Kazár",
299 "email": "mark.sagikazar@gmail.com",
300 "homepage": "https://sagikazarmark.hu"
301 }
302 ],
303 "description": "PSR-7 message implementation that also provides common utility methods",
304 "keywords": [
305 "http",
306 "message",
307 "psr-7",
308 "request",
309 "response",
310 "stream",
311 "uri",
312 "url"
313 ],
314 "support": {
315 "issues": "https://github.com/guzzle/psr7/issues",
Renovate botb3f96292023-12-30 18:02:50 +0000316 "source": "https://github.com/guzzle/psr7/tree/2.6.2"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100317 },
318 "funding": [
319 {
320 "url": "https://github.com/GrahamCampbell",
321 "type": "github"
322 },
323 {
324 "url": "https://github.com/Nyholm",
325 "type": "github"
326 },
327 {
328 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
329 "type": "tidelift"
330 }
331 ],
Renovate botb3f96292023-12-30 18:02:50 +0000332 "time": "2023-12-03T20:05:35+00:00"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100333 },
334 {
335 "name": "mailjet/mailjet-apiv3-php",
Renovate botb3f96292023-12-30 18:02:50 +0000336 "version": "v1.6.3",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100337 "source": {
338 "type": "git",
339 "url": "https://github.com/mailjet/mailjet-apiv3-php.git",
Renovate botb3f96292023-12-30 18:02:50 +0000340 "reference": "b10ac28c0c201bfd834e28a5a2c13f89d283aaa1"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100341 },
342 "dist": {
343 "type": "zip",
Renovate botb3f96292023-12-30 18:02:50 +0000344 "url": "https://api.github.com/repos/mailjet/mailjet-apiv3-php/zipball/b10ac28c0c201bfd834e28a5a2c13f89d283aaa1",
345 "reference": "b10ac28c0c201bfd834e28a5a2c13f89d283aaa1",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100346 "shasum": ""
347 },
348 "require": {
349 "ext-json": "*",
350 "guzzlehttp/guzzle": "^7.4.4",
Renovate botb3f96292023-12-30 18:02:50 +0000351 "php": "^8.1",
352 "psr/http-client": "^1.0",
353 "symfony/validator": "^6.3|^7.0"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100354 },
355 "require-dev": {
356 "mockery/mockery": "^1.4",
357 "php-coveralls/php-coveralls": "^2.0",
Renovate botb3f96292023-12-30 18:02:50 +0000358 "phpcompatibility/php-compatibility": "*",
359 "phpstan/phpstan": "^1.10",
360 "phpunit/phpunit": "^8|^9",
361 "squizlabs/php_codesniffer": "*"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100362 },
363 "type": "library",
364 "autoload": {
365 "psr-0": {
366 "Mailjet": "src/"
367 }
368 },
369 "notification-url": "https://packagist.org/downloads/",
370 "license": [
371 "MIT"
372 ],
373 "authors": [
374 {
375 "name": "Mailjet",
376 "email": "dev@mailjet.com",
377 "homepage": "https://dev.mailjet.com"
378 }
379 ],
380 "description": "PHP wrapper for the Mailjet API",
381 "homepage": "https://github.com/mailjet/mailjet-apiv3-php/",
382 "keywords": [
383 "Mailjet",
384 "api",
385 "email",
386 "php",
387 "v3"
388 ],
389 "support": {
390 "issues": "https://github.com/mailjet/mailjet-apiv3-php/issues",
Renovate botb3f96292023-12-30 18:02:50 +0000391 "source": "https://github.com/mailjet/mailjet-apiv3-php/tree/v1.6.3"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100392 },
Renovate botb3f96292023-12-30 18:02:50 +0000393 "time": "2023-12-10T11:13:26+00:00"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100394 },
395 {
396 "name": "psr/http-client",
Renovate botb3f96292023-12-30 18:02:50 +0000397 "version": "1.0.3",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100398 "source": {
399 "type": "git",
400 "url": "https://github.com/php-fig/http-client.git",
Renovate botb3f96292023-12-30 18:02:50 +0000401 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100402 },
403 "dist": {
404 "type": "zip",
Renovate botb3f96292023-12-30 18:02:50 +0000405 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
406 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100407 "shasum": ""
408 },
409 "require": {
410 "php": "^7.0 || ^8.0",
Renovate botb3f96292023-12-30 18:02:50 +0000411 "psr/http-message": "^1.0 || ^2.0"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100412 },
413 "type": "library",
414 "extra": {
415 "branch-alias": {
416 "dev-master": "1.0.x-dev"
417 }
418 },
419 "autoload": {
420 "psr-4": {
421 "Psr\\Http\\Client\\": "src/"
422 }
423 },
424 "notification-url": "https://packagist.org/downloads/",
425 "license": [
426 "MIT"
427 ],
428 "authors": [
429 {
430 "name": "PHP-FIG",
Renovate botb3f96292023-12-30 18:02:50 +0000431 "homepage": "https://www.php-fig.org/"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100432 }
433 ],
434 "description": "Common interface for HTTP clients",
435 "homepage": "https://github.com/php-fig/http-client",
436 "keywords": [
437 "http",
438 "http-client",
439 "psr",
440 "psr-18"
441 ],
442 "support": {
Renovate botb3f96292023-12-30 18:02:50 +0000443 "source": "https://github.com/php-fig/http-client"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100444 },
Renovate botb3f96292023-12-30 18:02:50 +0000445 "time": "2023-09-23T14:17:50+00:00"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100446 },
447 {
448 "name": "psr/http-factory",
Renovate botb3f96292023-12-30 18:02:50 +0000449 "version": "1.0.2",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100450 "source": {
451 "type": "git",
452 "url": "https://github.com/php-fig/http-factory.git",
Renovate botb3f96292023-12-30 18:02:50 +0000453 "reference": "e616d01114759c4c489f93b099585439f795fe35"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100454 },
455 "dist": {
456 "type": "zip",
Renovate botb3f96292023-12-30 18:02:50 +0000457 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
458 "reference": "e616d01114759c4c489f93b099585439f795fe35",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100459 "shasum": ""
460 },
461 "require": {
462 "php": ">=7.0.0",
Renovate botb3f96292023-12-30 18:02:50 +0000463 "psr/http-message": "^1.0 || ^2.0"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100464 },
465 "type": "library",
466 "extra": {
467 "branch-alias": {
468 "dev-master": "1.0.x-dev"
469 }
470 },
471 "autoload": {
472 "psr-4": {
473 "Psr\\Http\\Message\\": "src/"
474 }
475 },
476 "notification-url": "https://packagist.org/downloads/",
477 "license": [
478 "MIT"
479 ],
480 "authors": [
481 {
482 "name": "PHP-FIG",
Renovate botb3f96292023-12-30 18:02:50 +0000483 "homepage": "https://www.php-fig.org/"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100484 }
485 ],
486 "description": "Common interfaces for PSR-7 HTTP message factories",
487 "keywords": [
488 "factory",
489 "http",
490 "message",
491 "psr",
492 "psr-17",
493 "psr-7",
494 "request",
495 "response"
496 ],
497 "support": {
Renovate botb3f96292023-12-30 18:02:50 +0000498 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100499 },
Renovate botb3f96292023-12-30 18:02:50 +0000500 "time": "2023-04-10T20:10:41+00:00"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100501 },
502 {
503 "name": "psr/http-message",
Renovate botb3f96292023-12-30 18:02:50 +0000504 "version": "2.0",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100505 "source": {
506 "type": "git",
507 "url": "https://github.com/php-fig/http-message.git",
Renovate botb3f96292023-12-30 18:02:50 +0000508 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100509 },
510 "dist": {
511 "type": "zip",
Renovate botb3f96292023-12-30 18:02:50 +0000512 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
513 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100514 "shasum": ""
515 },
516 "require": {
Renovate botb3f96292023-12-30 18:02:50 +0000517 "php": "^7.2 || ^8.0"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100518 },
519 "type": "library",
520 "extra": {
521 "branch-alias": {
Renovate botb3f96292023-12-30 18:02:50 +0000522 "dev-master": "2.0.x-dev"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100523 }
524 },
525 "autoload": {
526 "psr-4": {
527 "Psr\\Http\\Message\\": "src/"
528 }
529 },
530 "notification-url": "https://packagist.org/downloads/",
531 "license": [
532 "MIT"
533 ],
534 "authors": [
535 {
536 "name": "PHP-FIG",
Renovate botb3f96292023-12-30 18:02:50 +0000537 "homepage": "https://www.php-fig.org/"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100538 }
539 ],
540 "description": "Common interface for HTTP messages",
541 "homepage": "https://github.com/php-fig/http-message",
542 "keywords": [
543 "http",
544 "http-message",
545 "psr",
546 "psr-7",
547 "request",
548 "response"
549 ],
550 "support": {
Renovate botb3f96292023-12-30 18:02:50 +0000551 "source": "https://github.com/php-fig/http-message/tree/2.0"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100552 },
Renovate botb3f96292023-12-30 18:02:50 +0000553 "time": "2023-04-04T09:54:51+00:00"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100554 },
555 {
556 "name": "ralouphie/getallheaders",
557 "version": "3.0.3",
558 "source": {
559 "type": "git",
560 "url": "https://github.com/ralouphie/getallheaders.git",
561 "reference": "120b605dfeb996808c31b6477290a714d356e822"
562 },
563 "dist": {
564 "type": "zip",
565 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
566 "reference": "120b605dfeb996808c31b6477290a714d356e822",
567 "shasum": ""
568 },
569 "require": {
570 "php": ">=5.6"
571 },
572 "require-dev": {
573 "php-coveralls/php-coveralls": "^2.1",
574 "phpunit/phpunit": "^5 || ^6.5"
575 },
576 "type": "library",
577 "autoload": {
578 "files": [
579 "src/getallheaders.php"
580 ]
581 },
582 "notification-url": "https://packagist.org/downloads/",
583 "license": [
584 "MIT"
585 ],
586 "authors": [
587 {
588 "name": "Ralph Khattar",
589 "email": "ralph.khattar@gmail.com"
590 }
591 ],
592 "description": "A polyfill for getallheaders.",
593 "support": {
594 "issues": "https://github.com/ralouphie/getallheaders/issues",
595 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
596 },
597 "time": "2019-03-08T08:55:37+00:00"
598 },
599 {
600 "name": "symfony/deprecation-contracts",
Renovate botb3f96292023-12-30 18:02:50 +0000601 "version": "v3.4.0",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100602 "source": {
603 "type": "git",
604 "url": "https://github.com/symfony/deprecation-contracts.git",
Renovate botb3f96292023-12-30 18:02:50 +0000605 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100606 },
607 "dist": {
608 "type": "zip",
Renovate botb3f96292023-12-30 18:02:50 +0000609 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
610 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100611 "shasum": ""
612 },
613 "require": {
614 "php": ">=8.1"
615 },
616 "type": "library",
617 "extra": {
618 "branch-alias": {
Renovate botb3f96292023-12-30 18:02:50 +0000619 "dev-main": "3.4-dev"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100620 },
621 "thanks": {
622 "name": "symfony/contracts",
623 "url": "https://github.com/symfony/contracts"
624 }
625 },
626 "autoload": {
627 "files": [
628 "function.php"
629 ]
630 },
631 "notification-url": "https://packagist.org/downloads/",
632 "license": [
633 "MIT"
634 ],
635 "authors": [
636 {
637 "name": "Nicolas Grekas",
638 "email": "p@tchwork.com"
639 },
640 {
641 "name": "Symfony Community",
642 "homepage": "https://symfony.com/contributors"
643 }
644 ],
645 "description": "A generic function and convention to trigger deprecation notices",
646 "homepage": "https://symfony.com",
647 "support": {
Renovate botb3f96292023-12-30 18:02:50 +0000648 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +0100649 },
650 "funding": [
651 {
652 "url": "https://symfony.com/sponsor",
653 "type": "custom"
654 },
655 {
656 "url": "https://github.com/fabpot",
657 "type": "github"
658 },
659 {
660 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
661 "type": "tidelift"
662 }
663 ],
Renovate botb3f96292023-12-30 18:02:50 +0000664 "time": "2023-05-23T14:45:45+00:00"
665 },
666 {
667 "name": "symfony/polyfill-ctype",
668 "version": "v1.28.0",
669 "source": {
670 "type": "git",
671 "url": "https://github.com/symfony/polyfill-ctype.git",
672 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
673 },
674 "dist": {
675 "type": "zip",
676 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
677 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
678 "shasum": ""
679 },
680 "require": {
681 "php": ">=7.1"
682 },
683 "provide": {
684 "ext-ctype": "*"
685 },
686 "suggest": {
687 "ext-ctype": "For best performance"
688 },
689 "type": "library",
690 "extra": {
691 "branch-alias": {
692 "dev-main": "1.28-dev"
693 },
694 "thanks": {
695 "name": "symfony/polyfill",
696 "url": "https://github.com/symfony/polyfill"
697 }
698 },
699 "autoload": {
700 "files": [
701 "bootstrap.php"
702 ],
703 "psr-4": {
704 "Symfony\\Polyfill\\Ctype\\": ""
705 }
706 },
707 "notification-url": "https://packagist.org/downloads/",
708 "license": [
709 "MIT"
710 ],
711 "authors": [
712 {
713 "name": "Gert de Pagter",
714 "email": "BackEndTea@gmail.com"
715 },
716 {
717 "name": "Symfony Community",
718 "homepage": "https://symfony.com/contributors"
719 }
720 ],
721 "description": "Symfony polyfill for ctype functions",
722 "homepage": "https://symfony.com",
723 "keywords": [
724 "compatibility",
725 "ctype",
726 "polyfill",
727 "portable"
728 ],
729 "support": {
730 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
731 },
732 "funding": [
733 {
734 "url": "https://symfony.com/sponsor",
735 "type": "custom"
736 },
737 {
738 "url": "https://github.com/fabpot",
739 "type": "github"
740 },
741 {
742 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
743 "type": "tidelift"
744 }
745 ],
746 "time": "2023-01-26T09:26:14+00:00"
747 },
748 {
749 "name": "symfony/polyfill-mbstring",
750 "version": "v1.28.0",
751 "source": {
752 "type": "git",
753 "url": "https://github.com/symfony/polyfill-mbstring.git",
754 "reference": "42292d99c55abe617799667f454222c54c60e229"
755 },
756 "dist": {
757 "type": "zip",
758 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
759 "reference": "42292d99c55abe617799667f454222c54c60e229",
760 "shasum": ""
761 },
762 "require": {
763 "php": ">=7.1"
764 },
765 "provide": {
766 "ext-mbstring": "*"
767 },
768 "suggest": {
769 "ext-mbstring": "For best performance"
770 },
771 "type": "library",
772 "extra": {
773 "branch-alias": {
774 "dev-main": "1.28-dev"
775 },
776 "thanks": {
777 "name": "symfony/polyfill",
778 "url": "https://github.com/symfony/polyfill"
779 }
780 },
781 "autoload": {
782 "files": [
783 "bootstrap.php"
784 ],
785 "psr-4": {
786 "Symfony\\Polyfill\\Mbstring\\": ""
787 }
788 },
789 "notification-url": "https://packagist.org/downloads/",
790 "license": [
791 "MIT"
792 ],
793 "authors": [
794 {
795 "name": "Nicolas Grekas",
796 "email": "p@tchwork.com"
797 },
798 {
799 "name": "Symfony Community",
800 "homepage": "https://symfony.com/contributors"
801 }
802 ],
803 "description": "Symfony polyfill for the Mbstring extension",
804 "homepage": "https://symfony.com",
805 "keywords": [
806 "compatibility",
807 "mbstring",
808 "polyfill",
809 "portable",
810 "shim"
811 ],
812 "support": {
813 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
814 },
815 "funding": [
816 {
817 "url": "https://symfony.com/sponsor",
818 "type": "custom"
819 },
820 {
821 "url": "https://github.com/fabpot",
822 "type": "github"
823 },
824 {
825 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
826 "type": "tidelift"
827 }
828 ],
829 "time": "2023-07-28T09:04:16+00:00"
830 },
831 {
832 "name": "symfony/polyfill-php80",
833 "version": "v1.28.0",
834 "source": {
835 "type": "git",
836 "url": "https://github.com/symfony/polyfill-php80.git",
837 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
838 },
839 "dist": {
840 "type": "zip",
841 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
842 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
843 "shasum": ""
844 },
845 "require": {
846 "php": ">=7.1"
847 },
848 "type": "library",
849 "extra": {
850 "branch-alias": {
851 "dev-main": "1.28-dev"
852 },
853 "thanks": {
854 "name": "symfony/polyfill",
855 "url": "https://github.com/symfony/polyfill"
856 }
857 },
858 "autoload": {
859 "files": [
860 "bootstrap.php"
861 ],
862 "psr-4": {
863 "Symfony\\Polyfill\\Php80\\": ""
864 },
865 "classmap": [
866 "Resources/stubs"
867 ]
868 },
869 "notification-url": "https://packagist.org/downloads/",
870 "license": [
871 "MIT"
872 ],
873 "authors": [
874 {
875 "name": "Ion Bazan",
876 "email": "ion.bazan@gmail.com"
877 },
878 {
879 "name": "Nicolas Grekas",
880 "email": "p@tchwork.com"
881 },
882 {
883 "name": "Symfony Community",
884 "homepage": "https://symfony.com/contributors"
885 }
886 ],
887 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
888 "homepage": "https://symfony.com",
889 "keywords": [
890 "compatibility",
891 "polyfill",
892 "portable",
893 "shim"
894 ],
895 "support": {
896 "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
897 },
898 "funding": [
899 {
900 "url": "https://symfony.com/sponsor",
901 "type": "custom"
902 },
903 {
904 "url": "https://github.com/fabpot",
905 "type": "github"
906 },
907 {
908 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
909 "type": "tidelift"
910 }
911 ],
912 "time": "2023-01-26T09:26:14+00:00"
913 },
914 {
915 "name": "symfony/polyfill-php83",
916 "version": "v1.28.0",
917 "source": {
918 "type": "git",
919 "url": "https://github.com/symfony/polyfill-php83.git",
920 "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
921 },
922 "dist": {
923 "type": "zip",
924 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
925 "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
926 "shasum": ""
927 },
928 "require": {
929 "php": ">=7.1",
930 "symfony/polyfill-php80": "^1.14"
931 },
932 "type": "library",
933 "extra": {
934 "branch-alias": {
935 "dev-main": "1.28-dev"
936 },
937 "thanks": {
938 "name": "symfony/polyfill",
939 "url": "https://github.com/symfony/polyfill"
940 }
941 },
942 "autoload": {
943 "files": [
944 "bootstrap.php"
945 ],
946 "psr-4": {
947 "Symfony\\Polyfill\\Php83\\": ""
948 },
949 "classmap": [
950 "Resources/stubs"
951 ]
952 },
953 "notification-url": "https://packagist.org/downloads/",
954 "license": [
955 "MIT"
956 ],
957 "authors": [
958 {
959 "name": "Nicolas Grekas",
960 "email": "p@tchwork.com"
961 },
962 {
963 "name": "Symfony Community",
964 "homepage": "https://symfony.com/contributors"
965 }
966 ],
967 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
968 "homepage": "https://symfony.com",
969 "keywords": [
970 "compatibility",
971 "polyfill",
972 "portable",
973 "shim"
974 ],
975 "support": {
976 "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
977 },
978 "funding": [
979 {
980 "url": "https://symfony.com/sponsor",
981 "type": "custom"
982 },
983 {
984 "url": "https://github.com/fabpot",
985 "type": "github"
986 },
987 {
988 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
989 "type": "tidelift"
990 }
991 ],
992 "time": "2023-08-16T06:22:46+00:00"
993 },
994 {
995 "name": "symfony/translation-contracts",
996 "version": "v3.4.1",
997 "source": {
998 "type": "git",
999 "url": "https://github.com/symfony/translation-contracts.git",
1000 "reference": "06450585bf65e978026bda220cdebca3f867fde7"
1001 },
1002 "dist": {
1003 "type": "zip",
1004 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
1005 "reference": "06450585bf65e978026bda220cdebca3f867fde7",
1006 "shasum": ""
1007 },
1008 "require": {
1009 "php": ">=8.1"
1010 },
1011 "type": "library",
1012 "extra": {
1013 "branch-alias": {
1014 "dev-main": "3.4-dev"
1015 },
1016 "thanks": {
1017 "name": "symfony/contracts",
1018 "url": "https://github.com/symfony/contracts"
1019 }
1020 },
1021 "autoload": {
1022 "psr-4": {
1023 "Symfony\\Contracts\\Translation\\": ""
1024 },
1025 "exclude-from-classmap": [
1026 "/Test/"
1027 ]
1028 },
1029 "notification-url": "https://packagist.org/downloads/",
1030 "license": [
1031 "MIT"
1032 ],
1033 "authors": [
1034 {
1035 "name": "Nicolas Grekas",
1036 "email": "p@tchwork.com"
1037 },
1038 {
1039 "name": "Symfony Community",
1040 "homepage": "https://symfony.com/contributors"
1041 }
1042 ],
1043 "description": "Generic abstractions related to translation",
1044 "homepage": "https://symfony.com",
1045 "keywords": [
1046 "abstractions",
1047 "contracts",
1048 "decoupling",
1049 "interfaces",
1050 "interoperability",
1051 "standards"
1052 ],
1053 "support": {
1054 "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
1055 },
1056 "funding": [
1057 {
1058 "url": "https://symfony.com/sponsor",
1059 "type": "custom"
1060 },
1061 {
1062 "url": "https://github.com/fabpot",
1063 "type": "github"
1064 },
1065 {
1066 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1067 "type": "tidelift"
1068 }
1069 ],
1070 "time": "2023-12-26T14:02:43+00:00"
1071 },
1072 {
1073 "name": "symfony/validator",
1074 "version": "v7.0.2",
1075 "source": {
1076 "type": "git",
1077 "url": "https://github.com/symfony/validator.git",
1078 "reference": "24911cba25f0ef2a8e23327c100664502e1b95cb"
1079 },
1080 "dist": {
1081 "type": "zip",
1082 "url": "https://api.github.com/repos/symfony/validator/zipball/24911cba25f0ef2a8e23327c100664502e1b95cb",
1083 "reference": "24911cba25f0ef2a8e23327c100664502e1b95cb",
1084 "shasum": ""
1085 },
1086 "require": {
1087 "php": ">=8.2",
1088 "symfony/polyfill-ctype": "~1.8",
1089 "symfony/polyfill-mbstring": "~1.0",
1090 "symfony/polyfill-php83": "^1.27",
1091 "symfony/translation-contracts": "^2.5|^3"
1092 },
1093 "conflict": {
1094 "doctrine/lexer": "<1.1",
1095 "symfony/dependency-injection": "<6.4",
1096 "symfony/doctrine-bridge": "<7.0",
1097 "symfony/expression-language": "<6.4",
1098 "symfony/http-kernel": "<6.4",
1099 "symfony/intl": "<6.4",
1100 "symfony/property-info": "<6.4",
1101 "symfony/translation": "<6.4",
1102 "symfony/yaml": "<6.4"
1103 },
1104 "require-dev": {
1105 "egulias/email-validator": "^2.1.10|^3|^4",
1106 "symfony/cache": "^6.4|^7.0",
1107 "symfony/config": "^6.4|^7.0",
1108 "symfony/console": "^6.4|^7.0",
1109 "symfony/dependency-injection": "^6.4|^7.0",
1110 "symfony/expression-language": "^6.4|^7.0",
1111 "symfony/finder": "^6.4|^7.0",
1112 "symfony/http-client": "^6.4|^7.0",
1113 "symfony/http-foundation": "^6.4|^7.0",
1114 "symfony/http-kernel": "^6.4|^7.0",
1115 "symfony/intl": "^6.4|^7.0",
1116 "symfony/mime": "^6.4|^7.0",
1117 "symfony/property-access": "^6.4|^7.0",
1118 "symfony/property-info": "^6.4|^7.0",
1119 "symfony/translation": "^6.4|^7.0",
1120 "symfony/yaml": "^6.4|^7.0"
1121 },
1122 "type": "library",
1123 "autoload": {
1124 "psr-4": {
1125 "Symfony\\Component\\Validator\\": ""
1126 },
1127 "exclude-from-classmap": [
1128 "/Tests/"
1129 ]
1130 },
1131 "notification-url": "https://packagist.org/downloads/",
1132 "license": [
1133 "MIT"
1134 ],
1135 "authors": [
1136 {
1137 "name": "Fabien Potencier",
1138 "email": "fabien@symfony.com"
1139 },
1140 {
1141 "name": "Symfony Community",
1142 "homepage": "https://symfony.com/contributors"
1143 }
1144 ],
1145 "description": "Provides tools to validate values",
1146 "homepage": "https://symfony.com",
1147 "support": {
1148 "source": "https://github.com/symfony/validator/tree/v7.0.2"
1149 },
1150 "funding": [
1151 {
1152 "url": "https://symfony.com/sponsor",
1153 "type": "custom"
1154 },
1155 {
1156 "url": "https://github.com/fabpot",
1157 "type": "github"
1158 },
1159 {
1160 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1161 "type": "tidelift"
1162 }
1163 ],
1164 "time": "2023-12-30T09:57:06+00:00"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +01001165 }
1166 ],
1167 "packages-dev": [],
1168 "aliases": [],
1169 "minimum-stability": "stable",
1170 "stability-flags": [],
1171 "prefer-stable": false,
1172 "prefer-lowest": false,
1173 "platform": [],
1174 "platform-dev": [],
Renovate botb3f96292023-12-30 18:02:50 +00001175 "plugin-api-version": "2.6.0"
Adrià Vilanova Martínez0e748c62022-12-10 20:26:42 +01001176}