diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 1823 |
1 files changed, 1823 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..c030eef --- /dev/null +++ b/composer.lock | |||
@@ -0,0 +1,1823 @@ | |||
1 | { | ||
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": "2f2c8269869deaea3bae639a10145a3c", | ||
8 | "packages": [ | ||
9 | { | ||
10 | "name": "doctrine/collections", | ||
11 | "version": "2.2.2", | ||
12 | "source": { | ||
13 | "type": "git", | ||
14 | "url": "https://github.com/doctrine/collections.git", | ||
15 | "reference": "d8af7f248c74f195f7347424600fd9e17b57af59" | ||
16 | }, | ||
17 | "dist": { | ||
18 | "type": "zip", | ||
19 | "url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59", | ||
20 | "reference": "d8af7f248c74f195f7347424600fd9e17b57af59", | ||
21 | "shasum": "" | ||
22 | }, | ||
23 | "require": { | ||
24 | "doctrine/deprecations": "^1", | ||
25 | "php": "^8.1" | ||
26 | }, | ||
27 | "require-dev": { | ||
28 | "doctrine/coding-standard": "^12", | ||
29 | "ext-json": "*", | ||
30 | "phpstan/phpstan": "^1.8", | ||
31 | "phpstan/phpstan-phpunit": "^1.0", | ||
32 | "phpunit/phpunit": "^10.5", | ||
33 | "vimeo/psalm": "^5.11" | ||
34 | }, | ||
35 | "type": "library", | ||
36 | "autoload": { | ||
37 | "psr-4": { | ||
38 | "Doctrine\\Common\\Collections\\": "src" | ||
39 | } | ||
40 | }, | ||
41 | "notification-url": "https://packagist.org/downloads/", | ||
42 | "license": [ | ||
43 | "MIT" | ||
44 | ], | ||
45 | "authors": [ | ||
46 | { | ||
47 | "name": "Guilherme Blanco", | ||
48 | "email": "guilhermeblanco@gmail.com" | ||
49 | }, | ||
50 | { | ||
51 | "name": "Roman Borschel", | ||
52 | "email": "roman@code-factory.org" | ||
53 | }, | ||
54 | { | ||
55 | "name": "Benjamin Eberlei", | ||
56 | "email": "kontakt@beberlei.de" | ||
57 | }, | ||
58 | { | ||
59 | "name": "Jonathan Wage", | ||
60 | "email": "jonwage@gmail.com" | ||
61 | }, | ||
62 | { | ||
63 | "name": "Johannes Schmitt", | ||
64 | "email": "schmittjoh@gmail.com" | ||
65 | } | ||
66 | ], | ||
67 | "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", | ||
68 | "homepage": "https://www.doctrine-project.org/projects/collections.html", | ||
69 | "keywords": [ | ||
70 | "array", | ||
71 | "collections", | ||
72 | "iterators", | ||
73 | "php" | ||
74 | ], | ||
75 | "support": { | ||
76 | "issues": "https://github.com/doctrine/collections/issues", | ||
77 | "source": "https://github.com/doctrine/collections/tree/2.2.2" | ||
78 | }, | ||
79 | "funding": [ | ||
80 | { | ||
81 | "url": "https://www.doctrine-project.org/sponsorship.html", | ||
82 | "type": "custom" | ||
83 | }, | ||
84 | { | ||
85 | "url": "https://www.patreon.com/phpdoctrine", | ||
86 | "type": "patreon" | ||
87 | }, | ||
88 | { | ||
89 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", | ||
90 | "type": "tidelift" | ||
91 | } | ||
92 | ], | ||
93 | "time": "2024-04-18T06:56:21+00:00" | ||
94 | }, | ||
95 | { | ||
96 | "name": "doctrine/dbal", | ||
97 | "version": "4.0.5", | ||
98 | "source": { | ||
99 | "type": "git", | ||
100 | "url": "https://github.com/doctrine/dbal.git", | ||
101 | "reference": "389230389ed2d73a5fbf9a07d2bc0f8d0d56070e" | ||
102 | }, | ||
103 | "dist": { | ||
104 | "type": "zip", | ||
105 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/389230389ed2d73a5fbf9a07d2bc0f8d0d56070e", | ||
106 | "reference": "389230389ed2d73a5fbf9a07d2bc0f8d0d56070e", | ||
107 | "shasum": "" | ||
108 | }, | ||
109 | "require": { | ||
110 | "doctrine/deprecations": "^0.5.3|^1", | ||
111 | "php": "^8.1", | ||
112 | "psr/cache": "^1|^2|^3", | ||
113 | "psr/log": "^1|^2|^3" | ||
114 | }, | ||
115 | "require-dev": { | ||
116 | "doctrine/coding-standard": "12.0.0", | ||
117 | "fig/log-test": "^1", | ||
118 | "jetbrains/phpstorm-stubs": "2023.2", | ||
119 | "phpstan/phpstan": "1.11.7", | ||
120 | "phpstan/phpstan-phpunit": "1.4.0", | ||
121 | "phpstan/phpstan-strict-rules": "^1.6", | ||
122 | "phpunit/phpunit": "10.5.28", | ||
123 | "psalm/plugin-phpunit": "0.19.0", | ||
124 | "slevomat/coding-standard": "8.13.1", | ||
125 | "squizlabs/php_codesniffer": "3.10.2", | ||
126 | "symfony/cache": "^6.3.8|^7.0", | ||
127 | "symfony/console": "^5.4|^6.3|^7.0", | ||
128 | "vimeo/psalm": "5.24.0" | ||
129 | }, | ||
130 | "suggest": { | ||
131 | "symfony/console": "For helpful console commands such as SQL execution and import of files." | ||
132 | }, | ||
133 | "type": "library", | ||
134 | "autoload": { | ||
135 | "psr-4": { | ||
136 | "Doctrine\\DBAL\\": "src" | ||
137 | } | ||
138 | }, | ||
139 | "notification-url": "https://packagist.org/downloads/", | ||
140 | "license": [ | ||
141 | "MIT" | ||
142 | ], | ||
143 | "authors": [ | ||
144 | { | ||
145 | "name": "Guilherme Blanco", | ||
146 | "email": "guilhermeblanco@gmail.com" | ||
147 | }, | ||
148 | { | ||
149 | "name": "Roman Borschel", | ||
150 | "email": "roman@code-factory.org" | ||
151 | }, | ||
152 | { | ||
153 | "name": "Benjamin Eberlei", | ||
154 | "email": "kontakt@beberlei.de" | ||
155 | }, | ||
156 | { | ||
157 | "name": "Jonathan Wage", | ||
158 | "email": "jonwage@gmail.com" | ||
159 | } | ||
160 | ], | ||
161 | "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", | ||
162 | "homepage": "https://www.doctrine-project.org/projects/dbal.html", | ||
163 | "keywords": [ | ||
164 | "abstraction", | ||
165 | "database", | ||
166 | "db2", | ||
167 | "dbal", | ||
168 | "mariadb", | ||
169 | "mssql", | ||
170 | "mysql", | ||
171 | "oci8", | ||
172 | "oracle", | ||
173 | "pdo", | ||
174 | "pgsql", | ||
175 | "postgresql", | ||
176 | "queryobject", | ||
177 | "sasql", | ||
178 | "sql", | ||
179 | "sqlite", | ||
180 | "sqlserver", | ||
181 | "sqlsrv" | ||
182 | ], | ||
183 | "support": { | ||
184 | "issues": "https://github.com/doctrine/dbal/issues", | ||
185 | "source": "https://github.com/doctrine/dbal/tree/4.0.5" | ||
186 | }, | ||
187 | "funding": [ | ||
188 | { | ||
189 | "url": "https://www.doctrine-project.org/sponsorship.html", | ||
190 | "type": "custom" | ||
191 | }, | ||
192 | { | ||
193 | "url": "https://www.patreon.com/phpdoctrine", | ||
194 | "type": "patreon" | ||
195 | }, | ||
196 | { | ||
197 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", | ||
198 | "type": "tidelift" | ||
199 | } | ||
200 | ], | ||
201 | "time": "2024-08-07T12:53:48+00:00" | ||
202 | }, | ||
203 | { | ||
204 | "name": "doctrine/deprecations", | ||
205 | "version": "1.1.3", | ||
206 | "source": { | ||
207 | "type": "git", | ||
208 | "url": "https://github.com/doctrine/deprecations.git", | ||
209 | "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" | ||
210 | }, | ||
211 | "dist": { | ||
212 | "type": "zip", | ||
213 | "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", | ||
214 | "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", | ||
215 | "shasum": "" | ||
216 | }, | ||
217 | "require": { | ||
218 | "php": "^7.1 || ^8.0" | ||
219 | }, | ||
220 | "require-dev": { | ||
221 | "doctrine/coding-standard": "^9", | ||
222 | "phpstan/phpstan": "1.4.10 || 1.10.15", | ||
223 | "phpstan/phpstan-phpunit": "^1.0", | ||
224 | "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", | ||
225 | "psalm/plugin-phpunit": "0.18.4", | ||
226 | "psr/log": "^1 || ^2 || ^3", | ||
227 | "vimeo/psalm": "4.30.0 || 5.12.0" | ||
228 | }, | ||
229 | "suggest": { | ||
230 | "psr/log": "Allows logging deprecations via PSR-3 logger implementation" | ||
231 | }, | ||
232 | "type": "library", | ||
233 | "autoload": { | ||
234 | "psr-4": { | ||
235 | "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" | ||
236 | } | ||
237 | }, | ||
238 | "notification-url": "https://packagist.org/downloads/", | ||
239 | "license": [ | ||
240 | "MIT" | ||
241 | ], | ||
242 | "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", | ||
243 | "homepage": "https://www.doctrine-project.org/", | ||
244 | "support": { | ||
245 | "issues": "https://github.com/doctrine/deprecations/issues", | ||
246 | "source": "https://github.com/doctrine/deprecations/tree/1.1.3" | ||
247 | }, | ||
248 | "time": "2024-01-30T19:34:25+00:00" | ||
249 | }, | ||
250 | { | ||
251 | "name": "doctrine/event-manager", | ||
252 | "version": "2.0.1", | ||
253 | "source": { | ||
254 | "type": "git", | ||
255 | "url": "https://github.com/doctrine/event-manager.git", | ||
256 | "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e" | ||
257 | }, | ||
258 | "dist": { | ||
259 | "type": "zip", | ||
260 | "url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e", | ||
261 | "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e", | ||
262 | "shasum": "" | ||
263 | }, | ||
264 | "require": { | ||
265 | "php": "^8.1" | ||
266 | }, | ||
267 | "conflict": { | ||
268 | "doctrine/common": "<2.9" | ||
269 | }, | ||
270 | "require-dev": { | ||
271 | "doctrine/coding-standard": "^12", | ||
272 | "phpstan/phpstan": "^1.8.8", | ||
273 | "phpunit/phpunit": "^10.5", | ||
274 | "vimeo/psalm": "^5.24" | ||
275 | }, | ||
276 | "type": "library", | ||
277 | "autoload": { | ||
278 | "psr-4": { | ||
279 | "Doctrine\\Common\\": "src" | ||
280 | } | ||
281 | }, | ||
282 | "notification-url": "https://packagist.org/downloads/", | ||
283 | "license": [ | ||
284 | "MIT" | ||
285 | ], | ||
286 | "authors": [ | ||
287 | { | ||
288 | "name": "Guilherme Blanco", | ||
289 | "email": "guilhermeblanco@gmail.com" | ||
290 | }, | ||
291 | { | ||
292 | "name": "Roman Borschel", | ||
293 | "email": "roman@code-factory.org" | ||
294 | }, | ||
295 | { | ||
296 | "name": "Benjamin Eberlei", | ||
297 | "email": "kontakt@beberlei.de" | ||
298 | }, | ||
299 | { | ||
300 | "name": "Jonathan Wage", | ||
301 | "email": "jonwage@gmail.com" | ||
302 | }, | ||
303 | { | ||
304 | "name": "Johannes Schmitt", | ||
305 | "email": "schmittjoh@gmail.com" | ||
306 | }, | ||
307 | { | ||
308 | "name": "Marco Pivetta", | ||
309 | "email": "ocramius@gmail.com" | ||
310 | } | ||
311 | ], | ||
312 | "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", | ||
313 | "homepage": "https://www.doctrine-project.org/projects/event-manager.html", | ||
314 | "keywords": [ | ||
315 | "event", | ||
316 | "event dispatcher", | ||
317 | "event manager", | ||
318 | "event system", | ||
319 | "events" | ||
320 | ], | ||
321 | "support": { | ||
322 | "issues": "https://github.com/doctrine/event-manager/issues", | ||
323 | "source": "https://github.com/doctrine/event-manager/tree/2.0.1" | ||
324 | }, | ||
325 | "funding": [ | ||
326 | { | ||
327 | "url": "https://www.doctrine-project.org/sponsorship.html", | ||
328 | "type": "custom" | ||
329 | }, | ||
330 | { | ||
331 | "url": "https://www.patreon.com/phpdoctrine", | ||
332 | "type": "patreon" | ||
333 | }, | ||
334 | { | ||
335 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", | ||
336 | "type": "tidelift" | ||
337 | } | ||
338 | ], | ||
339 | "time": "2024-05-22T20:47:39+00:00" | ||
340 | }, | ||
341 | { | ||
342 | "name": "doctrine/inflector", | ||
343 | "version": "2.0.10", | ||
344 | "source": { | ||
345 | "type": "git", | ||
346 | "url": "https://github.com/doctrine/inflector.git", | ||
347 | "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" | ||
348 | }, | ||
349 | "dist": { | ||
350 | "type": "zip", | ||
351 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", | ||
352 | "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", | ||
353 | "shasum": "" | ||
354 | }, | ||
355 | "require": { | ||
356 | "php": "^7.2 || ^8.0" | ||
357 | }, | ||
358 | "require-dev": { | ||
359 | "doctrine/coding-standard": "^11.0", | ||
360 | "phpstan/phpstan": "^1.8", | ||
361 | "phpstan/phpstan-phpunit": "^1.1", | ||
362 | "phpstan/phpstan-strict-rules": "^1.3", | ||
363 | "phpunit/phpunit": "^8.5 || ^9.5", | ||
364 | "vimeo/psalm": "^4.25 || ^5.4" | ||
365 | }, | ||
366 | "type": "library", | ||
367 | "autoload": { | ||
368 | "psr-4": { | ||
369 | "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" | ||
370 | } | ||
371 | }, | ||
372 | "notification-url": "https://packagist.org/downloads/", | ||
373 | "license": [ | ||
374 | "MIT" | ||
375 | ], | ||
376 | "authors": [ | ||
377 | { | ||
378 | "name": "Guilherme Blanco", | ||
379 | "email": "guilhermeblanco@gmail.com" | ||
380 | }, | ||
381 | { | ||
382 | "name": "Roman Borschel", | ||
383 | "email": "roman@code-factory.org" | ||
384 | }, | ||
385 | { | ||
386 | "name": "Benjamin Eberlei", | ||
387 | "email": "kontakt@beberlei.de" | ||
388 | }, | ||
389 | { | ||
390 | "name": "Jonathan Wage", | ||
391 | "email": "jonwage@gmail.com" | ||
392 | }, | ||
393 | { | ||
394 | "name": "Johannes Schmitt", | ||
395 | "email": "schmittjoh@gmail.com" | ||
396 | } | ||
397 | ], | ||
398 | "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", | ||
399 | "homepage": "https://www.doctrine-project.org/projects/inflector.html", | ||
400 | "keywords": [ | ||
401 | "inflection", | ||
402 | "inflector", | ||
403 | "lowercase", | ||
404 | "manipulation", | ||
405 | "php", | ||
406 | "plural", | ||
407 | "singular", | ||
408 | "strings", | ||
409 | "uppercase", | ||
410 | "words" | ||
411 | ], | ||
412 | "support": { | ||
413 | "issues": "https://github.com/doctrine/inflector/issues", | ||
414 | "source": "https://github.com/doctrine/inflector/tree/2.0.10" | ||
415 | }, | ||
416 | "funding": [ | ||
417 | { | ||
418 | "url": "https://www.doctrine-project.org/sponsorship.html", | ||
419 | "type": "custom" | ||
420 | }, | ||
421 | { | ||
422 | "url": "https://www.patreon.com/phpdoctrine", | ||
423 | "type": "patreon" | ||
424 | }, | ||
425 | { | ||
426 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", | ||
427 | "type": "tidelift" | ||
428 | } | ||
429 | ], | ||
430 | "time": "2024-02-18T20:23:39+00:00" | ||
431 | }, | ||
432 | { | ||
433 | "name": "doctrine/instantiator", | ||
434 | "version": "2.0.0", | ||
435 | "source": { | ||
436 | "type": "git", | ||
437 | "url": "https://github.com/doctrine/instantiator.git", | ||
438 | "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" | ||
439 | }, | ||
440 | "dist": { | ||
441 | "type": "zip", | ||
442 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", | ||
443 | "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", | ||
444 | "shasum": "" | ||
445 | }, | ||
446 | "require": { | ||
447 | "php": "^8.1" | ||
448 | }, | ||
449 | "require-dev": { | ||
450 | "doctrine/coding-standard": "^11", | ||
451 | "ext-pdo": "*", | ||
452 | "ext-phar": "*", | ||
453 | "phpbench/phpbench": "^1.2", | ||
454 | "phpstan/phpstan": "^1.9.4", | ||
455 | "phpstan/phpstan-phpunit": "^1.3", | ||
456 | "phpunit/phpunit": "^9.5.27", | ||
457 | "vimeo/psalm": "^5.4" | ||
458 | }, | ||
459 | "type": "library", | ||
460 | "autoload": { | ||
461 | "psr-4": { | ||
462 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | ||
463 | } | ||
464 | }, | ||
465 | "notification-url": "https://packagist.org/downloads/", | ||
466 | "license": [ | ||
467 | "MIT" | ||
468 | ], | ||
469 | "authors": [ | ||
470 | { | ||
471 | "name": "Marco Pivetta", | ||
472 | "email": "ocramius@gmail.com", | ||
473 | "homepage": "https://ocramius.github.io/" | ||
474 | } | ||
475 | ], | ||
476 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | ||
477 | "homepage": "https://www.doctrine-project.org/projects/instantiator.html", | ||
478 | "keywords": [ | ||
479 | "constructor", | ||
480 | "instantiate" | ||
481 | ], | ||
482 | "support": { | ||
483 | "issues": "https://github.com/doctrine/instantiator/issues", | ||
484 | "source": "https://github.com/doctrine/instantiator/tree/2.0.0" | ||
485 | }, | ||
486 | "funding": [ | ||
487 | { | ||
488 | "url": "https://www.doctrine-project.org/sponsorship.html", | ||
489 | "type": "custom" | ||
490 | }, | ||
491 | { | ||
492 | "url": "https://www.patreon.com/phpdoctrine", | ||
493 | "type": "patreon" | ||
494 | }, | ||
495 | { | ||
496 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", | ||
497 | "type": "tidelift" | ||
498 | } | ||
499 | ], | ||
500 | "time": "2022-12-30T00:23:10+00:00" | ||
501 | }, | ||
502 | { | ||
503 | "name": "doctrine/lexer", | ||
504 | "version": "3.0.1", | ||
505 | "source": { | ||
506 | "type": "git", | ||
507 | "url": "https://github.com/doctrine/lexer.git", | ||
508 | "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" | ||
509 | }, | ||
510 | "dist": { | ||
511 | "type": "zip", | ||
512 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", | ||
513 | "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", | ||
514 | "shasum": "" | ||
515 | }, | ||
516 | "require": { | ||
517 | "php": "^8.1" | ||
518 | }, | ||
519 | "require-dev": { | ||
520 | "doctrine/coding-standard": "^12", | ||
521 | "phpstan/phpstan": "^1.10", | ||
522 | "phpunit/phpunit": "^10.5", | ||
523 | "psalm/plugin-phpunit": "^0.18.3", | ||
524 | "vimeo/psalm": "^5.21" | ||
525 | }, | ||
526 | "type": "library", | ||
527 | "autoload": { | ||
528 | "psr-4": { | ||
529 | "Doctrine\\Common\\Lexer\\": "src" | ||
530 | } | ||
531 | }, | ||
532 | "notification-url": "https://packagist.org/downloads/", | ||
533 | "license": [ | ||
534 | "MIT" | ||
535 | ], | ||
536 | "authors": [ | ||
537 | { | ||
538 | "name": "Guilherme Blanco", | ||
539 | "email": "guilhermeblanco@gmail.com" | ||
540 | }, | ||
541 | { | ||
542 | "name": "Roman Borschel", | ||
543 | "email": "roman@code-factory.org" | ||
544 | }, | ||
545 | { | ||
546 | "name": "Johannes Schmitt", | ||
547 | "email": "schmittjoh@gmail.com" | ||
548 | } | ||
549 | ], | ||
550 | "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", | ||
551 | "homepage": "https://www.doctrine-project.org/projects/lexer.html", | ||
552 | "keywords": [ | ||
553 | "annotations", | ||
554 | "docblock", | ||
555 | "lexer", | ||
556 | "parser", | ||
557 | "php" | ||
558 | ], | ||
559 | "support": { | ||
560 | "issues": "https://github.com/doctrine/lexer/issues", | ||
561 | "source": "https://github.com/doctrine/lexer/tree/3.0.1" | ||
562 | }, | ||
563 | "funding": [ | ||
564 | { | ||
565 | "url": "https://www.doctrine-project.org/sponsorship.html", | ||
566 | "type": "custom" | ||
567 | }, | ||
568 | { | ||
569 | "url": "https://www.patreon.com/phpdoctrine", | ||
570 | "type": "patreon" | ||
571 | }, | ||
572 | { | ||
573 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", | ||
574 | "type": "tidelift" | ||
575 | } | ||
576 | ], | ||
577 | "time": "2024-02-05T11:56:58+00:00" | ||
578 | }, | ||
579 | { | ||
580 | "name": "doctrine/orm", | ||
581 | "version": "3.2.1", | ||
582 | "source": { | ||
583 | "type": "git", | ||
584 | "url": "https://github.com/doctrine/orm.git", | ||
585 | "reference": "722cea6536775206e81744542b36fa7c9a4ea3e5" | ||
586 | }, | ||
587 | "dist": { | ||
588 | "type": "zip", | ||
589 | "url": "https://api.github.com/repos/doctrine/orm/zipball/722cea6536775206e81744542b36fa7c9a4ea3e5", | ||
590 | "reference": "722cea6536775206e81744542b36fa7c9a4ea3e5", | ||
591 | "shasum": "" | ||
592 | }, | ||
593 | "require": { | ||
594 | "composer-runtime-api": "^2", | ||
595 | "doctrine/collections": "^2.2", | ||
596 | "doctrine/dbal": "^3.8.2 || ^4", | ||
597 | "doctrine/deprecations": "^0.5.3 || ^1", | ||
598 | "doctrine/event-manager": "^1.2 || ^2", | ||
599 | "doctrine/inflector": "^1.4 || ^2.0", | ||
600 | "doctrine/instantiator": "^1.3 || ^2", | ||
601 | "doctrine/lexer": "^3", | ||
602 | "doctrine/persistence": "^3.3.1", | ||
603 | "ext-ctype": "*", | ||
604 | "php": "^8.1", | ||
605 | "psr/cache": "^1 || ^2 || ^3", | ||
606 | "symfony/console": "^5.4 || ^6.0 || ^7.0", | ||
607 | "symfony/var-exporter": "^6.3.9 || ^7.0" | ||
608 | }, | ||
609 | "require-dev": { | ||
610 | "doctrine/coding-standard": "^12.0", | ||
611 | "phpbench/phpbench": "^1.0", | ||
612 | "phpstan/phpstan": "1.11.1", | ||
613 | "phpunit/phpunit": "^10.4.0", | ||
614 | "psr/log": "^1 || ^2 || ^3", | ||
615 | "squizlabs/php_codesniffer": "3.7.2", | ||
616 | "symfony/cache": "^5.4 || ^6.2 || ^7.0", | ||
617 | "vimeo/psalm": "5.24.0" | ||
618 | }, | ||
619 | "suggest": { | ||
620 | "ext-dom": "Provides support for XSD validation for XML mapping files", | ||
621 | "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0" | ||
622 | }, | ||
623 | "type": "library", | ||
624 | "autoload": { | ||
625 | "psr-4": { | ||
626 | "Doctrine\\ORM\\": "src" | ||
627 | } | ||
628 | }, | ||
629 | "notification-url": "https://packagist.org/downloads/", | ||
630 | "license": [ | ||
631 | "MIT" | ||
632 | ], | ||
633 | "authors": [ | ||
634 | { | ||
635 | "name": "Guilherme Blanco", | ||
636 | "email": "guilhermeblanco@gmail.com" | ||
637 | }, | ||
638 | { | ||
639 | "name": "Roman Borschel", | ||
640 | "email": "roman@code-factory.org" | ||
641 | }, | ||
642 | { | ||
643 | "name": "Benjamin Eberlei", | ||
644 | "email": "kontakt@beberlei.de" | ||
645 | }, | ||
646 | { | ||
647 | "name": "Jonathan Wage", | ||
648 | "email": "jonwage@gmail.com" | ||
649 | }, | ||
650 | { | ||
651 | "name": "Marco Pivetta", | ||
652 | "email": "ocramius@gmail.com" | ||
653 | } | ||
654 | ], | ||
655 | "description": "Object-Relational-Mapper for PHP", | ||
656 | "homepage": "https://www.doctrine-project.org/projects/orm.html", | ||
657 | "keywords": [ | ||
658 | "database", | ||
659 | "orm" | ||
660 | ], | ||
661 | "support": { | ||
662 | "issues": "https://github.com/doctrine/orm/issues", | ||
663 | "source": "https://github.com/doctrine/orm/tree/3.2.1" | ||
664 | }, | ||
665 | "time": "2024-06-26T21:48:58+00:00" | ||
666 | }, | ||
667 | { | ||
668 | "name": "doctrine/persistence", | ||
669 | "version": "3.3.3", | ||
670 | "source": { | ||
671 | "type": "git", | ||
672 | "url": "https://github.com/doctrine/persistence.git", | ||
673 | "reference": "b337726451f5d530df338fc7f68dee8781b49779" | ||
674 | }, | ||
675 | "dist": { | ||
676 | "type": "zip", | ||
677 | "url": "https://api.github.com/repos/doctrine/persistence/zipball/b337726451f5d530df338fc7f68dee8781b49779", | ||
678 | "reference": "b337726451f5d530df338fc7f68dee8781b49779", | ||
679 | "shasum": "" | ||
680 | }, | ||
681 | "require": { | ||
682 | "doctrine/event-manager": "^1 || ^2", | ||
683 | "php": "^7.2 || ^8.0", | ||
684 | "psr/cache": "^1.0 || ^2.0 || ^3.0" | ||
685 | }, | ||
686 | "conflict": { | ||
687 | "doctrine/common": "<2.10" | ||
688 | }, | ||
689 | "require-dev": { | ||
690 | "doctrine/coding-standard": "^12", | ||
691 | "doctrine/common": "^3.0", | ||
692 | "phpstan/phpstan": "1.11.1", | ||
693 | "phpstan/phpstan-phpunit": "^1", | ||
694 | "phpstan/phpstan-strict-rules": "^1.1", | ||
695 | "phpunit/phpunit": "^8.5 || ^9.5", | ||
696 | "symfony/cache": "^4.4 || ^5.4 || ^6.0", | ||
697 | "vimeo/psalm": "4.30.0 || 5.24.0" | ||
698 | }, | ||
699 | "type": "library", | ||
700 | "autoload": { | ||
701 | "psr-4": { | ||
702 | "Doctrine\\Persistence\\": "src/Persistence" | ||
703 | } | ||
704 | }, | ||
705 | "notification-url": "https://packagist.org/downloads/", | ||
706 | "license": [ | ||
707 | "MIT" | ||
708 | ], | ||
709 | "authors": [ | ||
710 | { | ||
711 | "name": "Guilherme Blanco", | ||
712 | "email": "guilhermeblanco@gmail.com" | ||
713 | }, | ||
714 | { | ||
715 | "name": "Roman Borschel", | ||
716 | "email": "roman@code-factory.org" | ||
717 | }, | ||
718 | { | ||
719 | "name": "Benjamin Eberlei", | ||
720 | "email": "kontakt@beberlei.de" | ||
721 | }, | ||
722 | { | ||
723 | "name": "Jonathan Wage", | ||
724 | "email": "jonwage@gmail.com" | ||
725 | }, | ||
726 | { | ||
727 | "name": "Johannes Schmitt", | ||
728 | "email": "schmittjoh@gmail.com" | ||
729 | }, | ||
730 | { | ||
731 | "name": "Marco Pivetta", | ||
732 | "email": "ocramius@gmail.com" | ||
733 | } | ||
734 | ], | ||
735 | "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", | ||
736 | "homepage": "https://www.doctrine-project.org/projects/persistence.html", | ||
737 | "keywords": [ | ||
738 | "mapper", | ||
739 | "object", | ||
740 | "odm", | ||
741 | "orm", | ||
742 | "persistence" | ||
743 | ], | ||
744 | "support": { | ||
745 | "issues": "https://github.com/doctrine/persistence/issues", | ||
746 | "source": "https://github.com/doctrine/persistence/tree/3.3.3" | ||
747 | }, | ||
748 | "funding": [ | ||
749 | { | ||
750 | "url": "https://www.doctrine-project.org/sponsorship.html", | ||
751 | "type": "custom" | ||
752 | }, | ||
753 | { | ||
754 | "url": "https://www.patreon.com/phpdoctrine", | ||
755 | "type": "patreon" | ||
756 | }, | ||
757 | { | ||
758 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", | ||
759 | "type": "tidelift" | ||
760 | } | ||
761 | ], | ||
762 | "time": "2024-06-20T10:14:30+00:00" | ||
763 | }, | ||
764 | { | ||
765 | "name": "psr/cache", | ||
766 | "version": "3.0.0", | ||
767 | "source": { | ||
768 | "type": "git", | ||
769 | "url": "https://github.com/php-fig/cache.git", | ||
770 | "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" | ||
771 | }, | ||
772 | "dist": { | ||
773 | "type": "zip", | ||
774 | "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", | ||
775 | "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", | ||
776 | "shasum": "" | ||
777 | }, | ||
778 | "require": { | ||
779 | "php": ">=8.0.0" | ||
780 | }, | ||
781 | "type": "library", | ||
782 | "extra": { | ||
783 | "branch-alias": { | ||
784 | "dev-master": "1.0.x-dev" | ||
785 | } | ||
786 | }, | ||
787 | "autoload": { | ||
788 | "psr-4": { | ||
789 | "Psr\\Cache\\": "src/" | ||
790 | } | ||
791 | }, | ||
792 | "notification-url": "https://packagist.org/downloads/", | ||
793 | "license": [ | ||
794 | "MIT" | ||
795 | ], | ||
796 | "authors": [ | ||
797 | { | ||
798 | "name": "PHP-FIG", | ||
799 | "homepage": "https://www.php-fig.org/" | ||
800 | } | ||
801 | ], | ||
802 | "description": "Common interface for caching libraries", | ||
803 | "keywords": [ | ||
804 | "cache", | ||
805 | "psr", | ||
806 | "psr-6" | ||
807 | ], | ||
808 | "support": { | ||
809 | "source": "https://github.com/php-fig/cache/tree/3.0.0" | ||
810 | }, | ||
811 | "time": "2021-02-03T23:26:27+00:00" | ||
812 | }, | ||
813 | { | ||
814 | "name": "psr/container", | ||
815 | "version": "2.0.2", | ||
816 | "source": { | ||
817 | "type": "git", | ||
818 | "url": "https://github.com/php-fig/container.git", | ||
819 | "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" | ||
820 | }, | ||
821 | "dist": { | ||
822 | "type": "zip", | ||
823 | "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", | ||
824 | "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", | ||
825 | "shasum": "" | ||
826 | }, | ||
827 | "require": { | ||
828 | "php": ">=7.4.0" | ||
829 | }, | ||
830 | "type": "library", | ||
831 | "extra": { | ||
832 | "branch-alias": { | ||
833 | "dev-master": "2.0.x-dev" | ||
834 | } | ||
835 | }, | ||
836 | "autoload": { | ||
837 | "psr-4": { | ||
838 | "Psr\\Container\\": "src/" | ||
839 | } | ||
840 | }, | ||
841 | "notification-url": "https://packagist.org/downloads/", | ||
842 | "license": [ | ||
843 | "MIT" | ||
844 | ], | ||
845 | "authors": [ | ||
846 | { | ||
847 | "name": "PHP-FIG", | ||
848 | "homepage": "https://www.php-fig.org/" | ||
849 | } | ||
850 | ], | ||
851 | "description": "Common Container Interface (PHP FIG PSR-11)", | ||
852 | "homepage": "https://github.com/php-fig/container", | ||
853 | "keywords": [ | ||
854 | "PSR-11", | ||
855 | "container", | ||
856 | "container-interface", | ||
857 | "container-interop", | ||
858 | "psr" | ||
859 | ], | ||
860 | "support": { | ||
861 | "issues": "https://github.com/php-fig/container/issues", | ||
862 | "source": "https://github.com/php-fig/container/tree/2.0.2" | ||
863 | }, | ||
864 | "time": "2021-11-05T16:47:00+00:00" | ||
865 | }, | ||
866 | { | ||
867 | "name": "psr/log", | ||
868 | "version": "3.0.0", | ||
869 | "source": { | ||
870 | "type": "git", | ||
871 | "url": "https://github.com/php-fig/log.git", | ||
872 | "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" | ||
873 | }, | ||
874 | "dist": { | ||
875 | "type": "zip", | ||
876 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", | ||
877 | "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", | ||
878 | "shasum": "" | ||
879 | }, | ||
880 | "require": { | ||
881 | "php": ">=8.0.0" | ||
882 | }, | ||
883 | "type": "library", | ||
884 | "extra": { | ||
885 | "branch-alias": { | ||
886 | "dev-master": "3.x-dev" | ||
887 | } | ||
888 | }, | ||
889 | "autoload": { | ||
890 | "psr-4": { | ||
891 | "Psr\\Log\\": "src" | ||
892 | } | ||
893 | }, | ||
894 | "notification-url": "https://packagist.org/downloads/", | ||
895 | "license": [ | ||
896 | "MIT" | ||
897 | ], | ||
898 | "authors": [ | ||
899 | { | ||
900 | "name": "PHP-FIG", | ||
901 | "homepage": "https://www.php-fig.org/" | ||
902 | } | ||
903 | ], | ||
904 | "description": "Common interface for logging libraries", | ||
905 | "homepage": "https://github.com/php-fig/log", | ||
906 | "keywords": [ | ||
907 | "log", | ||
908 | "psr", | ||
909 | "psr-3" | ||
910 | ], | ||
911 | "support": { | ||
912 | "source": "https://github.com/php-fig/log/tree/3.0.0" | ||
913 | }, | ||
914 | "time": "2021-07-14T16:46:02+00:00" | ||
915 | }, | ||
916 | { | ||
917 | "name": "symfony/cache", | ||
918 | "version": "v7.1.3", | ||
919 | "source": { | ||
920 | "type": "git", | ||
921 | "url": "https://github.com/symfony/cache.git", | ||
922 | "reference": "8ac37acee794372f9732fe8a61a8221f6762148e" | ||
923 | }, | ||
924 | "dist": { | ||
925 | "type": "zip", | ||
926 | "url": "https://api.github.com/repos/symfony/cache/zipball/8ac37acee794372f9732fe8a61a8221f6762148e", | ||
927 | "reference": "8ac37acee794372f9732fe8a61a8221f6762148e", | ||
928 | "shasum": "" | ||
929 | }, | ||
930 | "require": { | ||
931 | "php": ">=8.2", | ||
932 | "psr/cache": "^2.0|^3.0", | ||
933 | "psr/log": "^1.1|^2|^3", | ||
934 | "symfony/cache-contracts": "^2.5|^3", | ||
935 | "symfony/deprecation-contracts": "^2.5|^3.0", | ||
936 | "symfony/service-contracts": "^2.5|^3", | ||
937 | "symfony/var-exporter": "^6.4|^7.0" | ||
938 | }, | ||
939 | "conflict": { | ||
940 | "doctrine/dbal": "<3.6", | ||
941 | "symfony/dependency-injection": "<6.4", | ||
942 | "symfony/http-kernel": "<6.4", | ||
943 | "symfony/var-dumper": "<6.4" | ||
944 | }, | ||
945 | "provide": { | ||
946 | "psr/cache-implementation": "2.0|3.0", | ||
947 | "psr/simple-cache-implementation": "1.0|2.0|3.0", | ||
948 | "symfony/cache-implementation": "1.1|2.0|3.0" | ||
949 | }, | ||
950 | "require-dev": { | ||
951 | "cache/integration-tests": "dev-master", | ||
952 | "doctrine/dbal": "^3.6|^4", | ||
953 | "predis/predis": "^1.1|^2.0", | ||
954 | "psr/simple-cache": "^1.0|^2.0|^3.0", | ||
955 | "symfony/config": "^6.4|^7.0", | ||
956 | "symfony/dependency-injection": "^6.4|^7.0", | ||
957 | "symfony/filesystem": "^6.4|^7.0", | ||
958 | "symfony/http-kernel": "^6.4|^7.0", | ||
959 | "symfony/messenger": "^6.4|^7.0", | ||
960 | "symfony/var-dumper": "^6.4|^7.0" | ||
961 | }, | ||
962 | "type": "library", | ||
963 | "autoload": { | ||
964 | "psr-4": { | ||
965 | "Symfony\\Component\\Cache\\": "" | ||
966 | }, | ||
967 | "classmap": [ | ||
968 | "Traits/ValueWrapper.php" | ||
969 | ], | ||
970 | "exclude-from-classmap": [ | ||
971 | "/Tests/" | ||
972 | ] | ||
973 | }, | ||
974 | "notification-url": "https://packagist.org/downloads/", | ||
975 | "license": [ | ||
976 | "MIT" | ||
977 | ], | ||
978 | "authors": [ | ||
979 | { | ||
980 | "name": "Nicolas Grekas", | ||
981 | "email": "p@tchwork.com" | ||
982 | }, | ||
983 | { | ||
984 | "name": "Symfony Community", | ||
985 | "homepage": "https://symfony.com/contributors" | ||
986 | } | ||
987 | ], | ||
988 | "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", | ||
989 | "homepage": "https://symfony.com", | ||
990 | "keywords": [ | ||
991 | "caching", | ||
992 | "psr6" | ||
993 | ], | ||
994 | "support": { | ||
995 | "source": "https://github.com/symfony/cache/tree/v7.1.3" | ||
996 | }, | ||
997 | "funding": [ | ||
998 | { | ||
999 | "url": "https://symfony.com/sponsor", | ||
1000 | "type": "custom" | ||
1001 | }, | ||
1002 | { | ||
1003 | "url": "https://github.com/fabpot", | ||
1004 | "type": "github" | ||
1005 | }, | ||
1006 | { | ||
1007 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1008 | "type": "tidelift" | ||
1009 | } | ||
1010 | ], | ||
1011 | "time": "2024-07-17T06:10:24+00:00" | ||
1012 | }, | ||
1013 | { | ||
1014 | "name": "symfony/cache-contracts", | ||
1015 | "version": "v3.5.0", | ||
1016 | "source": { | ||
1017 | "type": "git", | ||
1018 | "url": "https://github.com/symfony/cache-contracts.git", | ||
1019 | "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197" | ||
1020 | }, | ||
1021 | "dist": { | ||
1022 | "type": "zip", | ||
1023 | "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197", | ||
1024 | "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197", | ||
1025 | "shasum": "" | ||
1026 | }, | ||
1027 | "require": { | ||
1028 | "php": ">=8.1", | ||
1029 | "psr/cache": "^3.0" | ||
1030 | }, | ||
1031 | "type": "library", | ||
1032 | "extra": { | ||
1033 | "branch-alias": { | ||
1034 | "dev-main": "3.5-dev" | ||
1035 | }, | ||
1036 | "thanks": { | ||
1037 | "name": "symfony/contracts", | ||
1038 | "url": "https://github.com/symfony/contracts" | ||
1039 | } | ||
1040 | }, | ||
1041 | "autoload": { | ||
1042 | "psr-4": { | ||
1043 | "Symfony\\Contracts\\Cache\\": "" | ||
1044 | } | ||
1045 | }, | ||
1046 | "notification-url": "https://packagist.org/downloads/", | ||
1047 | "license": [ | ||
1048 | "MIT" | ||
1049 | ], | ||
1050 | "authors": [ | ||
1051 | { | ||
1052 | "name": "Nicolas Grekas", | ||
1053 | "email": "p@tchwork.com" | ||
1054 | }, | ||
1055 | { | ||
1056 | "name": "Symfony Community", | ||
1057 | "homepage": "https://symfony.com/contributors" | ||
1058 | } | ||
1059 | ], | ||
1060 | "description": "Generic abstractions related to caching", | ||
1061 | "homepage": "https://symfony.com", | ||
1062 | "keywords": [ | ||
1063 | "abstractions", | ||
1064 | "contracts", | ||
1065 | "decoupling", | ||
1066 | "interfaces", | ||
1067 | "interoperability", | ||
1068 | "standards" | ||
1069 | ], | ||
1070 | "support": { | ||
1071 | "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0" | ||
1072 | }, | ||
1073 | "funding": [ | ||
1074 | { | ||
1075 | "url": "https://symfony.com/sponsor", | ||
1076 | "type": "custom" | ||
1077 | }, | ||
1078 | { | ||
1079 | "url": "https://github.com/fabpot", | ||
1080 | "type": "github" | ||
1081 | }, | ||
1082 | { | ||
1083 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1084 | "type": "tidelift" | ||
1085 | } | ||
1086 | ], | ||
1087 | "time": "2024-04-18T09:32:20+00:00" | ||
1088 | }, | ||
1089 | { | ||
1090 | "name": "symfony/console", | ||
1091 | "version": "v7.1.3", | ||
1092 | "source": { | ||
1093 | "type": "git", | ||
1094 | "url": "https://github.com/symfony/console.git", | ||
1095 | "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9" | ||
1096 | }, | ||
1097 | "dist": { | ||
1098 | "type": "zip", | ||
1099 | "url": "https://api.github.com/repos/symfony/console/zipball/cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9", | ||
1100 | "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9", | ||
1101 | "shasum": "" | ||
1102 | }, | ||
1103 | "require": { | ||
1104 | "php": ">=8.2", | ||
1105 | "symfony/polyfill-mbstring": "~1.0", | ||
1106 | "symfony/service-contracts": "^2.5|^3", | ||
1107 | "symfony/string": "^6.4|^7.0" | ||
1108 | }, | ||
1109 | "conflict": { | ||
1110 | "symfony/dependency-injection": "<6.4", | ||
1111 | "symfony/dotenv": "<6.4", | ||
1112 | "symfony/event-dispatcher": "<6.4", | ||
1113 | "symfony/lock": "<6.4", | ||
1114 | "symfony/process": "<6.4" | ||
1115 | }, | ||
1116 | "provide": { | ||
1117 | "psr/log-implementation": "1.0|2.0|3.0" | ||
1118 | }, | ||
1119 | "require-dev": { | ||
1120 | "psr/log": "^1|^2|^3", | ||
1121 | "symfony/config": "^6.4|^7.0", | ||
1122 | "symfony/dependency-injection": "^6.4|^7.0", | ||
1123 | "symfony/event-dispatcher": "^6.4|^7.0", | ||
1124 | "symfony/http-foundation": "^6.4|^7.0", | ||
1125 | "symfony/http-kernel": "^6.4|^7.0", | ||
1126 | "symfony/lock": "^6.4|^7.0", | ||
1127 | "symfony/messenger": "^6.4|^7.0", | ||
1128 | "symfony/process": "^6.4|^7.0", | ||
1129 | "symfony/stopwatch": "^6.4|^7.0", | ||
1130 | "symfony/var-dumper": "^6.4|^7.0" | ||
1131 | }, | ||
1132 | "type": "library", | ||
1133 | "autoload": { | ||
1134 | "psr-4": { | ||
1135 | "Symfony\\Component\\Console\\": "" | ||
1136 | }, | ||
1137 | "exclude-from-classmap": [ | ||
1138 | "/Tests/" | ||
1139 | ] | ||
1140 | }, | ||
1141 | "notification-url": "https://packagist.org/downloads/", | ||
1142 | "license": [ | ||
1143 | "MIT" | ||
1144 | ], | ||
1145 | "authors": [ | ||
1146 | { | ||
1147 | "name": "Fabien Potencier", | ||
1148 | "email": "fabien@symfony.com" | ||
1149 | }, | ||
1150 | { | ||
1151 | "name": "Symfony Community", | ||
1152 | "homepage": "https://symfony.com/contributors" | ||
1153 | } | ||
1154 | ], | ||
1155 | "description": "Eases the creation of beautiful and testable command line interfaces", | ||
1156 | "homepage": "https://symfony.com", | ||
1157 | "keywords": [ | ||
1158 | "cli", | ||
1159 | "command-line", | ||
1160 | "console", | ||
1161 | "terminal" | ||
1162 | ], | ||
1163 | "support": { | ||
1164 | "source": "https://github.com/symfony/console/tree/v7.1.3" | ||
1165 | }, | ||
1166 | "funding": [ | ||
1167 | { | ||
1168 | "url": "https://symfony.com/sponsor", | ||
1169 | "type": "custom" | ||
1170 | }, | ||
1171 | { | ||
1172 | "url": "https://github.com/fabpot", | ||
1173 | "type": "github" | ||
1174 | }, | ||
1175 | { | ||
1176 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1177 | "type": "tidelift" | ||
1178 | } | ||
1179 | ], | ||
1180 | "time": "2024-07-26T12:41:01+00:00" | ||
1181 | }, | ||
1182 | { | ||
1183 | "name": "symfony/deprecation-contracts", | ||
1184 | "version": "v3.5.0", | ||
1185 | "source": { | ||
1186 | "type": "git", | ||
1187 | "url": "https://github.com/symfony/deprecation-contracts.git", | ||
1188 | "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" | ||
1189 | }, | ||
1190 | "dist": { | ||
1191 | "type": "zip", | ||
1192 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", | ||
1193 | "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", | ||
1194 | "shasum": "" | ||
1195 | }, | ||
1196 | "require": { | ||
1197 | "php": ">=8.1" | ||
1198 | }, | ||
1199 | "type": "library", | ||
1200 | "extra": { | ||
1201 | "branch-alias": { | ||
1202 | "dev-main": "3.5-dev" | ||
1203 | }, | ||
1204 | "thanks": { | ||
1205 | "name": "symfony/contracts", | ||
1206 | "url": "https://github.com/symfony/contracts" | ||
1207 | } | ||
1208 | }, | ||
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/v3.5.0" | ||
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 | "time": "2024-04-18T09:32:20+00:00" | ||
1248 | }, | ||
1249 | { | ||
1250 | "name": "symfony/polyfill-ctype", | ||
1251 | "version": "v1.30.0", | ||
1252 | "source": { | ||
1253 | "type": "git", | ||
1254 | "url": "https://github.com/symfony/polyfill-ctype.git", | ||
1255 | "reference": "0424dff1c58f028c451efff2045f5d92410bd540" | ||
1256 | }, | ||
1257 | "dist": { | ||
1258 | "type": "zip", | ||
1259 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", | ||
1260 | "reference": "0424dff1c58f028c451efff2045f5d92410bd540", | ||
1261 | "shasum": "" | ||
1262 | }, | ||
1263 | "require": { | ||
1264 | "php": ">=7.1" | ||
1265 | }, | ||
1266 | "provide": { | ||
1267 | "ext-ctype": "*" | ||
1268 | }, | ||
1269 | "suggest": { | ||
1270 | "ext-ctype": "For best performance" | ||
1271 | }, | ||
1272 | "type": "library", | ||
1273 | "extra": { | ||
1274 | "thanks": { | ||
1275 | "name": "symfony/polyfill", | ||
1276 | "url": "https://github.com/symfony/polyfill" | ||
1277 | } | ||
1278 | }, | ||
1279 | "autoload": { | ||
1280 | "files": [ | ||
1281 | "bootstrap.php" | ||
1282 | ], | ||
1283 | "psr-4": { | ||
1284 | "Symfony\\Polyfill\\Ctype\\": "" | ||
1285 | } | ||
1286 | }, | ||
1287 | "notification-url": "https://packagist.org/downloads/", | ||
1288 | "license": [ | ||
1289 | "MIT" | ||
1290 | ], | ||
1291 | "authors": [ | ||
1292 | { | ||
1293 | "name": "Gert de Pagter", | ||
1294 | "email": "BackEndTea@gmail.com" | ||
1295 | }, | ||
1296 | { | ||
1297 | "name": "Symfony Community", | ||
1298 | "homepage": "https://symfony.com/contributors" | ||
1299 | } | ||
1300 | ], | ||
1301 | "description": "Symfony polyfill for ctype functions", | ||
1302 | "homepage": "https://symfony.com", | ||
1303 | "keywords": [ | ||
1304 | "compatibility", | ||
1305 | "ctype", | ||
1306 | "polyfill", | ||
1307 | "portable" | ||
1308 | ], | ||
1309 | "support": { | ||
1310 | "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" | ||
1311 | }, | ||
1312 | "funding": [ | ||
1313 | { | ||
1314 | "url": "https://symfony.com/sponsor", | ||
1315 | "type": "custom" | ||
1316 | }, | ||
1317 | { | ||
1318 | "url": "https://github.com/fabpot", | ||
1319 | "type": "github" | ||
1320 | }, | ||
1321 | { | ||
1322 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1323 | "type": "tidelift" | ||
1324 | } | ||
1325 | ], | ||
1326 | "time": "2024-05-31T15:07:36+00:00" | ||
1327 | }, | ||
1328 | { | ||
1329 | "name": "symfony/polyfill-intl-grapheme", | ||
1330 | "version": "v1.30.0", | ||
1331 | "source": { | ||
1332 | "type": "git", | ||
1333 | "url": "https://github.com/symfony/polyfill-intl-grapheme.git", | ||
1334 | "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a" | ||
1335 | }, | ||
1336 | "dist": { | ||
1337 | "type": "zip", | ||
1338 | "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a", | ||
1339 | "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a", | ||
1340 | "shasum": "" | ||
1341 | }, | ||
1342 | "require": { | ||
1343 | "php": ">=7.1" | ||
1344 | }, | ||
1345 | "suggest": { | ||
1346 | "ext-intl": "For best performance" | ||
1347 | }, | ||
1348 | "type": "library", | ||
1349 | "extra": { | ||
1350 | "thanks": { | ||
1351 | "name": "symfony/polyfill", | ||
1352 | "url": "https://github.com/symfony/polyfill" | ||
1353 | } | ||
1354 | }, | ||
1355 | "autoload": { | ||
1356 | "files": [ | ||
1357 | "bootstrap.php" | ||
1358 | ], | ||
1359 | "psr-4": { | ||
1360 | "Symfony\\Polyfill\\Intl\\Grapheme\\": "" | ||
1361 | } | ||
1362 | }, | ||
1363 | "notification-url": "https://packagist.org/downloads/", | ||
1364 | "license": [ | ||
1365 | "MIT" | ||
1366 | ], | ||
1367 | "authors": [ | ||
1368 | { | ||
1369 | "name": "Nicolas Grekas", | ||
1370 | "email": "p@tchwork.com" | ||
1371 | }, | ||
1372 | { | ||
1373 | "name": "Symfony Community", | ||
1374 | "homepage": "https://symfony.com/contributors" | ||
1375 | } | ||
1376 | ], | ||
1377 | "description": "Symfony polyfill for intl's grapheme_* functions", | ||
1378 | "homepage": "https://symfony.com", | ||
1379 | "keywords": [ | ||
1380 | "compatibility", | ||
1381 | "grapheme", | ||
1382 | "intl", | ||
1383 | "polyfill", | ||
1384 | "portable", | ||
1385 | "shim" | ||
1386 | ], | ||
1387 | "support": { | ||
1388 | "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0" | ||
1389 | }, | ||
1390 | "funding": [ | ||
1391 | { | ||
1392 | "url": "https://symfony.com/sponsor", | ||
1393 | "type": "custom" | ||
1394 | }, | ||
1395 | { | ||
1396 | "url": "https://github.com/fabpot", | ||
1397 | "type": "github" | ||
1398 | }, | ||
1399 | { | ||
1400 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1401 | "type": "tidelift" | ||
1402 | } | ||
1403 | ], | ||
1404 | "time": "2024-05-31T15:07:36+00:00" | ||
1405 | }, | ||
1406 | { | ||
1407 | "name": "symfony/polyfill-intl-normalizer", | ||
1408 | "version": "v1.30.0", | ||
1409 | "source": { | ||
1410 | "type": "git", | ||
1411 | "url": "https://github.com/symfony/polyfill-intl-normalizer.git", | ||
1412 | "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" | ||
1413 | }, | ||
1414 | "dist": { | ||
1415 | "type": "zip", | ||
1416 | "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", | ||
1417 | "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", | ||
1418 | "shasum": "" | ||
1419 | }, | ||
1420 | "require": { | ||
1421 | "php": ">=7.1" | ||
1422 | }, | ||
1423 | "suggest": { | ||
1424 | "ext-intl": "For best performance" | ||
1425 | }, | ||
1426 | "type": "library", | ||
1427 | "extra": { | ||
1428 | "thanks": { | ||
1429 | "name": "symfony/polyfill", | ||
1430 | "url": "https://github.com/symfony/polyfill" | ||
1431 | } | ||
1432 | }, | ||
1433 | "autoload": { | ||
1434 | "files": [ | ||
1435 | "bootstrap.php" | ||
1436 | ], | ||
1437 | "psr-4": { | ||
1438 | "Symfony\\Polyfill\\Intl\\Normalizer\\": "" | ||
1439 | }, | ||
1440 | "classmap": [ | ||
1441 | "Resources/stubs" | ||
1442 | ] | ||
1443 | }, | ||
1444 | "notification-url": "https://packagist.org/downloads/", | ||
1445 | "license": [ | ||
1446 | "MIT" | ||
1447 | ], | ||
1448 | "authors": [ | ||
1449 | { | ||
1450 | "name": "Nicolas Grekas", | ||
1451 | "email": "p@tchwork.com" | ||
1452 | }, | ||
1453 | { | ||
1454 | "name": "Symfony Community", | ||
1455 | "homepage": "https://symfony.com/contributors" | ||
1456 | } | ||
1457 | ], | ||
1458 | "description": "Symfony polyfill for intl's Normalizer class and related functions", | ||
1459 | "homepage": "https://symfony.com", | ||
1460 | "keywords": [ | ||
1461 | "compatibility", | ||
1462 | "intl", | ||
1463 | "normalizer", | ||
1464 | "polyfill", | ||
1465 | "portable", | ||
1466 | "shim" | ||
1467 | ], | ||
1468 | "support": { | ||
1469 | "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" | ||
1470 | }, | ||
1471 | "funding": [ | ||
1472 | { | ||
1473 | "url": "https://symfony.com/sponsor", | ||
1474 | "type": "custom" | ||
1475 | }, | ||
1476 | { | ||
1477 | "url": "https://github.com/fabpot", | ||
1478 | "type": "github" | ||
1479 | }, | ||
1480 | { | ||
1481 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1482 | "type": "tidelift" | ||
1483 | } | ||
1484 | ], | ||
1485 | "time": "2024-05-31T15:07:36+00:00" | ||
1486 | }, | ||
1487 | { | ||
1488 | "name": "symfony/polyfill-mbstring", | ||
1489 | "version": "v1.30.0", | ||
1490 | "source": { | ||
1491 | "type": "git", | ||
1492 | "url": "https://github.com/symfony/polyfill-mbstring.git", | ||
1493 | "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" | ||
1494 | }, | ||
1495 | "dist": { | ||
1496 | "type": "zip", | ||
1497 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", | ||
1498 | "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", | ||
1499 | "shasum": "" | ||
1500 | }, | ||
1501 | "require": { | ||
1502 | "php": ">=7.1" | ||
1503 | }, | ||
1504 | "provide": { | ||
1505 | "ext-mbstring": "*" | ||
1506 | }, | ||
1507 | "suggest": { | ||
1508 | "ext-mbstring": "For best performance" | ||
1509 | }, | ||
1510 | "type": "library", | ||
1511 | "extra": { | ||
1512 | "thanks": { | ||
1513 | "name": "symfony/polyfill", | ||
1514 | "url": "https://github.com/symfony/polyfill" | ||
1515 | } | ||
1516 | }, | ||
1517 | "autoload": { | ||
1518 | "files": [ | ||
1519 | "bootstrap.php" | ||
1520 | ], | ||
1521 | "psr-4": { | ||
1522 | "Symfony\\Polyfill\\Mbstring\\": "" | ||
1523 | } | ||
1524 | }, | ||
1525 | "notification-url": "https://packagist.org/downloads/", | ||
1526 | "license": [ | ||
1527 | "MIT" | ||
1528 | ], | ||
1529 | "authors": [ | ||
1530 | { | ||
1531 | "name": "Nicolas Grekas", | ||
1532 | "email": "p@tchwork.com" | ||
1533 | }, | ||
1534 | { | ||
1535 | "name": "Symfony Community", | ||
1536 | "homepage": "https://symfony.com/contributors" | ||
1537 | } | ||
1538 | ], | ||
1539 | "description": "Symfony polyfill for the Mbstring extension", | ||
1540 | "homepage": "https://symfony.com", | ||
1541 | "keywords": [ | ||
1542 | "compatibility", | ||
1543 | "mbstring", | ||
1544 | "polyfill", | ||
1545 | "portable", | ||
1546 | "shim" | ||
1547 | ], | ||
1548 | "support": { | ||
1549 | "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" | ||
1550 | }, | ||
1551 | "funding": [ | ||
1552 | { | ||
1553 | "url": "https://symfony.com/sponsor", | ||
1554 | "type": "custom" | ||
1555 | }, | ||
1556 | { | ||
1557 | "url": "https://github.com/fabpot", | ||
1558 | "type": "github" | ||
1559 | }, | ||
1560 | { | ||
1561 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1562 | "type": "tidelift" | ||
1563 | } | ||
1564 | ], | ||
1565 | "time": "2024-06-19T12:30:46+00:00" | ||
1566 | }, | ||
1567 | { | ||
1568 | "name": "symfony/service-contracts", | ||
1569 | "version": "v3.5.0", | ||
1570 | "source": { | ||
1571 | "type": "git", | ||
1572 | "url": "https://github.com/symfony/service-contracts.git", | ||
1573 | "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" | ||
1574 | }, | ||
1575 | "dist": { | ||
1576 | "type": "zip", | ||
1577 | "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", | ||
1578 | "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", | ||
1579 | "shasum": "" | ||
1580 | }, | ||
1581 | "require": { | ||
1582 | "php": ">=8.1", | ||
1583 | "psr/container": "^1.1|^2.0", | ||
1584 | "symfony/deprecation-contracts": "^2.5|^3" | ||
1585 | }, | ||
1586 | "conflict": { | ||
1587 | "ext-psr": "<1.1|>=2" | ||
1588 | }, | ||
1589 | "type": "library", | ||
1590 | "extra": { | ||
1591 | "branch-alias": { | ||
1592 | "dev-main": "3.5-dev" | ||
1593 | }, | ||
1594 | "thanks": { | ||
1595 | "name": "symfony/contracts", | ||
1596 | "url": "https://github.com/symfony/contracts" | ||
1597 | } | ||
1598 | }, | ||
1599 | "autoload": { | ||
1600 | "psr-4": { | ||
1601 | "Symfony\\Contracts\\Service\\": "" | ||
1602 | }, | ||
1603 | "exclude-from-classmap": [ | ||
1604 | "/Test/" | ||
1605 | ] | ||
1606 | }, | ||
1607 | "notification-url": "https://packagist.org/downloads/", | ||
1608 | "license": [ | ||
1609 | "MIT" | ||
1610 | ], | ||
1611 | "authors": [ | ||
1612 | { | ||
1613 | "name": "Nicolas Grekas", | ||
1614 | "email": "p@tchwork.com" | ||
1615 | }, | ||
1616 | { | ||
1617 | "name": "Symfony Community", | ||
1618 | "homepage": "https://symfony.com/contributors" | ||
1619 | } | ||
1620 | ], | ||
1621 | "description": "Generic abstractions related to writing services", | ||
1622 | "homepage": "https://symfony.com", | ||
1623 | "keywords": [ | ||
1624 | "abstractions", | ||
1625 | "contracts", | ||
1626 | "decoupling", | ||
1627 | "interfaces", | ||
1628 | "interoperability", | ||
1629 | "standards" | ||
1630 | ], | ||
1631 | "support": { | ||
1632 | "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" | ||
1633 | }, | ||
1634 | "funding": [ | ||
1635 | { | ||
1636 | "url": "https://symfony.com/sponsor", | ||
1637 | "type": "custom" | ||
1638 | }, | ||
1639 | { | ||
1640 | "url": "https://github.com/fabpot", | ||
1641 | "type": "github" | ||
1642 | }, | ||
1643 | { | ||
1644 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1645 | "type": "tidelift" | ||
1646 | } | ||
1647 | ], | ||
1648 | "time": "2024-04-18T09:32:20+00:00" | ||
1649 | }, | ||
1650 | { | ||
1651 | "name": "symfony/string", | ||
1652 | "version": "v7.1.3", | ||
1653 | "source": { | ||
1654 | "type": "git", | ||
1655 | "url": "https://github.com/symfony/string.git", | ||
1656 | "reference": "ea272a882be7f20cad58d5d78c215001617b7f07" | ||
1657 | }, | ||
1658 | "dist": { | ||
1659 | "type": "zip", | ||
1660 | "url": "https://api.github.com/repos/symfony/string/zipball/ea272a882be7f20cad58d5d78c215001617b7f07", | ||
1661 | "reference": "ea272a882be7f20cad58d5d78c215001617b7f07", | ||
1662 | "shasum": "" | ||
1663 | }, | ||
1664 | "require": { | ||
1665 | "php": ">=8.2", | ||
1666 | "symfony/polyfill-ctype": "~1.8", | ||
1667 | "symfony/polyfill-intl-grapheme": "~1.0", | ||
1668 | "symfony/polyfill-intl-normalizer": "~1.0", | ||
1669 | "symfony/polyfill-mbstring": "~1.0" | ||
1670 | }, | ||
1671 | "conflict": { | ||
1672 | "symfony/translation-contracts": "<2.5" | ||
1673 | }, | ||
1674 | "require-dev": { | ||
1675 | "symfony/emoji": "^7.1", | ||
1676 | "symfony/error-handler": "^6.4|^7.0", | ||
1677 | "symfony/http-client": "^6.4|^7.0", | ||
1678 | "symfony/intl": "^6.4|^7.0", | ||
1679 | "symfony/translation-contracts": "^2.5|^3.0", | ||
1680 | "symfony/var-exporter": "^6.4|^7.0" | ||
1681 | }, | ||
1682 | "type": "library", | ||
1683 | "autoload": { | ||
1684 | "files": [ | ||
1685 | "Resources/functions.php" | ||
1686 | ], | ||
1687 | "psr-4": { | ||
1688 | "Symfony\\Component\\String\\": "" | ||
1689 | }, | ||
1690 | "exclude-from-classmap": [ | ||
1691 | "/Tests/" | ||
1692 | ] | ||
1693 | }, | ||
1694 | "notification-url": "https://packagist.org/downloads/", | ||
1695 | "license": [ | ||
1696 | "MIT" | ||
1697 | ], | ||
1698 | "authors": [ | ||
1699 | { | ||
1700 | "name": "Nicolas Grekas", | ||
1701 | "email": "p@tchwork.com" | ||
1702 | }, | ||
1703 | { | ||
1704 | "name": "Symfony Community", | ||
1705 | "homepage": "https://symfony.com/contributors" | ||
1706 | } | ||
1707 | ], | ||
1708 | "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", | ||
1709 | "homepage": "https://symfony.com", | ||
1710 | "keywords": [ | ||
1711 | "grapheme", | ||
1712 | "i18n", | ||
1713 | "string", | ||
1714 | "unicode", | ||
1715 | "utf-8", | ||
1716 | "utf8" | ||
1717 | ], | ||
1718 | "support": { | ||
1719 | "source": "https://github.com/symfony/string/tree/v7.1.3" | ||
1720 | }, | ||
1721 | "funding": [ | ||
1722 | { | ||
1723 | "url": "https://symfony.com/sponsor", | ||
1724 | "type": "custom" | ||
1725 | }, | ||
1726 | { | ||
1727 | "url": "https://github.com/fabpot", | ||
1728 | "type": "github" | ||
1729 | }, | ||
1730 | { | ||
1731 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1732 | "type": "tidelift" | ||
1733 | } | ||
1734 | ], | ||
1735 | "time": "2024-07-22T10:25:37+00:00" | ||
1736 | }, | ||
1737 | { | ||
1738 | "name": "symfony/var-exporter", | ||
1739 | "version": "v7.1.2", | ||
1740 | "source": { | ||
1741 | "type": "git", | ||
1742 | "url": "https://github.com/symfony/var-exporter.git", | ||
1743 | "reference": "b80a669a2264609f07f1667f891dbfca25eba44c" | ||
1744 | }, | ||
1745 | "dist": { | ||
1746 | "type": "zip", | ||
1747 | "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b80a669a2264609f07f1667f891dbfca25eba44c", | ||
1748 | "reference": "b80a669a2264609f07f1667f891dbfca25eba44c", | ||
1749 | "shasum": "" | ||
1750 | }, | ||
1751 | "require": { | ||
1752 | "php": ">=8.2" | ||
1753 | }, | ||
1754 | "require-dev": { | ||
1755 | "symfony/property-access": "^6.4|^7.0", | ||
1756 | "symfony/serializer": "^6.4|^7.0", | ||
1757 | "symfony/var-dumper": "^6.4|^7.0" | ||
1758 | }, | ||
1759 | "type": "library", | ||
1760 | "autoload": { | ||
1761 | "psr-4": { | ||
1762 | "Symfony\\Component\\VarExporter\\": "" | ||
1763 | }, | ||
1764 | "exclude-from-classmap": [ | ||
1765 | "/Tests/" | ||
1766 | ] | ||
1767 | }, | ||
1768 | "notification-url": "https://packagist.org/downloads/", | ||
1769 | "license": [ | ||
1770 | "MIT" | ||
1771 | ], | ||
1772 | "authors": [ | ||
1773 | { | ||
1774 | "name": "Nicolas Grekas", | ||
1775 | "email": "p@tchwork.com" | ||
1776 | }, | ||
1777 | { | ||
1778 | "name": "Symfony Community", | ||
1779 | "homepage": "https://symfony.com/contributors" | ||
1780 | } | ||
1781 | ], | ||
1782 | "description": "Allows exporting any serializable PHP data structure to plain PHP code", | ||
1783 | "homepage": "https://symfony.com", | ||
1784 | "keywords": [ | ||
1785 | "clone", | ||
1786 | "construct", | ||
1787 | "export", | ||
1788 | "hydrate", | ||
1789 | "instantiate", | ||
1790 | "lazy-loading", | ||
1791 | "proxy", | ||
1792 | "serialize" | ||
1793 | ], | ||
1794 | "support": { | ||
1795 | "source": "https://github.com/symfony/var-exporter/tree/v7.1.2" | ||
1796 | }, | ||
1797 | "funding": [ | ||
1798 | { | ||
1799 | "url": "https://symfony.com/sponsor", | ||
1800 | "type": "custom" | ||
1801 | }, | ||
1802 | { | ||
1803 | "url": "https://github.com/fabpot", | ||
1804 | "type": "github" | ||
1805 | }, | ||
1806 | { | ||
1807 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
1808 | "type": "tidelift" | ||
1809 | } | ||
1810 | ], | ||
1811 | "time": "2024-06-28T08:00:31+00:00" | ||
1812 | } | ||
1813 | ], | ||
1814 | "packages-dev": [], | ||
1815 | "aliases": [], | ||
1816 | "minimum-stability": "stable", | ||
1817 | "stability-flags": [], | ||
1818 | "prefer-stable": false, | ||
1819 | "prefer-lowest": false, | ||
1820 | "platform": [], | ||
1821 | "platform-dev": [], | ||
1822 | "plugin-api-version": "2.6.0" | ||
1823 | } | ||