|
|
@@ -4,7 +4,7 @@
|
|
4
|
4
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
5
|
5
|
"This file is @generated automatically"
|
|
6
|
6
|
],
|
|
7
|
|
- "content-hash": "2a0a96f8ecfaaf8ce677f8b1b6c925ee",
|
|
|
7
|
+ "content-hash": "cf1f379e1081007b63b6df3f86c109c7",
|
|
8
|
8
|
"packages": [
|
|
9
|
9
|
{
|
|
10
|
10
|
"name": "asm89/stack-cors",
|
|
|
@@ -263,6 +263,347 @@
|
|
263
|
263
|
},
|
|
264
|
264
|
"time": "2021-08-13T13:06:58+00:00"
|
|
265
|
265
|
},
|
|
|
266
|
+ {
|
|
|
267
|
+ "name": "doctrine/cache",
|
|
|
268
|
+ "version": "2.2.0",
|
|
|
269
|
+ "source": {
|
|
|
270
|
+ "type": "git",
|
|
|
271
|
+ "url": "https://github.com/doctrine/cache.git",
|
|
|
272
|
+ "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
|
|
|
273
|
+ },
|
|
|
274
|
+ "dist": {
|
|
|
275
|
+ "type": "zip",
|
|
|
276
|
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
|
|
|
277
|
+ "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
|
|
|
278
|
+ "shasum": ""
|
|
|
279
|
+ },
|
|
|
280
|
+ "require": {
|
|
|
281
|
+ "php": "~7.1 || ^8.0"
|
|
|
282
|
+ },
|
|
|
283
|
+ "conflict": {
|
|
|
284
|
+ "doctrine/common": ">2.2,<2.4"
|
|
|
285
|
+ },
|
|
|
286
|
+ "require-dev": {
|
|
|
287
|
+ "cache/integration-tests": "dev-master",
|
|
|
288
|
+ "doctrine/coding-standard": "^9",
|
|
|
289
|
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
|
290
|
+ "psr/cache": "^1.0 || ^2.0 || ^3.0",
|
|
|
291
|
+ "symfony/cache": "^4.4 || ^5.4 || ^6",
|
|
|
292
|
+ "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
|
|
|
293
|
+ },
|
|
|
294
|
+ "type": "library",
|
|
|
295
|
+ "autoload": {
|
|
|
296
|
+ "psr-4": {
|
|
|
297
|
+ "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
|
298
|
+ }
|
|
|
299
|
+ },
|
|
|
300
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
301
|
+ "license": [
|
|
|
302
|
+ "MIT"
|
|
|
303
|
+ ],
|
|
|
304
|
+ "authors": [
|
|
|
305
|
+ {
|
|
|
306
|
+ "name": "Guilherme Blanco",
|
|
|
307
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
308
|
+ },
|
|
|
309
|
+ {
|
|
|
310
|
+ "name": "Roman Borschel",
|
|
|
311
|
+ "email": "roman@code-factory.org"
|
|
|
312
|
+ },
|
|
|
313
|
+ {
|
|
|
314
|
+ "name": "Benjamin Eberlei",
|
|
|
315
|
+ "email": "kontakt@beberlei.de"
|
|
|
316
|
+ },
|
|
|
317
|
+ {
|
|
|
318
|
+ "name": "Jonathan Wage",
|
|
|
319
|
+ "email": "jonwage@gmail.com"
|
|
|
320
|
+ },
|
|
|
321
|
+ {
|
|
|
322
|
+ "name": "Johannes Schmitt",
|
|
|
323
|
+ "email": "schmittjoh@gmail.com"
|
|
|
324
|
+ }
|
|
|
325
|
+ ],
|
|
|
326
|
+ "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
|
|
|
327
|
+ "homepage": "https://www.doctrine-project.org/projects/cache.html",
|
|
|
328
|
+ "keywords": [
|
|
|
329
|
+ "abstraction",
|
|
|
330
|
+ "apcu",
|
|
|
331
|
+ "cache",
|
|
|
332
|
+ "caching",
|
|
|
333
|
+ "couchdb",
|
|
|
334
|
+ "memcached",
|
|
|
335
|
+ "php",
|
|
|
336
|
+ "redis",
|
|
|
337
|
+ "xcache"
|
|
|
338
|
+ ],
|
|
|
339
|
+ "support": {
|
|
|
340
|
+ "issues": "https://github.com/doctrine/cache/issues",
|
|
|
341
|
+ "source": "https://github.com/doctrine/cache/tree/2.2.0"
|
|
|
342
|
+ },
|
|
|
343
|
+ "funding": [
|
|
|
344
|
+ {
|
|
|
345
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
346
|
+ "type": "custom"
|
|
|
347
|
+ },
|
|
|
348
|
+ {
|
|
|
349
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
350
|
+ "type": "patreon"
|
|
|
351
|
+ },
|
|
|
352
|
+ {
|
|
|
353
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
|
|
|
354
|
+ "type": "tidelift"
|
|
|
355
|
+ }
|
|
|
356
|
+ ],
|
|
|
357
|
+ "time": "2022-05-20T20:07:39+00:00"
|
|
|
358
|
+ },
|
|
|
359
|
+ {
|
|
|
360
|
+ "name": "doctrine/dbal",
|
|
|
361
|
+ "version": "3.3.6",
|
|
|
362
|
+ "source": {
|
|
|
363
|
+ "type": "git",
|
|
|
364
|
+ "url": "https://github.com/doctrine/dbal.git",
|
|
|
365
|
+ "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21"
|
|
|
366
|
+ },
|
|
|
367
|
+ "dist": {
|
|
|
368
|
+ "type": "zip",
|
|
|
369
|
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
|
|
|
370
|
+ "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
|
|
|
371
|
+ "shasum": ""
|
|
|
372
|
+ },
|
|
|
373
|
+ "require": {
|
|
|
374
|
+ "composer-runtime-api": "^2",
|
|
|
375
|
+ "doctrine/cache": "^1.11|^2.0",
|
|
|
376
|
+ "doctrine/deprecations": "^0.5.3|^1",
|
|
|
377
|
+ "doctrine/event-manager": "^1.0",
|
|
|
378
|
+ "php": "^7.3 || ^8.0",
|
|
|
379
|
+ "psr/cache": "^1|^2|^3",
|
|
|
380
|
+ "psr/log": "^1|^2|^3"
|
|
|
381
|
+ },
|
|
|
382
|
+ "require-dev": {
|
|
|
383
|
+ "doctrine/coding-standard": "9.0.0",
|
|
|
384
|
+ "jetbrains/phpstorm-stubs": "2022.1",
|
|
|
385
|
+ "phpstan/phpstan": "1.6.3",
|
|
|
386
|
+ "phpstan/phpstan-strict-rules": "^1.2",
|
|
|
387
|
+ "phpunit/phpunit": "9.5.20",
|
|
|
388
|
+ "psalm/plugin-phpunit": "0.16.1",
|
|
|
389
|
+ "squizlabs/php_codesniffer": "3.6.2",
|
|
|
390
|
+ "symfony/cache": "^5.2|^6.0",
|
|
|
391
|
+ "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
|
|
|
392
|
+ "vimeo/psalm": "4.23.0"
|
|
|
393
|
+ },
|
|
|
394
|
+ "suggest": {
|
|
|
395
|
+ "symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
|
396
|
+ },
|
|
|
397
|
+ "bin": [
|
|
|
398
|
+ "bin/doctrine-dbal"
|
|
|
399
|
+ ],
|
|
|
400
|
+ "type": "library",
|
|
|
401
|
+ "autoload": {
|
|
|
402
|
+ "psr-4": {
|
|
|
403
|
+ "Doctrine\\DBAL\\": "src"
|
|
|
404
|
+ }
|
|
|
405
|
+ },
|
|
|
406
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
407
|
+ "license": [
|
|
|
408
|
+ "MIT"
|
|
|
409
|
+ ],
|
|
|
410
|
+ "authors": [
|
|
|
411
|
+ {
|
|
|
412
|
+ "name": "Guilherme Blanco",
|
|
|
413
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
414
|
+ },
|
|
|
415
|
+ {
|
|
|
416
|
+ "name": "Roman Borschel",
|
|
|
417
|
+ "email": "roman@code-factory.org"
|
|
|
418
|
+ },
|
|
|
419
|
+ {
|
|
|
420
|
+ "name": "Benjamin Eberlei",
|
|
|
421
|
+ "email": "kontakt@beberlei.de"
|
|
|
422
|
+ },
|
|
|
423
|
+ {
|
|
|
424
|
+ "name": "Jonathan Wage",
|
|
|
425
|
+ "email": "jonwage@gmail.com"
|
|
|
426
|
+ }
|
|
|
427
|
+ ],
|
|
|
428
|
+ "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
|
|
|
429
|
+ "homepage": "https://www.doctrine-project.org/projects/dbal.html",
|
|
|
430
|
+ "keywords": [
|
|
|
431
|
+ "abstraction",
|
|
|
432
|
+ "database",
|
|
|
433
|
+ "db2",
|
|
|
434
|
+ "dbal",
|
|
|
435
|
+ "mariadb",
|
|
|
436
|
+ "mssql",
|
|
|
437
|
+ "mysql",
|
|
|
438
|
+ "oci8",
|
|
|
439
|
+ "oracle",
|
|
|
440
|
+ "pdo",
|
|
|
441
|
+ "pgsql",
|
|
|
442
|
+ "postgresql",
|
|
|
443
|
+ "queryobject",
|
|
|
444
|
+ "sasql",
|
|
|
445
|
+ "sql",
|
|
|
446
|
+ "sqlite",
|
|
|
447
|
+ "sqlserver",
|
|
|
448
|
+ "sqlsrv"
|
|
|
449
|
+ ],
|
|
|
450
|
+ "support": {
|
|
|
451
|
+ "issues": "https://github.com/doctrine/dbal/issues",
|
|
|
452
|
+ "source": "https://github.com/doctrine/dbal/tree/3.3.6"
|
|
|
453
|
+ },
|
|
|
454
|
+ "funding": [
|
|
|
455
|
+ {
|
|
|
456
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
457
|
+ "type": "custom"
|
|
|
458
|
+ },
|
|
|
459
|
+ {
|
|
|
460
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
461
|
+ "type": "patreon"
|
|
|
462
|
+ },
|
|
|
463
|
+ {
|
|
|
464
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
|
|
|
465
|
+ "type": "tidelift"
|
|
|
466
|
+ }
|
|
|
467
|
+ ],
|
|
|
468
|
+ "time": "2022-05-02T17:21:01+00:00"
|
|
|
469
|
+ },
|
|
|
470
|
+ {
|
|
|
471
|
+ "name": "doctrine/deprecations",
|
|
|
472
|
+ "version": "v1.0.0",
|
|
|
473
|
+ "source": {
|
|
|
474
|
+ "type": "git",
|
|
|
475
|
+ "url": "https://github.com/doctrine/deprecations.git",
|
|
|
476
|
+ "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
|
|
|
477
|
+ },
|
|
|
478
|
+ "dist": {
|
|
|
479
|
+ "type": "zip",
|
|
|
480
|
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
|
|
|
481
|
+ "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
|
|
|
482
|
+ "shasum": ""
|
|
|
483
|
+ },
|
|
|
484
|
+ "require": {
|
|
|
485
|
+ "php": "^7.1|^8.0"
|
|
|
486
|
+ },
|
|
|
487
|
+ "require-dev": {
|
|
|
488
|
+ "doctrine/coding-standard": "^9",
|
|
|
489
|
+ "phpunit/phpunit": "^7.5|^8.5|^9.5",
|
|
|
490
|
+ "psr/log": "^1|^2|^3"
|
|
|
491
|
+ },
|
|
|
492
|
+ "suggest": {
|
|
|
493
|
+ "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
|
|
494
|
+ },
|
|
|
495
|
+ "type": "library",
|
|
|
496
|
+ "autoload": {
|
|
|
497
|
+ "psr-4": {
|
|
|
498
|
+ "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
|
|
499
|
+ }
|
|
|
500
|
+ },
|
|
|
501
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
502
|
+ "license": [
|
|
|
503
|
+ "MIT"
|
|
|
504
|
+ ],
|
|
|
505
|
+ "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.",
|
|
|
506
|
+ "homepage": "https://www.doctrine-project.org/",
|
|
|
507
|
+ "support": {
|
|
|
508
|
+ "issues": "https://github.com/doctrine/deprecations/issues",
|
|
|
509
|
+ "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
|
|
|
510
|
+ },
|
|
|
511
|
+ "time": "2022-05-02T15:47:09+00:00"
|
|
|
512
|
+ },
|
|
|
513
|
+ {
|
|
|
514
|
+ "name": "doctrine/event-manager",
|
|
|
515
|
+ "version": "1.1.1",
|
|
|
516
|
+ "source": {
|
|
|
517
|
+ "type": "git",
|
|
|
518
|
+ "url": "https://github.com/doctrine/event-manager.git",
|
|
|
519
|
+ "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
|
|
|
520
|
+ },
|
|
|
521
|
+ "dist": {
|
|
|
522
|
+ "type": "zip",
|
|
|
523
|
+ "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
|
524
|
+ "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
|
525
|
+ "shasum": ""
|
|
|
526
|
+ },
|
|
|
527
|
+ "require": {
|
|
|
528
|
+ "php": "^7.1 || ^8.0"
|
|
|
529
|
+ },
|
|
|
530
|
+ "conflict": {
|
|
|
531
|
+ "doctrine/common": "<2.9@dev"
|
|
|
532
|
+ },
|
|
|
533
|
+ "require-dev": {
|
|
|
534
|
+ "doctrine/coding-standard": "^6.0",
|
|
|
535
|
+ "phpunit/phpunit": "^7.0"
|
|
|
536
|
+ },
|
|
|
537
|
+ "type": "library",
|
|
|
538
|
+ "extra": {
|
|
|
539
|
+ "branch-alias": {
|
|
|
540
|
+ "dev-master": "1.0.x-dev"
|
|
|
541
|
+ }
|
|
|
542
|
+ },
|
|
|
543
|
+ "autoload": {
|
|
|
544
|
+ "psr-4": {
|
|
|
545
|
+ "Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
|
546
|
+ }
|
|
|
547
|
+ },
|
|
|
548
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
549
|
+ "license": [
|
|
|
550
|
+ "MIT"
|
|
|
551
|
+ ],
|
|
|
552
|
+ "authors": [
|
|
|
553
|
+ {
|
|
|
554
|
+ "name": "Guilherme Blanco",
|
|
|
555
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
556
|
+ },
|
|
|
557
|
+ {
|
|
|
558
|
+ "name": "Roman Borschel",
|
|
|
559
|
+ "email": "roman@code-factory.org"
|
|
|
560
|
+ },
|
|
|
561
|
+ {
|
|
|
562
|
+ "name": "Benjamin Eberlei",
|
|
|
563
|
+ "email": "kontakt@beberlei.de"
|
|
|
564
|
+ },
|
|
|
565
|
+ {
|
|
|
566
|
+ "name": "Jonathan Wage",
|
|
|
567
|
+ "email": "jonwage@gmail.com"
|
|
|
568
|
+ },
|
|
|
569
|
+ {
|
|
|
570
|
+ "name": "Johannes Schmitt",
|
|
|
571
|
+ "email": "schmittjoh@gmail.com"
|
|
|
572
|
+ },
|
|
|
573
|
+ {
|
|
|
574
|
+ "name": "Marco Pivetta",
|
|
|
575
|
+ "email": "ocramius@gmail.com"
|
|
|
576
|
+ }
|
|
|
577
|
+ ],
|
|
|
578
|
+ "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
|
|
|
579
|
+ "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
|
|
|
580
|
+ "keywords": [
|
|
|
581
|
+ "event",
|
|
|
582
|
+ "event dispatcher",
|
|
|
583
|
+ "event manager",
|
|
|
584
|
+ "event system",
|
|
|
585
|
+ "events"
|
|
|
586
|
+ ],
|
|
|
587
|
+ "support": {
|
|
|
588
|
+ "issues": "https://github.com/doctrine/event-manager/issues",
|
|
|
589
|
+ "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
|
|
|
590
|
+ },
|
|
|
591
|
+ "funding": [
|
|
|
592
|
+ {
|
|
|
593
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
594
|
+ "type": "custom"
|
|
|
595
|
+ },
|
|
|
596
|
+ {
|
|
|
597
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
598
|
+ "type": "patreon"
|
|
|
599
|
+ },
|
|
|
600
|
+ {
|
|
|
601
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
|
|
|
602
|
+ "type": "tidelift"
|
|
|
603
|
+ }
|
|
|
604
|
+ ],
|
|
|
605
|
+ "time": "2020-05-29T18:28:51+00:00"
|
|
|
606
|
+ },
|
|
266
|
607
|
{
|
|
267
|
608
|
"name": "doctrine/inflector",
|
|
268
|
609
|
"version": "2.0.4",
|
|
|
@@ -3038,6 +3379,55 @@
|
|
3038
|
3379
|
],
|
|
3039
|
3380
|
"time": "2021-12-04T23:24:31+00:00"
|
|
3040
|
3381
|
},
|
|
|
3382
|
+ {
|
|
|
3383
|
+ "name": "psr/cache",
|
|
|
3384
|
+ "version": "1.0.1",
|
|
|
3385
|
+ "source": {
|
|
|
3386
|
+ "type": "git",
|
|
|
3387
|
+ "url": "https://github.com/php-fig/cache.git",
|
|
|
3388
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
|
3389
|
+ },
|
|
|
3390
|
+ "dist": {
|
|
|
3391
|
+ "type": "zip",
|
|
|
3392
|
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
3393
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
3394
|
+ "shasum": ""
|
|
|
3395
|
+ },
|
|
|
3396
|
+ "require": {
|
|
|
3397
|
+ "php": ">=5.3.0"
|
|
|
3398
|
+ },
|
|
|
3399
|
+ "type": "library",
|
|
|
3400
|
+ "extra": {
|
|
|
3401
|
+ "branch-alias": {
|
|
|
3402
|
+ "dev-master": "1.0.x-dev"
|
|
|
3403
|
+ }
|
|
|
3404
|
+ },
|
|
|
3405
|
+ "autoload": {
|
|
|
3406
|
+ "psr-4": {
|
|
|
3407
|
+ "Psr\\Cache\\": "src/"
|
|
|
3408
|
+ }
|
|
|
3409
|
+ },
|
|
|
3410
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
3411
|
+ "license": [
|
|
|
3412
|
+ "MIT"
|
|
|
3413
|
+ ],
|
|
|
3414
|
+ "authors": [
|
|
|
3415
|
+ {
|
|
|
3416
|
+ "name": "PHP-FIG",
|
|
|
3417
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
3418
|
+ }
|
|
|
3419
|
+ ],
|
|
|
3420
|
+ "description": "Common interface for caching libraries",
|
|
|
3421
|
+ "keywords": [
|
|
|
3422
|
+ "cache",
|
|
|
3423
|
+ "psr",
|
|
|
3424
|
+ "psr-6"
|
|
|
3425
|
+ ],
|
|
|
3426
|
+ "support": {
|
|
|
3427
|
+ "source": "https://github.com/php-fig/cache/tree/master"
|
|
|
3428
|
+ },
|
|
|
3429
|
+ "time": "2016-08-06T20:24:11+00:00"
|
|
|
3430
|
+ },
|
|
3041
|
3431
|
{
|
|
3042
|
3432
|
"name": "psr/container",
|
|
3043
|
3433
|
"version": "1.1.2",
|