Subversion-Projekte lars-tiefland.marine-sales.de

Revision

Revision 34 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 34 Revision 38
Zeile 2... Zeile 2...
2
    "_readme": [
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
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",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
5
        "This file is @generated automatically"
6
    ],
6
    ],
7
    "content-hash": "37edf985e0584198eced43591a020a44",
7
    "content-hash": "8fbb1cf3d9835b4fce981eb465239434",
8
    "packages": [
8
    "packages": [
9
        {
9
        {
10
            "name": "brick/math",
10
            "name": "brick/math",
11
            "version": "0.11.0",
11
            "version": "0.11.0",
12
            "source": {
12
            "source": {
Zeile 229... Zeile 229...
229
            ],
229
            ],
230
            "time": "2022-05-20T20:07:39+00:00"
230
            "time": "2022-05-20T20:07:39+00:00"
231
        },
231
        },
232
        {
232
        {
233
            "name": "doctrine/dbal",
233
            "name": "doctrine/dbal",
234
            "version": "3.6.2",
234
            "version": "3.7.0",
235
            "source": {
235
            "source": {
236
                "type": "git",
236
                "type": "git",
237
                "url": "https://github.com/doctrine/dbal.git",
237
                "url": "https://github.com/doctrine/dbal.git",
238
                "reference": "b4bd1cfbd2b916951696d82e57d054394d84864c"
238
                "reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf"
239
            },
239
            },
240
            "dist": {
240
            "dist": {
241
                "type": "zip",
241
                "type": "zip",
242
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/b4bd1cfbd2b916951696d82e57d054394d84864c",
242
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/00d03067f07482f025d41ab55e4ba0db5eca2cdf",
243
                "reference": "b4bd1cfbd2b916951696d82e57d054394d84864c",
243
                "reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf",
244
                "shasum": ""
244
                "shasum": ""
245
            },
245
            },
246
            "require": {
246
            "require": {
247
                "composer-runtime-api": "^2",
247
                "composer-runtime-api": "^2",
248
                "doctrine/cache": "^1.11|^2.0",
248
                "doctrine/cache": "^1.11|^2.0",
Zeile 251... Zeile 251...
251
                "php": "^7.4 || ^8.0",
251
                "php": "^7.4 || ^8.0",
252
                "psr/cache": "^1|^2|^3",
252
                "psr/cache": "^1|^2|^3",
253
                "psr/log": "^1|^2|^3"
253
                "psr/log": "^1|^2|^3"
254
            },
254
            },
255
            "require-dev": {
255
            "require-dev": {
256
                "doctrine/coding-standard": "11.1.0",
256
                "doctrine/coding-standard": "12.0.0",
257
                "fig/log-test": "^1",
257
                "fig/log-test": "^1",
258
                "jetbrains/phpstorm-stubs": "2022.3",
258
                "jetbrains/phpstorm-stubs": "2023.1",
259
                "phpstan/phpstan": "1.10.9",
259
                "phpstan/phpstan": "1.10.35",
260
                "phpstan/phpstan-strict-rules": "^1.5",
260
                "phpstan/phpstan-strict-rules": "^1.5",
261
                "phpunit/phpunit": "9.6.6",
261
                "phpunit/phpunit": "9.6.13",
262
                "psalm/plugin-phpunit": "0.18.4",
262
                "psalm/plugin-phpunit": "0.18.4",
-
 
263
                "slevomat/coding-standard": "8.13.1",
263
                "squizlabs/php_codesniffer": "3.7.2",
264
                "squizlabs/php_codesniffer": "3.7.2",
264
                "symfony/cache": "^5.4|^6.0",
265
                "symfony/cache": "^5.4|^6.0",
265
                "symfony/console": "^4.4|^5.4|^6.0",
266
                "symfony/console": "^4.4|^5.4|^6.0",
266
                "vimeo/psalm": "4.30.0"
267
                "vimeo/psalm": "4.30.0"
267
            },
268
            },
Zeile 321... Zeile 322...
321
                "sqlserver",
322
                "sqlserver",
322
                "sqlsrv"
323
                "sqlsrv"
323
            ],
324
            ],
324
            "support": {
325
            "support": {
325
                "issues": "https://github.com/doctrine/dbal/issues",
326
                "issues": "https://github.com/doctrine/dbal/issues",
326
                "source": "https://github.com/doctrine/dbal/tree/3.6.2"
327
                "source": "https://github.com/doctrine/dbal/tree/3.7.0"
327
            },
328
            },
328
            "funding": [
329
            "funding": [
329
                {
330
                {
330
                    "url": "https://www.doctrine-project.org/sponsorship.html",
331
                    "url": "https://www.doctrine-project.org/sponsorship.html",
331
                    "type": "custom"
332
                    "type": "custom"
Zeile 337... Zeile 338...
337
                {
338
                {
338
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
339
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
339
                    "type": "tidelift"
340
                    "type": "tidelift"
340
                }
341
                }
341
            ],
342
            ],
342
            "time": "2023-04-14T07:25:38+00:00"
343
            "time": "2023-09-26T20:56:55+00:00"
343
        },
344
        },
344
        {
345
        {
345
            "name": "doctrine/deprecations",
346
            "name": "doctrine/deprecations",
346
            "version": "v1.0.0",
347
            "version": "1.1.2",
347
            "source": {
348
            "source": {
348
                "type": "git",
349
                "type": "git",
349
                "url": "https://github.com/doctrine/deprecations.git",
350
                "url": "https://github.com/doctrine/deprecations.git",
350
                "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
351
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
351
            },
352
            },
352
            "dist": {
353
            "dist": {
353
                "type": "zip",
354
                "type": "zip",
354
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
355
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
355
                "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
356
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
356
                "shasum": ""
357
                "shasum": ""
357
            },
358
            },
358
            "require": {
359
            "require": {
359
                "php": "^7.1|^8.0"
360
                "php": "^7.1 || ^8.0"
360
            },
361
            },
361
            "require-dev": {
362
            "require-dev": {
362
                "doctrine/coding-standard": "^9",
363
                "doctrine/coding-standard": "^9",
-
 
364
                "phpstan/phpstan": "1.4.10 || 1.10.15",
-
 
365
                "phpstan/phpstan-phpunit": "^1.0",
363
                "phpunit/phpunit": "^7.5|^8.5|^9.5",
366
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
-
 
367
                "psalm/plugin-phpunit": "0.18.4",
364
                "psr/log": "^1|^2|^3"
368
                "psr/log": "^1 || ^2 || ^3",
-
 
369
                "vimeo/psalm": "4.30.0 || 5.12.0"
365
            },
370
            },
366
            "suggest": {
371
            "suggest": {
367
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
372
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
368
            },
373
            },
369
            "type": "library",
374
            "type": "library",
Zeile 378... Zeile 383...
378
            ],
383
            ],
379
            "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.",
384
            "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.",
380
            "homepage": "https://www.doctrine-project.org/",
385
            "homepage": "https://www.doctrine-project.org/",
381
            "support": {
386
            "support": {
382
                "issues": "https://github.com/doctrine/deprecations/issues",
387
                "issues": "https://github.com/doctrine/deprecations/issues",
383
                "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
388
                "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
384
            },
389
            },
385
            "time": "2022-05-02T15:47:09+00:00"
390
            "time": "2023-09-27T20:04:15+00:00"
386
        },
391
        },
387
        {
392
        {
388
            "name": "doctrine/event-manager",
393
            "name": "doctrine/event-manager",
389
            "version": "2.0.0",
394
            "version": "2.0.0",
390
            "source": {
395
            "source": {
Zeile 475... Zeile 480...
475
            ],
480
            ],
476
            "time": "2022-10-12T20:59:15+00:00"
481
            "time": "2022-10-12T20:59:15+00:00"
477
        },
482
        },
478
        {
483
        {
479
            "name": "doctrine/inflector",
484
            "name": "doctrine/inflector",
480
            "version": "2.0.6",
485
            "version": "2.0.8",
481
            "source": {
486
            "source": {
482
                "type": "git",
487
                "type": "git",
483
                "url": "https://github.com/doctrine/inflector.git",
488
                "url": "https://github.com/doctrine/inflector.git",
484
                "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
489
                "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
485
            },
490
            },
486
            "dist": {
491
            "dist": {
487
                "type": "zip",
492
                "type": "zip",
488
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
493
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
489
                "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
494
                "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
490
                "shasum": ""
495
                "shasum": ""
491
            },
496
            },
492
            "require": {
497
            "require": {
493
                "php": "^7.2 || ^8.0"
498
                "php": "^7.2 || ^8.0"
494
            },
499
            },
495
            "require-dev": {
500
            "require-dev": {
496
                "doctrine/coding-standard": "^10",
501
                "doctrine/coding-standard": "^11.0",
497
                "phpstan/phpstan": "^1.8",
502
                "phpstan/phpstan": "^1.8",
498
                "phpstan/phpstan-phpunit": "^1.1",
503
                "phpstan/phpstan-phpunit": "^1.1",
499
                "phpstan/phpstan-strict-rules": "^1.3",
504
                "phpstan/phpstan-strict-rules": "^1.3",
500
                "phpunit/phpunit": "^8.5 || ^9.5",
505
                "phpunit/phpunit": "^8.5 || ^9.5",
501
                "vimeo/psalm": "^4.25"
506
                "vimeo/psalm": "^4.25 || ^5.4"
502
            },
507
            },
503
            "type": "library",
508
            "type": "library",
504
            "autoload": {
509
            "autoload": {
505
                "psr-4": {
510
                "psr-4": {
506
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
511
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
Zeile 546... Zeile 551...
546
                "uppercase",
551
                "uppercase",
547
                "words"
552
                "words"
548
            ],
553
            ],
549
            "support": {
554
            "support": {
550
                "issues": "https://github.com/doctrine/inflector/issues",
555
                "issues": "https://github.com/doctrine/inflector/issues",
551
                "source": "https://github.com/doctrine/inflector/tree/2.0.6"
556
                "source": "https://github.com/doctrine/inflector/tree/2.0.8"
552
            },
557
            },
553
            "funding": [
558
            "funding": [
554
                {
559
                {
555
                    "url": "https://www.doctrine-project.org/sponsorship.html",
560
                    "url": "https://www.doctrine-project.org/sponsorship.html",
556
                    "type": "custom"
561
                    "type": "custom"
Zeile 562... Zeile 567...
562
                {
567
                {
563
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
568
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
564
                    "type": "tidelift"
569
                    "type": "tidelift"
565
                }
570
                }
566
            ],
571
            ],
567
            "time": "2022-10-20T09:10:12+00:00"
572
            "time": "2023-06-16T13:40:37+00:00"
568
        },
573
        },
569
        {
574
        {
570
            "name": "doctrine/lexer",
575
            "name": "doctrine/lexer",
571
            "version": "3.0.0",
576
            "version": "3.0.0",
572
            "source": {
577
            "source": {
Zeile 643... Zeile 648...
643
            ],
648
            ],
644
            "time": "2022-12-15T16:57:16+00:00"
649
            "time": "2022-12-15T16:57:16+00:00"
645
        },
650
        },
646
        {
651
        {
647
            "name": "dragonmantank/cron-expression",
652
            "name": "dragonmantank/cron-expression",
648
            "version": "v3.3.2",
653
            "version": "v3.3.3",
649
            "source": {
654
            "source": {
650
                "type": "git",
655
                "type": "git",
651
                "url": "https://github.com/dragonmantank/cron-expression.git",
656
                "url": "https://github.com/dragonmantank/cron-expression.git",
652
                "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
657
                "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
653
            },
658
            },
654
            "dist": {
659
            "dist": {
655
                "type": "zip",
660
                "type": "zip",
656
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
661
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
657
                "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
662
                "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
658
                "shasum": ""
663
                "shasum": ""
659
            },
664
            },
660
            "require": {
665
            "require": {
661
                "php": "^7.2|^8.0",
666
                "php": "^7.2|^8.0",
662
                "webmozart/assert": "^1.0"
667
                "webmozart/assert": "^1.0"
Zeile 692... Zeile 697...
692
                "cron",
697
                "cron",
693
                "schedule"
698
                "schedule"
694
            ],
699
            ],
695
            "support": {
700
            "support": {
696
                "issues": "https://github.com/dragonmantank/cron-expression/issues",
701
                "issues": "https://github.com/dragonmantank/cron-expression/issues",
697
                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
702
                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
698
            },
703
            },
699
            "funding": [
704
            "funding": [
700
                {
705
                {
701
                    "url": "https://github.com/dragonmantank",
706
                    "url": "https://github.com/dragonmantank",
702
                    "type": "github"
707
                    "type": "github"
703
                }
708
                }
704
            ],
709
            ],
705
            "time": "2022-09-10T18:51:20+00:00"
710
            "time": "2023-08-10T19:36:49+00:00"
706
        },
711
        },
707
        {
712
        {
708
            "name": "egulias/email-validator",
713
            "name": "egulias/email-validator",
709
            "version": "4.0.1",
714
            "version": "4.0.1",
710
            "source": {
715
            "source": {
Zeile 904... Zeile 909...
904
            ],
909
            ],
905
            "time": "2023-02-25T20:23:15+00:00"
910
            "time": "2023-02-25T20:23:15+00:00"
906
        },
911
        },
907
        {
912
        {
908
            "name": "guzzlehttp/guzzle",
913
            "name": "guzzlehttp/guzzle",
909
            "version": "7.5.1",
914
            "version": "7.8.0",
910
            "source": {
915
            "source": {
911
                "type": "git",
916
                "type": "git",
912
                "url": "https://github.com/guzzle/guzzle.git",
917
                "url": "https://github.com/guzzle/guzzle.git",
913
                "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9"
918
                "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
914
            },
919
            },
915
            "dist": {
920
            "dist": {
916
                "type": "zip",
921
                "type": "zip",
917
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9",
922
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
918
                "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9",
923
                "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
919
                "shasum": ""
924
                "shasum": ""
920
            },
925
            },
921
            "require": {
926
            "require": {
922
                "ext-json": "*",
927
                "ext-json": "*",
923
                "guzzlehttp/promises": "^1.5",
928
                "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
924
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
929
                "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
925
                "php": "^7.2.5 || ^8.0",
930
                "php": "^7.2.5 || ^8.0",
926
                "psr/http-client": "^1.0",
931
                "psr/http-client": "^1.0",
927
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
932
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
928
            },
933
            },
929
            "provide": {
934
            "provide": {
930
                "psr/http-client-implementation": "1.0"
935
                "psr/http-client-implementation": "1.0"
931
            },
936
            },
932
            "require-dev": {
937
            "require-dev": {
933
                "bamarni/composer-bin-plugin": "^1.8.1",
938
                "bamarni/composer-bin-plugin": "^1.8.1",
934
                "ext-curl": "*",
939
                "ext-curl": "*",
-
 
940
                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
935
                "php-http/client-integration-tests": "^3.0",
941
                "php-http/message-factory": "^1.1",
936
                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
942
                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
937
                "psr/log": "^1.1 || ^2.0 || ^3.0"
943
                "psr/log": "^1.1 || ^2.0 || ^3.0"
938
            },
944
            },
939
            "suggest": {
945
            "suggest": {
940
                "ext-curl": "Required for CURL handler support",
946
                "ext-curl": "Required for CURL handler support",
Zeile 944... Zeile 950...
944
            "type": "library",
950
            "type": "library",
945
            "extra": {
951
            "extra": {
946
                "bamarni-bin": {
952
                "bamarni-bin": {
947
                    "bin-links": true,
953
                    "bin-links": true,
948
                    "forward-command": false
954
                    "forward-command": false
949
                },
-
 
950
                "branch-alias": {
-
 
951
                    "dev-master": "7.5-dev"
-
 
952
                }
955
                }
953
            },
956
            },
954
            "autoload": {
957
            "autoload": {
955
                "files": [
958
                "files": [
956
                    "src/functions_include.php"
959
                    "src/functions_include.php"
Zeile 1012... Zeile 1015...
1012
                "rest",
1015
                "rest",
1013
                "web service"
1016
                "web service"
1014
            ],
1017
            ],
1015
            "support": {
1018
            "support": {
1016
                "issues": "https://github.com/guzzle/guzzle/issues",
1019
                "issues": "https://github.com/guzzle/guzzle/issues",
1017
                "source": "https://github.com/guzzle/guzzle/tree/7.5.1"
1020
                "source": "https://github.com/guzzle/guzzle/tree/7.8.0"
1018
            },
1021
            },
1019
            "funding": [
1022
            "funding": [
1020
                {
1023
                {
1021
                    "url": "https://github.com/GrahamCampbell",
1024
                    "url": "https://github.com/GrahamCampbell",
1022
                    "type": "github"
1025
                    "type": "github"
Zeile 1028... Zeile 1031...
1028
                {
1031
                {
1029
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1032
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1030
                    "type": "tidelift"
1033
                    "type": "tidelift"
1031
                }
1034
                }
1032
            ],
1035
            ],
1033
            "time": "2023-04-17T16:30:08+00:00"
1036
            "time": "2023-08-27T10:20:53+00:00"
1034
        },
1037
        },
1035
        {
1038
        {
1036
            "name": "guzzlehttp/promises",
1039
            "name": "guzzlehttp/promises",
1037
            "version": "1.5.2",
1040
            "version": "2.0.1",
1038
            "source": {
1041
            "source": {
1039
                "type": "git",
1042
                "type": "git",
1040
                "url": "https://github.com/guzzle/promises.git",
1043
                "url": "https://github.com/guzzle/promises.git",
1041
                "reference": "b94b2807d85443f9719887892882d0329d1e2598"
1044
                "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
1042
            },
1045
            },
1043
            "dist": {
1046
            "dist": {
1044
                "type": "zip",
1047
                "type": "zip",
1045
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
1048
                "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
1046
                "reference": "b94b2807d85443f9719887892882d0329d1e2598",
1049
                "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
1047
                "shasum": ""
1050
                "shasum": ""
1048
            },
1051
            },
1049
            "require": {
1052
            "require": {
1050
                "php": ">=5.5"
1053
                "php": "^7.2.5 || ^8.0"
1051
            },
1054
            },
1052
            "require-dev": {
1055
            "require-dev": {
-
 
1056
                "bamarni/composer-bin-plugin": "^1.8.1",
1053
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
1057
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1054
            },
1058
            },
1055
            "type": "library",
1059
            "type": "library",
1056
            "extra": {
1060
            "extra": {
1057
                "branch-alias": {
1061
                "bamarni-bin": {
1058
                    "dev-master": "1.5-dev"
1062
                    "bin-links": true,
-
 
1063
                    "forward-command": false
1059
                }
1064
                }
1060
            },
1065
            },
1061
            "autoload": {
1066
            "autoload": {
1062
                "files": [
-
 
1063
                    "src/functions_include.php"
-
 
1064
                ],
-
 
1065
                "psr-4": {
1067
                "psr-4": {
1066
                    "GuzzleHttp\\Promise\\": "src/"
1068
                    "GuzzleHttp\\Promise\\": "src/"
1067
                }
1069
                }
1068
            },
1070
            },
1069
            "notification-url": "https://packagist.org/downloads/",
1071
            "notification-url": "https://packagist.org/downloads/",
Zeile 1096... Zeile 1098...
1096
            "keywords": [
1098
            "keywords": [
1097
                "promise"
1099
                "promise"
1098
            ],
1100
            ],
1099
            "support": {
1101
            "support": {
1100
                "issues": "https://github.com/guzzle/promises/issues",
1102
                "issues": "https://github.com/guzzle/promises/issues",
1101
                "source": "https://github.com/guzzle/promises/tree/1.5.2"
1103
                "source": "https://github.com/guzzle/promises/tree/2.0.1"
1102
            },
1104
            },
1103
            "funding": [
1105
            "funding": [
1104
                {
1106
                {
1105
                    "url": "https://github.com/GrahamCampbell",
1107
                    "url": "https://github.com/GrahamCampbell",
1106
                    "type": "github"
1108
                    "type": "github"
Zeile 1112... Zeile 1114...
1112
                {
1114
                {
1113
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1115
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1114
                    "type": "tidelift"
1116
                    "type": "tidelift"
1115
                }
1117
                }
1116
            ],
1118
            ],
1117
            "time": "2022-08-28T14:55:35+00:00"
1119
            "time": "2023-08-03T15:11:55+00:00"
1118
        },
1120
        },
1119
        {
1121
        {
1120
            "name": "guzzlehttp/psr7",
1122
            "name": "guzzlehttp/psr7",
1121
            "version": "2.5.0",
1123
            "version": "2.6.1",
1122
            "source": {
1124
            "source": {
1123
                "type": "git",
1125
                "type": "git",
1124
                "url": "https://github.com/guzzle/psr7.git",
1126
                "url": "https://github.com/guzzle/psr7.git",
1125
                "reference": "b635f279edd83fc275f822a1188157ffea568ff6"
1127
                "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
1126
            },
1128
            },
1127
            "dist": {
1129
            "dist": {
1128
                "type": "zip",
1130
                "type": "zip",
1129
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
1131
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
1130
                "reference": "b635f279edd83fc275f822a1188157ffea568ff6",
1132
                "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
1131
                "shasum": ""
1133
                "shasum": ""
1132
            },
1134
            },
1133
            "require": {
1135
            "require": {
1134
                "php": "^7.2.5 || ^8.0",
1136
                "php": "^7.2.5 || ^8.0",
1135
                "psr/http-factory": "^1.0",
1137
                "psr/http-factory": "^1.0",
Zeile 1212... Zeile 1214...
1212
                "uri",
1214
                "uri",
1213
                "url"
1215
                "url"
1214
            ],
1216
            ],
1215
            "support": {
1217
            "support": {
1216
                "issues": "https://github.com/guzzle/psr7/issues",
1218
                "issues": "https://github.com/guzzle/psr7/issues",
1217
                "source": "https://github.com/guzzle/psr7/tree/2.5.0"
1219
                "source": "https://github.com/guzzle/psr7/tree/2.6.1"
1218
            },
1220
            },
1219
            "funding": [
1221
            "funding": [
1220
                {
1222
                {
1221
                    "url": "https://github.com/GrahamCampbell",
1223
                    "url": "https://github.com/GrahamCampbell",
1222
                    "type": "github"
1224
                    "type": "github"
Zeile 1228... Zeile 1230...
1228
                {
1230
                {
1229
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1231
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1230
                    "type": "tidelift"
1232
                    "type": "tidelift"
1231
                }
1233
                }
1232
            ],
1234
            ],
1233
            "time": "2023-04-17T16:11:26+00:00"
1235
            "time": "2023-08-27T10:13:57+00:00"
1234
        },
1236
        },
1235
        {
1237
        {
1236
            "name": "guzzlehttp/uri-template",
1238
            "name": "guzzlehttp/uri-template",
1237
            "version": "v1.0.1",
1239
            "version": "v1.0.2",
1238
            "source": {
1240
            "source": {
1239
                "type": "git",
1241
                "type": "git",
1240
                "url": "https://github.com/guzzle/uri-template.git",
1242
                "url": "https://github.com/guzzle/uri-template.git",
1241
                "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2"
1243
                "reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d"
1242
            },
1244
            },
1243
            "dist": {
1245
            "dist": {
1244
                "type": "zip",
1246
                "type": "zip",
1245
                "url": "https://api.github.com/repos/guzzle/uri-template/zipball/b945d74a55a25a949158444f09ec0d3c120d69e2",
1247
                "url": "https://api.github.com/repos/guzzle/uri-template/zipball/61bf437fc2197f587f6857d3ff903a24f1731b5d",
1246
                "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2",
1248
                "reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d",
1247
                "shasum": ""
1249
                "shasum": ""
1248
            },
1250
            },
1249
            "require": {
1251
            "require": {
1250
                "php": "^7.2.5 || ^8.0",
1252
                "php": "^7.2.5 || ^8.0",
1251
                "symfony/polyfill-php80": "^1.17"
1253
                "symfony/polyfill-php80": "^1.17"
1252
            },
1254
            },
1253
            "require-dev": {
1255
            "require-dev": {
-
 
1256
                "bamarni/composer-bin-plugin": "^1.8.1",
1254
                "phpunit/phpunit": "^8.5.19 || ^9.5.8",
1257
                "phpunit/phpunit": "^8.5.19 || ^9.5.8",
1255
                "uri-template/tests": "1.0.0"
1258
                "uri-template/tests": "1.0.0"
1256
            },
1259
            },
1257
            "type": "library",
1260
            "type": "library",
1258
            "extra": {
-
 
1259
                "branch-alias": {
-
 
1260
                    "dev-master": "1.0-dev"
-
 
1261
                }
-
 
1262
            },
-
 
1263
            "autoload": {
1261
            "autoload": {
1264
                "psr-4": {
1262
                "psr-4": {
1265
                    "GuzzleHttp\\UriTemplate\\": "src"
1263
                    "GuzzleHttp\\UriTemplate\\": "src"
1266
                }
1264
                }
1267
            },
1265
            },
Zeile 1296... Zeile 1294...
1296
                "guzzlehttp",
1294
                "guzzlehttp",
1297
                "uri-template"
1295
                "uri-template"
1298
            ],
1296
            ],
1299
            "support": {
1297
            "support": {
1300
                "issues": "https://github.com/guzzle/uri-template/issues",
1298
                "issues": "https://github.com/guzzle/uri-template/issues",
1301
                "source": "https://github.com/guzzle/uri-template/tree/v1.0.1"
1299
                "source": "https://github.com/guzzle/uri-template/tree/v1.0.2"
1302
            },
1300
            },
1303
            "funding": [
1301
            "funding": [
1304
                {
1302
                {
1305
                    "url": "https://github.com/GrahamCampbell",
1303
                    "url": "https://github.com/GrahamCampbell",
1306
                    "type": "github"
1304
                    "type": "github"
Zeile 1312... Zeile 1310...
1312
                {
1310
                {
1313
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1311
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1314
                    "type": "tidelift"
1312
                    "type": "tidelift"
1315
                }
1313
                }
1316
            ],
1314
            ],
1317
            "time": "2021-10-07T12:57:01+00:00"
1315
            "time": "2023-08-27T10:19:19+00:00"
1318
        },
1316
        },
1319
        {
1317
        {
1320
            "name": "itsgoingd/clockwork",
1318
            "name": "itsgoingd/clockwork",
1321
            "version": "v5.1.12",
1319
            "version": "v5.1.12",
1322
            "source": {
1320
            "source": {
Zeile 1384... Zeile 1382...
1384
            ],
1382
            ],
1385
            "time": "2022-12-13T00:04:12+00:00"
1383
            "time": "2022-12-13T00:04:12+00:00"
1386
        },
1384
        },
1387
        {
1385
        {
1388
            "name": "laracraft-tech/laravel-date-scopes",
1386
            "name": "laracraft-tech/laravel-date-scopes",
1389
            "version": "v1.0.6",
1387
            "version": "v1.1.1",
1390
            "source": {
1388
            "source": {
1391
                "type": "git",
1389
                "type": "git",
1392
                "url": "https://github.com/laracraft-tech/laravel-date-scopes.git",
1390
                "url": "https://github.com/laracraft-tech/laravel-date-scopes.git",
1393
                "reference": "c4f3e7429a66b58df1ff55ffd8eb950368dca876"
1391
                "reference": "f90aa3bf32096883cb6cfa74779a9144ba18377a"
1394
            },
1392
            },
1395
            "dist": {
1393
            "dist": {
1396
                "type": "zip",
1394
                "type": "zip",
1397
                "url": "https://api.github.com/repos/laracraft-tech/laravel-date-scopes/zipball/c4f3e7429a66b58df1ff55ffd8eb950368dca876",
1395
                "url": "https://api.github.com/repos/laracraft-tech/laravel-date-scopes/zipball/f90aa3bf32096883cb6cfa74779a9144ba18377a",
1398
                "reference": "c4f3e7429a66b58df1ff55ffd8eb950368dca876",
1396
                "reference": "f90aa3bf32096883cb6cfa74779a9144ba18377a",
1399
                "shasum": ""
1397
                "shasum": ""
1400
            },
1398
            },
1401
            "require": {
1399
            "require": {
1402
                "illuminate/contracts": "^9.0 || ^10.0",
1400
                "illuminate/contracts": "^9.0 || ^10.0",
1403
                "illuminate/database": "^9.0 || ^10.0",
1401
                "illuminate/database": "^9.0 || ^10.0",
Zeile 1451... Zeile 1449...
1451
                "laravel",
1449
                "laravel",
1452
                "laravel-date-scopes"
1450
                "laravel-date-scopes"
1453
            ],
1451
            ],
1454
            "support": {
1452
            "support": {
1455
                "issues": "https://github.com/laracraft-tech/laravel-date-scopes/issues",
1453
                "issues": "https://github.com/laracraft-tech/laravel-date-scopes/issues",
1456
                "source": "https://github.com/laracraft-tech/laravel-date-scopes/tree/v1.0.6"
1454
                "source": "https://github.com/laracraft-tech/laravel-date-scopes/tree/v1.1.1"
1457
            },
1455
            },
1458
            "time": "2023-04-17T08:44:39+00:00"
1456
            "time": "2023-05-02T21:10:48+00:00"
1459
        },
1457
        },
1460
        {
1458
        {
1461
            "name": "laravel/framework",
1459
            "name": "laravel/framework",
1462
            "version": "v9.52.6",
1460
            "version": "v9.52.16",
1463
            "source": {
1461
            "source": {
1464
                "type": "git",
1462
                "type": "git",
1465
                "url": "https://github.com/laravel/framework.git",
1463
                "url": "https://github.com/laravel/framework.git",
1466
                "reference": "16454f17a2585c4589f721655fc5133270aadf8c"
1464
                "reference": "082345d76fc6a55b649572efe10b11b03e279d24"
1467
            },
1465
            },
1468
            "dist": {
1466
            "dist": {
1469
                "type": "zip",
1467
                "type": "zip",
1470
                "url": "https://api.github.com/repos/laravel/framework/zipball/16454f17a2585c4589f721655fc5133270aadf8c",
1468
                "url": "https://api.github.com/repos/laravel/framework/zipball/082345d76fc6a55b649572efe10b11b03e279d24",
1471
                "reference": "16454f17a2585c4589f721655fc5133270aadf8c",
1469
                "reference": "082345d76fc6a55b649572efe10b11b03e279d24",
1472
                "shasum": ""
1470
                "shasum": ""
1473
            },
1471
            },
1474
            "require": {
1472
            "require": {
1475
                "brick/math": "^0.9.3|^0.10.2|^0.11",
1473
                "brick/math": "^0.9.3|^0.10.2|^0.11",
1476
                "doctrine/inflector": "^2.0.5",
1474
                "doctrine/inflector": "^2.0.5",
Zeile 1651... Zeile 1649...
1651
            ],
1649
            ],
1652
            "support": {
1650
            "support": {
1653
                "issues": "https://github.com/laravel/framework/issues",
1651
                "issues": "https://github.com/laravel/framework/issues",
1654
                "source": "https://github.com/laravel/framework"
1652
                "source": "https://github.com/laravel/framework"
1655
            },
1653
            },
1656
            "time": "2023-04-18T13:44:55+00:00"
1654
            "time": "2023-10-03T13:02:30+00:00"
1657
        },
1655
        },
1658
        {
1656
        {
1659
            "name": "laravel/sanctum",
1657
            "name": "laravel/sanctum",
1660
            "version": "v3.2.1",
1658
            "version": "v3.3.1",
1661
            "source": {
1659
            "source": {
1662
                "type": "git",
1660
                "type": "git",
1663
                "url": "https://github.com/laravel/sanctum.git",
1661
                "url": "https://github.com/laravel/sanctum.git",
1664
                "reference": "d09d69bac55708fcd4a3b305d760e673d888baf9"
1662
                "reference": "338f633e6487e76b255470d3373fbc29228aa971"
1665
            },
1663
            },
1666
            "dist": {
1664
            "dist": {
1667
                "type": "zip",
1665
                "type": "zip",
1668
                "url": "https://api.github.com/repos/laravel/sanctum/zipball/d09d69bac55708fcd4a3b305d760e673d888baf9",
1666
                "url": "https://api.github.com/repos/laravel/sanctum/zipball/338f633e6487e76b255470d3373fbc29228aa971",
1669
                "reference": "d09d69bac55708fcd4a3b305d760e673d888baf9",
1667
                "reference": "338f633e6487e76b255470d3373fbc29228aa971",
1670
                "shasum": ""
1668
                "shasum": ""
1671
            },
1669
            },
1672
            "require": {
1670
            "require": {
1673
                "ext-json": "*",
1671
                "ext-json": "*",
1674
                "illuminate/console": "^9.21|^10.0",
1672
                "illuminate/console": "^9.21|^10.0",
Zeile 1677... Zeile 1675...
1677
                "illuminate/support": "^9.21|^10.0",
1675
                "illuminate/support": "^9.21|^10.0",
1678
                "php": "^8.0.2"
1676
                "php": "^8.0.2"
1679
            },
1677
            },
1680
            "require-dev": {
1678
            "require-dev": {
1681
                "mockery/mockery": "^1.0",
1679
                "mockery/mockery": "^1.0",
1682
                "orchestra/testbench": "^7.0|^8.0",
1680
                "orchestra/testbench": "^7.28.2|^8.8.3",
-
 
1681
                "phpstan/phpstan": "^1.10",
1683
                "phpunit/phpunit": "^9.3"
1682
                "phpunit/phpunit": "^9.6"
1684
            },
1683
            },
1685
            "type": "library",
1684
            "type": "library",
1686
            "extra": {
1685
            "extra": {
1687
                "branch-alias": {
1686
                "branch-alias": {
1688
                    "dev-master": "3.x-dev"
1687
                    "dev-master": "3.x-dev"
Zeile 1716... Zeile 1715...
1716
            ],
1715
            ],
1717
            "support": {
1716
            "support": {
1718
                "issues": "https://github.com/laravel/sanctum/issues",
1717
                "issues": "https://github.com/laravel/sanctum/issues",
1719
                "source": "https://github.com/laravel/sanctum"
1718
                "source": "https://github.com/laravel/sanctum"
1720
            },
1719
            },
1721
            "time": "2023-01-13T15:41:49+00:00"
1720
            "time": "2023-09-07T15:46:33+00:00"
1722
        },
1721
        },
1723
        {
1722
        {
1724
            "name": "laravel/serializable-closure",
1723
            "name": "laravel/serializable-closure",
1725
            "version": "v1.3.0",
1724
            "version": "v1.3.1",
1726
            "source": {
1725
            "source": {
1727
                "type": "git",
1726
                "type": "git",
1728
                "url": "https://github.com/laravel/serializable-closure.git",
1727
                "url": "https://github.com/laravel/serializable-closure.git",
1729
                "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37"
1728
                "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902"
1730
            },
1729
            },
1731
            "dist": {
1730
            "dist": {
1732
                "type": "zip",
1731
                "type": "zip",
1733
                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
1732
                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902",
1734
                "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
1733
                "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902",
1735
                "shasum": ""
1734
                "shasum": ""
1736
            },
1735
            },
1737
            "require": {
1736
            "require": {
1738
                "php": "^7.3|^8.0"
1737
                "php": "^7.3|^8.0"
1739
            },
1738
            },
Zeile 1776... Zeile 1775...
1776
            ],
1775
            ],
1777
            "support": {
1776
            "support": {
1778
                "issues": "https://github.com/laravel/serializable-closure/issues",
1777
                "issues": "https://github.com/laravel/serializable-closure/issues",
1779
                "source": "https://github.com/laravel/serializable-closure"
1778
                "source": "https://github.com/laravel/serializable-closure"
1780
            },
1779
            },
1781
            "time": "2023-01-30T18:31:20+00:00"
1780
            "time": "2023-07-14T13:56:28+00:00"
1782
        },
1781
        },
1783
        {
1782
        {
1784
            "name": "laravel/tinker",
1783
            "name": "laravel/tinker",
1785
            "version": "v2.8.1",
1784
            "version": "v2.8.2",
1786
            "source": {
1785
            "source": {
1787
                "type": "git",
1786
                "type": "git",
1788
                "url": "https://github.com/laravel/tinker.git",
1787
                "url": "https://github.com/laravel/tinker.git",
1789
                "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10"
1788
                "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3"
1790
            },
1789
            },
1791
            "dist": {
1790
            "dist": {
1792
                "type": "zip",
1791
                "type": "zip",
1793
                "url": "https://api.github.com/repos/laravel/tinker/zipball/04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
1792
                "url": "https://api.github.com/repos/laravel/tinker/zipball/b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
1794
                "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
1793
                "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
1795
                "shasum": ""
1794
                "shasum": ""
1796
            },
1795
            },
1797
            "require": {
1796
            "require": {
1798
                "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
1797
                "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
1799
                "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
1798
                "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
Zeile 1802... Zeile 1801...
1802
                "psy/psysh": "^0.10.4|^0.11.1",
1801
                "psy/psysh": "^0.10.4|^0.11.1",
1803
                "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
1802
                "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
1804
            },
1803
            },
1805
            "require-dev": {
1804
            "require-dev": {
1806
                "mockery/mockery": "~1.3.3|^1.4.2",
1805
                "mockery/mockery": "~1.3.3|^1.4.2",
-
 
1806
                "phpstan/phpstan": "^1.10",
1807
                "phpunit/phpunit": "^8.5.8|^9.3.3"
1807
                "phpunit/phpunit": "^8.5.8|^9.3.3"
1808
            },
1808
            },
1809
            "suggest": {
1809
            "suggest": {
1810
                "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
1810
                "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
1811
            },
1811
            },
Zeile 1842... Zeile 1842...
1842
                "laravel",
1842
                "laravel",
1843
                "psysh"
1843
                "psysh"
1844
            ],
1844
            ],
1845
            "support": {
1845
            "support": {
1846
                "issues": "https://github.com/laravel/tinker/issues",
1846
                "issues": "https://github.com/laravel/tinker/issues",
1847
                "source": "https://github.com/laravel/tinker/tree/v2.8.1"
1847
                "source": "https://github.com/laravel/tinker/tree/v2.8.2"
1848
            },
1848
            },
1849
            "time": "2023-02-15T16:40:09+00:00"
1849
            "time": "2023-08-15T14:27:00+00:00"
1850
        },
1850
        },
1851
        {
1851
        {
1852
            "name": "league/commonmark",
1852
            "name": "league/commonmark",
1853
            "version": "2.4.0",
1853
            "version": "2.4.1",
1854
            "source": {
1854
            "source": {
1855
                "type": "git",
1855
                "type": "git",
1856
                "url": "https://github.com/thephpleague/commonmark.git",
1856
                "url": "https://github.com/thephpleague/commonmark.git",
1857
                "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048"
1857
                "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5"
1858
            },
1858
            },
1859
            "dist": {
1859
            "dist": {
1860
                "type": "zip",
1860
                "type": "zip",
1861
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d44a24690f16b8c1808bf13b1bd54ae4c63ea048",
1861
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
1862
                "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048",
1862
                "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
1863
                "shasum": ""
1863
                "shasum": ""
1864
            },
1864
            },
1865
            "require": {
1865
            "require": {
1866
                "ext-mbstring": "*",
1866
                "ext-mbstring": "*",
1867
                "league/config": "^1.1.1",
1867
                "league/config": "^1.1.1",
Zeile 1950... Zeile 1950...
1950
                {
1950
                {
1951
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1951
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1952
                    "type": "tidelift"
1952
                    "type": "tidelift"
1953
                }
1953
                }
1954
            ],
1954
            ],
1955
            "time": "2023-03-24T15:16:10+00:00"
1955
            "time": "2023-08-30T16:55:00+00:00"
1956
        },
1956
        },
1957
        {
1957
        {
1958
            "name": "league/config",
1958
            "name": "league/config",
1959
            "version": "v1.2.0",
1959
            "version": "v1.2.0",
1960
            "source": {
1960
            "source": {
Zeile 2036... Zeile 2036...
2036
            ],
2036
            ],
2037
            "time": "2022-12-11T20:36:23+00:00"
2037
            "time": "2022-12-11T20:36:23+00:00"
2038
        },
2038
        },
2039
        {
2039
        {
2040
            "name": "league/flysystem",
2040
            "name": "league/flysystem",
2041
            "version": "3.14.0",
2041
            "version": "3.16.0",
2042
            "source": {
2042
            "source": {
2043
                "type": "git",
2043
                "type": "git",
2044
                "url": "https://github.com/thephpleague/flysystem.git",
2044
                "url": "https://github.com/thephpleague/flysystem.git",
2045
                "reference": "e2a279d7f47d9098e479e8b21f7fb8b8de230158"
2045
                "reference": "4fdf372ca6b63c6e281b1c01a624349ccb757729"
2046
            },
2046
            },
2047
            "dist": {
2047
            "dist": {
2048
                "type": "zip",
2048
                "type": "zip",
2049
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e2a279d7f47d9098e479e8b21f7fb8b8de230158",
2049
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4fdf372ca6b63c6e281b1c01a624349ccb757729",
2050
                "reference": "e2a279d7f47d9098e479e8b21f7fb8b8de230158",
2050
                "reference": "4fdf372ca6b63c6e281b1c01a624349ccb757729",
2051
                "shasum": ""
2051
                "shasum": ""
2052
            },
2052
            },
2053
            "require": {
2053
            "require": {
-
 
2054
                "league/flysystem-local": "^3.0.0",
2054
                "league/mime-type-detection": "^1.0.0",
2055
                "league/mime-type-detection": "^1.0.0",
2055
                "php": "^8.0.2"
2056
                "php": "^8.0.2"
2056
            },
2057
            },
2057
            "conflict": {
2058
            "conflict": {
-
 
2059
                "async-aws/core": "<1.19.0",
-
 
2060
                "async-aws/s3": "<1.14.0",
2058
                "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2061
                "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2059
                "guzzlehttp/guzzle": "<7.0",
2062
                "guzzlehttp/guzzle": "<7.0",
2060
                "guzzlehttp/ringphp": "<1.1.1",
2063
                "guzzlehttp/ringphp": "<1.1.1",
2061
                "phpseclib/phpseclib": "3.0.15",
2064
                "phpseclib/phpseclib": "3.0.15",
2062
                "symfony/http-client": "<5.2"
2065
                "symfony/http-client": "<5.2"
Zeile 2072... Zeile 2075...
2072
                "friendsofphp/php-cs-fixer": "^3.5",
2075
                "friendsofphp/php-cs-fixer": "^3.5",
2073
                "google/cloud-storage": "^1.23",
2076
                "google/cloud-storage": "^1.23",
2074
                "microsoft/azure-storage-blob": "^1.1",
2077
                "microsoft/azure-storage-blob": "^1.1",
2075
                "phpseclib/phpseclib": "^3.0.14",
2078
                "phpseclib/phpseclib": "^3.0.14",
2076
                "phpstan/phpstan": "^0.12.26",
2079
                "phpstan/phpstan": "^0.12.26",
2077
                "phpunit/phpunit": "^9.5.11",
2080
                "phpunit/phpunit": "^9.5.11|^10.0",
2078
                "sabre/dav": "^4.3.1"
2081
                "sabre/dav": "^4.3.1"
2079
            },
2082
            },
2080
            "type": "library",
2083
            "type": "library",
2081
            "autoload": {
2084
            "autoload": {
2082
                "psr-4": {
2085
                "psr-4": {
Zeile 2107... Zeile 2110...
2107
                "sftp",
2110
                "sftp",
2108
                "storage"
2111
                "storage"
2109
            ],
2112
            ],
2110
            "support": {
2113
            "support": {
2111
                "issues": "https://github.com/thephpleague/flysystem/issues",
2114
                "issues": "https://github.com/thephpleague/flysystem/issues",
2112
                "source": "https://github.com/thephpleague/flysystem/tree/3.14.0"
2115
                "source": "https://github.com/thephpleague/flysystem/tree/3.16.0"
2113
            },
2116
            },
2114
            "funding": [
2117
            "funding": [
2115
                {
2118
                {
2116
                    "url": "https://ecologi.com/frankdejonge",
2119
                    "url": "https://ecologi.com/frankdejonge",
2117
                    "type": "custom"
2120
                    "type": "custom"
Zeile 2119... Zeile 2122...
2119
                {
2122
                {
2120
                    "url": "https://github.com/frankdejonge",
2123
                    "url": "https://github.com/frankdejonge",
2121
                    "type": "github"
2124
                    "type": "github"
2122
                }
2125
                }
2123
            ],
2126
            ],
2124
            "time": "2023-04-11T18:11:47+00:00"
2127
            "time": "2023-09-07T19:22:17+00:00"
-
 
2128
        },
-
 
2129
        {
-
 
2130
            "name": "league/flysystem-local",
-
 
2131
            "version": "3.16.0",
-
 
2132
            "source": {
-
 
2133
                "type": "git",
-
 
2134
                "url": "https://github.com/thephpleague/flysystem-local.git",
-
 
2135
                "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781"
-
 
2136
            },
-
 
2137
            "dist": {
-
 
2138
                "type": "zip",
-
 
2139
                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ec7383f25642e6fd4bb0c9554fc2311245391781",
-
 
2140
                "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781",
-
 
2141
                "shasum": ""
-
 
2142
            },
-
 
2143
            "require": {
-
 
2144
                "ext-fileinfo": "*",
-
 
2145
                "league/flysystem": "^3.0.0",
-
 
2146
                "league/mime-type-detection": "^1.0.0",
-
 
2147
                "php": "^8.0.2"
-
 
2148
            },
-
 
2149
            "type": "library",
-
 
2150
            "autoload": {
-
 
2151
                "psr-4": {
-
 
2152
                    "League\\Flysystem\\Local\\": ""
-
 
2153
                }
-
 
2154
            },
-
 
2155
            "notification-url": "https://packagist.org/downloads/",
-
 
2156
            "license": [
-
 
2157
                "MIT"
-
 
2158
            ],
-
 
2159
            "authors": [
-
 
2160
                {
-
 
2161
                    "name": "Frank de Jonge",
-
 
2162
                    "email": "info@frankdejonge.nl"
-
 
2163
                }
-
 
2164
            ],
-
 
2165
            "description": "Local filesystem adapter for Flysystem.",
-
 
2166
            "keywords": [
-
 
2167
                "Flysystem",
-
 
2168
                "file",
-
 
2169
                "files",
-
 
2170
                "filesystem",
-
 
2171
                "local"
-
 
2172
            ],
-
 
2173
            "support": {
-
 
2174
                "issues": "https://github.com/thephpleague/flysystem-local/issues",
-
 
2175
                "source": "https://github.com/thephpleague/flysystem-local/tree/3.16.0"
-
 
2176
            },
-
 
2177
            "funding": [
-
 
2178
                {
-
 
2179
                    "url": "https://ecologi.com/frankdejonge",
-
 
2180
                    "type": "custom"
-
 
2181
                },
-
 
2182
                {
-
 
2183
                    "url": "https://github.com/frankdejonge",
-
 
2184
                    "type": "github"
-
 
2185
                }
-
 
2186
            ],
-
 
2187
            "time": "2023-08-30T10:23:59+00:00"
2125
        },
2188
        },
2126
        {
2189
        {
2127
            "name": "league/mime-type-detection",
2190
            "name": "league/mime-type-detection",
2128
            "version": "1.11.0",
2191
            "version": "1.13.0",
2129
            "source": {
2192
            "source": {
2130
                "type": "git",
2193
                "type": "git",
2131
                "url": "https://github.com/thephpleague/mime-type-detection.git",
2194
                "url": "https://github.com/thephpleague/mime-type-detection.git",
2132
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
2195
                "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96"
2133
            },
2196
            },
2134
            "dist": {
2197
            "dist": {
2135
                "type": "zip",
2198
                "type": "zip",
2136
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
2199
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96",
2137
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
2200
                "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96",
2138
                "shasum": ""
2201
                "shasum": ""
2139
            },
2202
            },
2140
            "require": {
2203
            "require": {
2141
                "ext-fileinfo": "*",
2204
                "ext-fileinfo": "*",
2142
                "php": "^7.2 || ^8.0"
2205
                "php": "^7.4 || ^8.0"
2143
            },
2206
            },
2144
            "require-dev": {
2207
            "require-dev": {
2145
                "friendsofphp/php-cs-fixer": "^3.2",
2208
                "friendsofphp/php-cs-fixer": "^3.2",
2146
                "phpstan/phpstan": "^0.12.68",
2209
                "phpstan/phpstan": "^0.12.68",
2147
                "phpunit/phpunit": "^8.5.8 || ^9.3"
2210
                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2148
            },
2211
            },
2149
            "type": "library",
2212
            "type": "library",
2150
            "autoload": {
2213
            "autoload": {
2151
                "psr-4": {
2214
                "psr-4": {
2152
                    "League\\MimeTypeDetection\\": "src"
2215
                    "League\\MimeTypeDetection\\": "src"
Zeile 2163... Zeile 2226...
2163
                }
2226
                }
2164
            ],
2227
            ],
2165
            "description": "Mime-type detection for Flysystem",
2228
            "description": "Mime-type detection for Flysystem",
2166
            "support": {
2229
            "support": {
2167
                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2230
                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2168
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
2231
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.13.0"
2169
            },
2232
            },
2170
            "funding": [
2233
            "funding": [
2171
                {
2234
                {
2172
                    "url": "https://github.com/frankdejonge",
2235
                    "url": "https://github.com/frankdejonge",
2173
                    "type": "github"
2236
                    "type": "github"
Zeile 2175... Zeile 2238...
2175
                {
2238
                {
2176
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2239
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2177
                    "type": "tidelift"
2240
                    "type": "tidelift"
2178
                }
2241
                }
2179
            ],
2242
            ],
2180
            "time": "2022-04-17T13:12:02+00:00"
2243
            "time": "2023-08-05T12:09:49+00:00"
2181
        },
2244
        },
2182
        {
2245
        {
2183
            "name": "monolog/monolog",
2246
            "name": "monolog/monolog",
2184
            "version": "2.9.1",
2247
            "version": "2.9.1",
2185
            "source": {
2248
            "source": {
Zeile 2281... Zeile 2344...
2281
            ],
2344
            ],
2282
            "time": "2023-02-06T13:44:46+00:00"
2345
            "time": "2023-02-06T13:44:46+00:00"
2283
        },
2346
        },
2284
        {
2347
        {
2285
            "name": "nesbot/carbon",
2348
            "name": "nesbot/carbon",
2286
            "version": "2.66.0",
2349
            "version": "2.71.0",
2287
            "source": {
2350
            "source": {
2288
                "type": "git",
2351
                "type": "git",
2289
                "url": "https://github.com/briannesbitt/Carbon.git",
2352
                "url": "https://github.com/briannesbitt/Carbon.git",
2290
                "reference": "496712849902241f04902033b0441b269effe001"
2353
                "reference": "98276233188583f2ff845a0f992a235472d9466a"
2291
            },
2354
            },
2292
            "dist": {
2355
            "dist": {
2293
                "type": "zip",
2356
                "type": "zip",
2294
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001",
2357
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a",
2295
                "reference": "496712849902241f04902033b0441b269effe001",
2358
                "reference": "98276233188583f2ff845a0f992a235472d9466a",
2296
                "shasum": ""
2359
                "shasum": ""
2297
            },
2360
            },
2298
            "require": {
2361
            "require": {
2299
                "ext-json": "*",
2362
                "ext-json": "*",
2300
                "php": "^7.1.8 || ^8.0",
2363
                "php": "^7.1.8 || ^8.0",
-
 
2364
                "psr/clock": "^1.0",
2301
                "symfony/polyfill-mbstring": "^1.0",
2365
                "symfony/polyfill-mbstring": "^1.0",
2302
                "symfony/polyfill-php80": "^1.16",
2366
                "symfony/polyfill-php80": "^1.16",
2303
                "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2367
                "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2304
            },
2368
            },
-
 
2369
            "provide": {
-
 
2370
                "psr/clock-implementation": "1.0"
-
 
2371
            },
2305
            "require-dev": {
2372
            "require-dev": {
2306
                "doctrine/dbal": "^2.0 || ^3.1.4",
2373
                "doctrine/dbal": "^2.0 || ^3.1.4",
2307
                "doctrine/orm": "^2.7",
2374
                "doctrine/orm": "^2.7",
2308
                "friendsofphp/php-cs-fixer": "^3.0",
2375
                "friendsofphp/php-cs-fixer": "^3.0",
2309
                "kylekatarnls/multi-tester": "^2.0",
2376
                "kylekatarnls/multi-tester": "^2.0",
Zeile 2379... Zeile 2446...
2379
                {
2446
                {
2380
                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2447
                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2381
                    "type": "tidelift"
2448
                    "type": "tidelift"
2382
                }
2449
                }
2383
            ],
2450
            ],
2384
            "time": "2023-01-29T18:53:47+00:00"
2451
            "time": "2023-09-25T11:31:05+00:00"
2385
        },
2452
        },
2386
        {
2453
        {
2387
            "name": "nette/schema",
2454
            "name": "nette/schema",
2388
            "version": "v1.2.3",
2455
            "version": "v1.2.4",
2389
            "source": {
2456
            "source": {
2390
                "type": "git",
2457
                "type": "git",
2391
                "url": "https://github.com/nette/schema.git",
2458
                "url": "https://github.com/nette/schema.git",
2392
                "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
2459
                "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab"
2393
            },
2460
            },
2394
            "dist": {
2461
            "dist": {
2395
                "type": "zip",
2462
                "type": "zip",
2396
                "url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
2463
                "url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
2397
                "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
2464
                "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
2398
                "shasum": ""
2465
                "shasum": ""
2399
            },
2466
            },
2400
            "require": {
2467
            "require": {
2401
                "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
2468
                "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
2402
                "php": ">=7.1 <8.3"
2469
                "php": "7.1 - 8.3"
2403
            },
2470
            },
2404
            "require-dev": {
2471
            "require-dev": {
2405
                "nette/tester": "^2.3 || ^2.4",
2472
                "nette/tester": "^2.3 || ^2.4",
2406
                "phpstan/phpstan-nette": "^1.0",
2473
                "phpstan/phpstan-nette": "^1.0",
2407
                "tracy/tracy": "^2.7"
2474
                "tracy/tracy": "^2.7"
Zeile 2439... Zeile 2506...
2439
                "config",
2506
                "config",
2440
                "nette"
2507
                "nette"
2441
            ],
2508
            ],
2442
            "support": {
2509
            "support": {
2443
                "issues": "https://github.com/nette/schema/issues",
2510
                "issues": "https://github.com/nette/schema/issues",
2444
                "source": "https://github.com/nette/schema/tree/v1.2.3"
2511
                "source": "https://github.com/nette/schema/tree/v1.2.4"
2445
            },
2512
            },
2446
            "time": "2022-10-13T01:24:26+00:00"
2513
            "time": "2023-08-05T18:56:25+00:00"
2447
        },
2514
        },
2448
        {
2515
        {
2449
            "name": "nette/utils",
2516
            "name": "nette/utils",
2450
            "version": "v4.0.0",
2517
            "version": "v4.0.2",
2451
            "source": {
2518
            "source": {
2452
                "type": "git",
2519
                "type": "git",
2453
                "url": "https://github.com/nette/utils.git",
2520
                "url": "https://github.com/nette/utils.git",
2454
                "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e"
2521
                "reference": "cead6637226456b35e1175cc53797dd585d85545"
2455
            },
2522
            },
2456
            "dist": {
2523
            "dist": {
2457
                "type": "zip",
2524
                "type": "zip",
2458
                "url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e",
2525
                "url": "https://api.github.com/repos/nette/utils/zipball/cead6637226456b35e1175cc53797dd585d85545",
2459
                "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e",
2526
                "reference": "cead6637226456b35e1175cc53797dd585d85545",
2460
                "shasum": ""
2527
                "shasum": ""
2461
            },
2528
            },
2462
            "require": {
2529
            "require": {
2463
                "php": ">=8.0 <8.3"
2530
                "php": ">=8.0 <8.4"
2464
            },
2531
            },
2465
            "conflict": {
2532
            "conflict": {
2466
                "nette/finder": "<3",
2533
                "nette/finder": "<3",
2467
                "nette/schema": "<1.2.2"
2534
                "nette/schema": "<1.2.2"
2468
            },
2535
            },
2469
            "require-dev": {
2536
            "require-dev": {
2470
                "jetbrains/phpstorm-attributes": "dev-master",
2537
                "jetbrains/phpstorm-attributes": "dev-master",
2471
                "nette/tester": "^2.4",
2538
                "nette/tester": "^2.5",
2472
                "phpstan/phpstan": "^1.0",
2539
                "phpstan/phpstan": "^1.0",
2473
                "tracy/tracy": "^2.9"
2540
                "tracy/tracy": "^2.9"
2474
            },
2541
            },
2475
            "suggest": {
2542
            "suggest": {
2476
                "ext-gd": "to use Image",
2543
                "ext-gd": "to use Image",
2477
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2544
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2478
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2545
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2479
                "ext-json": "to use Nette\\Utils\\Json",
2546
                "ext-json": "to use Nette\\Utils\\Json",
2480
                "ext-mbstring": "to use Strings::lower() etc...",
2547
                "ext-mbstring": "to use Strings::lower() etc...",
2481
                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
2548
                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2482
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
-
 
2483
            },
2549
            },
2484
            "type": "library",
2550
            "type": "library",
2485
            "extra": {
2551
            "extra": {
2486
                "branch-alias": {
2552
                "branch-alias": {
2487
                    "dev-master": "4.0-dev"
2553
                    "dev-master": "4.0-dev"
Zeile 2526... Zeile 2592...
2526
                "utility",
2592
                "utility",
2527
                "validation"
2593
                "validation"
2528
            ],
2594
            ],
2529
            "support": {
2595
            "support": {
2530
                "issues": "https://github.com/nette/utils/issues",
2596
                "issues": "https://github.com/nette/utils/issues",
2531
                "source": "https://github.com/nette/utils/tree/v4.0.0"
2597
                "source": "https://github.com/nette/utils/tree/v4.0.2"
2532
            },
2598
            },
2533
            "time": "2023-02-02T10:41:53+00:00"
2599
            "time": "2023-09-19T11:58:07+00:00"
2534
        },
2600
        },
2535
        {
2601
        {
2536
            "name": "nikic/php-parser",
2602
            "name": "nikic/php-parser",
2537
            "version": "v4.15.4",
2603
            "version": "v4.17.1",
2538
            "source": {
2604
            "source": {
2539
                "type": "git",
2605
                "type": "git",
2540
                "url": "https://github.com/nikic/PHP-Parser.git",
2606
                "url": "https://github.com/nikic/PHP-Parser.git",
2541
                "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
2607
                "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
2542
            },
2608
            },
2543
            "dist": {
2609
            "dist": {
2544
                "type": "zip",
2610
                "type": "zip",
2545
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
2611
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
2546
                "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
2612
                "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
2547
                "shasum": ""
2613
                "shasum": ""
2548
            },
2614
            },
2549
            "require": {
2615
            "require": {
2550
                "ext-tokenizer": "*",
2616
                "ext-tokenizer": "*",
2551
                "php": ">=7.0"
2617
                "php": ">=7.0"
Zeile 2582... Zeile 2648...
2582
                "parser",
2648
                "parser",
2583
                "php"
2649
                "php"
2584
            ],
2650
            ],
2585
            "support": {
2651
            "support": {
2586
                "issues": "https://github.com/nikic/PHP-Parser/issues",
2652
                "issues": "https://github.com/nikic/PHP-Parser/issues",
2587
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
2653
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
2588
            },
2654
            },
2589
            "time": "2023-03-05T19:49:14+00:00"
2655
            "time": "2023-08-13T19:53:39+00:00"
2590
        },
2656
        },
2591
        {
2657
        {
2592
            "name": "nunomaduro/termwind",
2658
            "name": "nunomaduro/termwind",
2593
            "version": "v1.15.1",
2659
            "version": "v1.15.1",
2594
            "source": {
2660
            "source": {
Zeile 2905... Zeile 2971...
2905
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
2971
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
2906
            },
2972
            },
2907
            "time": "2021-02-03T23:26:27+00:00"
2973
            "time": "2021-02-03T23:26:27+00:00"
2908
        },
2974
        },
2909
        {
2975
        {
-
 
2976
            "name": "psr/clock",
-
 
2977
            "version": "1.0.0",
-
 
2978
            "source": {
-
 
2979
                "type": "git",
-
 
2980
                "url": "https://github.com/php-fig/clock.git",
-
 
2981
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
-
 
2982
            },
-
 
2983
            "dist": {
-
 
2984
                "type": "zip",
-
 
2985
                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
-
 
2986
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
-
 
2987
                "shasum": ""
-
 
2988
            },
-
 
2989
            "require": {
-
 
2990
                "php": "^7.0 || ^8.0"
-
 
2991
            },
-
 
2992
            "type": "library",
-
 
2993
            "autoload": {
-
 
2994
                "psr-4": {
-
 
2995
                    "Psr\\Clock\\": "src/"
-
 
2996
                }
-
 
2997
            },
-
 
2998
            "notification-url": "https://packagist.org/downloads/",
-
 
2999
            "license": [
-
 
3000
                "MIT"
-
 
3001
            ],
-
 
3002
            "authors": [
-
 
3003
                {
-
 
3004
                    "name": "PHP-FIG",
-
 
3005
                    "homepage": "https://www.php-fig.org/"
-
 
3006
                }
-
 
3007
            ],
-
 
3008
            "description": "Common interface for reading the clock.",
-
 
3009
            "homepage": "https://github.com/php-fig/clock",
-
 
3010
            "keywords": [
-
 
3011
                "clock",
-
 
3012
                "now",
-
 
3013
                "psr",
-
 
3014
                "psr-20",
-
 
3015
                "time"
-
 
3016
            ],
-
 
3017
            "support": {
-
 
3018
                "issues": "https://github.com/php-fig/clock/issues",
-
 
3019
                "source": "https://github.com/php-fig/clock/tree/1.0.0"
-
 
3020
            },
-
 
3021
            "time": "2022-11-25T14:36:26+00:00"
-
 
3022
        },
-
 
3023
        {
2910
            "name": "psr/container",
3024
            "name": "psr/container",
2911
            "version": "2.0.2",
3025
            "version": "2.0.2",
2912
            "source": {
3026
            "source": {
2913
                "type": "git",
3027
                "type": "git",
2914
                "url": "https://github.com/php-fig/container.git",
3028
                "url": "https://github.com/php-fig/container.git",
Zeile 3009... Zeile 3123...
3009
            },
3123
            },
3010
            "time": "2019-01-08T18:20:26+00:00"
3124
            "time": "2019-01-08T18:20:26+00:00"
3011
        },
3125
        },
3012
        {
3126
        {
3013
            "name": "psr/http-client",
3127
            "name": "psr/http-client",
3014
            "version": "1.0.2",
3128
            "version": "1.0.3",
3015
            "source": {
3129
            "source": {
3016
                "type": "git",
3130
                "type": "git",
3017
                "url": "https://github.com/php-fig/http-client.git",
3131
                "url": "https://github.com/php-fig/http-client.git",
3018
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
3132
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
3019
            },
3133
            },
3020
            "dist": {
3134
            "dist": {
3021
                "type": "zip",
3135
                "type": "zip",
3022
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
3136
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
3023
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
3137
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
3024
                "shasum": ""
3138
                "shasum": ""
3025
            },
3139
            },
3026
            "require": {
3140
            "require": {
3027
                "php": "^7.0 || ^8.0",
3141
                "php": "^7.0 || ^8.0",
3028
                "psr/http-message": "^1.0 || ^2.0"
3142
                "psr/http-message": "^1.0 || ^2.0"
Zeile 3055... Zeile 3169...
3055
                "http-client",
3169
                "http-client",
3056
                "psr",
3170
                "psr",
3057
                "psr-18"
3171
                "psr-18"
3058
            ],
3172
            ],
3059
            "support": {
3173
            "support": {
3060
                "source": "https://github.com/php-fig/http-client/tree/1.0.2"
3174
                "source": "https://github.com/php-fig/http-client"
3061
            },
3175
            },
3062
            "time": "2023-04-10T20:12:12+00:00"
3176
            "time": "2023-09-23T14:17:50+00:00"
3063
        },
3177
        },
3064
        {
3178
        {
3065
            "name": "psr/http-factory",
3179
            "name": "psr/http-factory",
3066
            "version": "1.0.2",
3180
            "version": "1.0.2",
3067
            "source": {
3181
            "source": {
Zeile 3270... Zeile 3384...
3270
            },
3384
            },
3271
            "time": "2021-10-29T13:26:27+00:00"
3385
            "time": "2021-10-29T13:26:27+00:00"
3272
        },
3386
        },
3273
        {
3387
        {
3274
            "name": "psy/psysh",
3388
            "name": "psy/psysh",
3275
            "version": "v0.11.15",
3389
            "version": "v0.11.21",
3276
            "source": {
3390
            "source": {
3277
                "type": "git",
3391
                "type": "git",
3278
                "url": "https://github.com/bobthecow/psysh.git",
3392
                "url": "https://github.com/bobthecow/psysh.git",
3279
                "reference": "5350ce0ec8ecf2c5b5cf554cd2496f97b444af85"
3393
                "reference": "bcb22101107f3bf770523b65630c9d547f60c540"
3280
            },
3394
            },
3281
            "dist": {
3395
            "dist": {
3282
                "type": "zip",
3396
                "type": "zip",
3283
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5350ce0ec8ecf2c5b5cf554cd2496f97b444af85",
3397
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540",
3284
                "reference": "5350ce0ec8ecf2c5b5cf554cd2496f97b444af85",
3398
                "reference": "bcb22101107f3bf770523b65630c9d547f60c540",
3285
                "shasum": ""
3399
                "shasum": ""
3286
            },
3400
            },
3287
            "require": {
3401
            "require": {
3288
                "ext-json": "*",
3402
                "ext-json": "*",
3289
                "ext-tokenizer": "*",
3403
                "ext-tokenizer": "*",
Zeile 3309... Zeile 3423...
3309
            ],
3423
            ],
3310
            "type": "library",
3424
            "type": "library",
3311
            "extra": {
3425
            "extra": {
3312
                "branch-alias": {
3426
                "branch-alias": {
3313
                    "dev-main": "0.11.x-dev"
3427
                    "dev-main": "0.11.x-dev"
-
 
3428
                },
-
 
3429
                "bamarni-bin": {
-
 
3430
                    "bin-links": false,
-
 
3431
                    "forward-command": false
3314
                }
3432
                }
3315
            },
3433
            },
3316
            "autoload": {
3434
            "autoload": {
3317
                "files": [
3435
                "files": [
3318
                    "src/functions.php"
3436
                    "src/functions.php"
Zeile 3340... Zeile 3458...
3340
                "interactive",
3458
                "interactive",
3341
                "shell"
3459
                "shell"
3342
            ],
3460
            ],
3343
            "support": {
3461
            "support": {
3344
                "issues": "https://github.com/bobthecow/psysh/issues",
3462
                "issues": "https://github.com/bobthecow/psysh/issues",
3345
                "source": "https://github.com/bobthecow/psysh/tree/v0.11.15"
3463
                "source": "https://github.com/bobthecow/psysh/tree/v0.11.21"
3346
            },
3464
            },
3347
            "time": "2023-04-07T21:57:09+00:00"
3465
            "time": "2023-09-17T21:15:54+00:00"
3348
        },
3466
        },
3349
        {
3467
        {
3350
            "name": "ralouphie/getallheaders",
3468
            "name": "ralouphie/getallheaders",
3351
            "version": "3.0.3",
3469
            "version": "3.0.3",
3352
            "source": {
3470
            "source": {
Zeile 3571... Zeile 3689...
3571
            ],
3689
            ],
3572
            "time": "2023-04-15T23:01:58+00:00"
3690
            "time": "2023-04-15T23:01:58+00:00"
3573
        },
3691
        },
3574
        {
3692
        {
3575
            "name": "smarty/smarty",
3693
            "name": "smarty/smarty",
3576
            "version": "v4.3.1",
3694
            "version": "v4.3.4",
3577
            "source": {
3695
            "source": {
3578
                "type": "git",
3696
                "type": "git",
3579
                "url": "https://github.com/smarty-php/smarty.git",
3697
                "url": "https://github.com/smarty-php/smarty.git",
3580
                "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5"
3698
                "reference": "3931d8f54b8f7a4ffab538582d34d4397ba8daa5"
3581
            },
3699
            },
3582
            "dist": {
3700
            "dist": {
3583
                "type": "zip",
3701
                "type": "zip",
3584
                "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e28cb0915b4e3749bf57d4ebae2984e25395cfe5",
3702
                "url": "https://api.github.com/repos/smarty-php/smarty/zipball/3931d8f54b8f7a4ffab538582d34d4397ba8daa5",
3585
                "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5",
3703
                "reference": "3931d8f54b8f7a4ffab538582d34d4397ba8daa5",
3586
                "shasum": ""
3704
                "shasum": ""
3587
            },
3705
            },
3588
            "require": {
3706
            "require": {
3589
                "php": "^7.1 || ^8.0"
3707
                "php": "^7.1 || ^8.0"
3590
            },
3708
            },
Zeile 3631... Zeile 3749...
3631
                "templating"
3749
                "templating"
3632
            ],
3750
            ],
3633
            "support": {
3751
            "support": {
3634
                "forum": "https://github.com/smarty-php/smarty/discussions",
3752
                "forum": "https://github.com/smarty-php/smarty/discussions",
3635
                "issues": "https://github.com/smarty-php/smarty/issues",
3753
                "issues": "https://github.com/smarty-php/smarty/issues",
3636
                "source": "https://github.com/smarty-php/smarty/tree/v4.3.1"
3754
                "source": "https://github.com/smarty-php/smarty/tree/v4.3.4"
3637
            },
3755
            },
3638
            "time": "2023-03-28T19:47:03+00:00"
3756
            "time": "2023-09-14T10:59:08+00:00"
3639
        },
3757
        },
3640
        {
3758
        {
3641
            "name": "spatie/laravel-package-tools",
3759
            "name": "spatie/laravel-package-tools",
3642
            "version": "1.14.2",
3760
            "version": "1.16.1",
3643
            "source": {
3761
            "source": {
3644
                "type": "git",
3762
                "type": "git",
3645
                "url": "https://github.com/spatie/laravel-package-tools.git",
3763
                "url": "https://github.com/spatie/laravel-package-tools.git",
3646
                "reference": "bab62023a4745a61170ad5424184533685e73c2d"
3764
                "reference": "cc7c991555a37f9fa6b814aa03af73f88026a83d"
3647
            },
3765
            },
3648
            "dist": {
3766
            "dist": {
3649
                "type": "zip",
3767
                "type": "zip",
3650
                "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/bab62023a4745a61170ad5424184533685e73c2d",
3768
                "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/cc7c991555a37f9fa6b814aa03af73f88026a83d",
3651
                "reference": "bab62023a4745a61170ad5424184533685e73c2d",
3769
                "reference": "cc7c991555a37f9fa6b814aa03af73f88026a83d",
3652
                "shasum": ""
3770
                "shasum": ""
3653
            },
3771
            },
3654
            "require": {
3772
            "require": {
3655
                "illuminate/contracts": "^9.28|^10.0",
3773
                "illuminate/contracts": "^9.28|^10.0",
3656
                "php": "^8.0"
3774
                "php": "^8.0"
Zeile 3685... Zeile 3803...
3685
                "laravel-package-tools",
3803
                "laravel-package-tools",
3686
                "spatie"
3804
                "spatie"
3687
            ],
3805
            ],
3688
            "support": {
3806
            "support": {
3689
                "issues": "https://github.com/spatie/laravel-package-tools/issues",
3807
                "issues": "https://github.com/spatie/laravel-package-tools/issues",
3690
                "source": "https://github.com/spatie/laravel-package-tools/tree/1.14.2"
3808
                "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.1"
3691
            },
3809
            },
3692
            "funding": [
3810
            "funding": [
3693
                {
3811
                {
3694
                    "url": "https://github.com/spatie",
3812
                    "url": "https://github.com/spatie",
3695
                    "type": "github"
3813
                    "type": "github"
3696
                }
3814
                }
3697
            ],
3815
            ],
3698
            "time": "2023-03-14T16:41:21+00:00"
3816
            "time": "2023-08-23T09:04:39+00:00"
3699
        },
3817
        },
3700
        {
3818
        {
3701
            "name": "spatie/laravel-sluggable",
3819
            "name": "spatie/laravel-sluggable",
3702
            "version": "3.4.2",
3820
            "version": "3.5.0",
3703
            "source": {
3821
            "source": {
3704
                "type": "git",
3822
                "type": "git",
3705
                "url": "https://github.com/spatie/laravel-sluggable.git",
3823
                "url": "https://github.com/spatie/laravel-sluggable.git",
3706
                "reference": "e62c6b5de2d41d900749a1b6d339d05c5f4974fa"
3824
                "reference": "041af2533fe2206715e9a4a9cad2cab6cb796655"
3707
            },
3825
            },
3708
            "dist": {
3826
            "dist": {
3709
                "type": "zip",
3827
                "type": "zip",
3710
                "url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/e62c6b5de2d41d900749a1b6d339d05c5f4974fa",
3828
                "url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/041af2533fe2206715e9a4a9cad2cab6cb796655",
3711
                "reference": "e62c6b5de2d41d900749a1b6d339d05c5f4974fa",
3829
                "reference": "041af2533fe2206715e9a4a9cad2cab6cb796655",
3712
                "shasum": ""
3830
                "shasum": ""
3713
            },
3831
            },
3714
            "require": {
3832
            "require": {
3715
                "illuminate/database": "^8.0|^9.0|^10.0",
3833
                "illuminate/database": "^8.0|^9.0|^10.0",
3716
                "illuminate/support": "^8.0|^9.0|^10.0",
3834
                "illuminate/support": "^8.0|^9.0|^10.0",
Zeile 3744... Zeile 3862...
3744
            "keywords": [
3862
            "keywords": [
3745
                "laravel-sluggable",
3863
                "laravel-sluggable",
3746
                "spatie"
3864
                "spatie"
3747
            ],
3865
            ],
3748
            "support": {
3866
            "support": {
3749
                "source": "https://github.com/spatie/laravel-sluggable/tree/3.4.2"
3867
                "source": "https://github.com/spatie/laravel-sluggable/tree/3.5.0"
3750
            },
3868
            },
3751
            "funding": [
3869
            "funding": [
3752
                {
3870
                {
3753
                    "url": "https://github.com/spatie",
3871
                    "url": "https://github.com/spatie",
3754
                    "type": "github"
3872
                    "type": "github"
3755
                }
3873
                }
3756
            ],
3874
            ],
3757
            "time": "2023-01-23T14:29:54+00:00"
3875
            "time": "2023-05-29T09:42:35+00:00"
3758
        },
3876
        },
3759
        {
3877
        {
3760
            "name": "srmklive/paypal",
3878
            "name": "srmklive/paypal",
3761
            "version": "3.0.20",
3879
            "version": "3.0.26",
3762
            "source": {
3880
            "source": {
3763
                "type": "git",
3881
                "type": "git",
3764
                "url": "https://github.com/srmklive/laravel-paypal.git",
3882
                "url": "https://github.com/srmklive/laravel-paypal.git",
3765
                "reference": "e5d5d91b21b38922c8130eedf0ee2d3a64527a4e"
3883
                "reference": "9f0768d1b827b938ef66385f2ac41136d65701de"
3766
            },
3884
            },
3767
            "dist": {
3885
            "dist": {
3768
                "type": "zip",
3886
                "type": "zip",
3769
                "url": "https://api.github.com/repos/srmklive/laravel-paypal/zipball/e5d5d91b21b38922c8130eedf0ee2d3a64527a4e",
3887
                "url": "https://api.github.com/repos/srmklive/laravel-paypal/zipball/9f0768d1b827b938ef66385f2ac41136d65701de",
3770
                "reference": "e5d5d91b21b38922c8130eedf0ee2d3a64527a4e",
3888
                "reference": "9f0768d1b827b938ef66385f2ac41136d65701de",
3771
                "shasum": ""
3889
                "shasum": ""
3772
            },
3890
            },
3773
            "require": {
3891
            "require": {
3774
                "ext-curl": "*",
3892
                "ext-curl": "*",
3775
                "guzzlehttp/guzzle": "~7.0",
3893
                "guzzlehttp/guzzle": "~7.0",
3776
                "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0",
3894
                "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0",
3777
                "nesbot/carbon": "~2.0",
3895
                "nesbot/carbon": "~2.0",
3778
                "php": ">=7.2|^8.0"
3896
                "php": ">=7.2|^8.0"
3779
            },
3897
            },
3780
            "require-dev": {
3898
            "require-dev": {
-
 
3899
                "phpstan/phpstan": "^1.10",
3781
                "phpunit/phpunit": "^8.0|^9.0",
3900
                "phpunit/phpunit": "^8.0|^9.0|^10.0",
3782
                "symfony/var-dumper": "~5.0"
3901
                "symfony/var-dumper": "~5.0"
3783
            },
3902
            },
3784
            "type": "library",
3903
            "type": "library",
3785
            "extra": {
3904
            "extra": {
3786
                "laravel": {
3905
                "laravel": {
Zeile 3815... Zeile 3934...
3815
                "rest",
3934
                "rest",
3816
                "web service"
3935
                "web service"
3817
            ],
3936
            ],
3818
            "support": {
3937
            "support": {
3819
                "issues": "https://github.com/srmklive/laravel-paypal/issues",
3938
                "issues": "https://github.com/srmklive/laravel-paypal/issues",
3820
                "source": "https://github.com/srmklive/laravel-paypal/tree/3.0.20"
3939
                "source": "https://github.com/srmklive/laravel-paypal/tree/3.0.26"
3821
            },
3940
            },
3822
            "time": "2023-03-29T18:18:45+00:00"
3941
            "time": "2023-09-27T09:16:07+00:00"
3823
        },
3942
        },
3824
        {
3943
        {
3825
            "name": "symfony/console",
3944
            "name": "symfony/console",
3826
            "version": "v6.2.8",
3945
            "version": "v6.3.4",
3827
            "source": {
3946
            "source": {
3828
                "type": "git",
3947
                "type": "git",
3829
                "url": "https://github.com/symfony/console.git",
3948
                "url": "https://github.com/symfony/console.git",
3830
                "reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b"
3949
                "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
3831
            },
3950
            },
3832
            "dist": {
3951
            "dist": {
3833
                "type": "zip",
3952
                "type": "zip",
3834
                "url": "https://api.github.com/repos/symfony/console/zipball/3582d68a64a86ec25240aaa521ec8bc2342b369b",
3953
                "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
3835
                "reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b",
3954
                "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
3836
                "shasum": ""
3955
                "shasum": ""
3837
            },
3956
            },
3838
            "require": {
3957
            "require": {
3839
                "php": ">=8.1",
3958
                "php": ">=8.1",
3840
                "symfony/deprecation-contracts": "^2.1|^3",
3959
                "symfony/deprecation-contracts": "^2.5|^3",
3841
                "symfony/polyfill-mbstring": "~1.0",
3960
                "symfony/polyfill-mbstring": "~1.0",
3842
                "symfony/service-contracts": "^1.1|^2|^3",
3961
                "symfony/service-contracts": "^2.5|^3",
3843
                "symfony/string": "^5.4|^6.0"
3962
                "symfony/string": "^5.4|^6.0"
3844
            },
3963
            },
3845
            "conflict": {
3964
            "conflict": {
3846
                "symfony/dependency-injection": "<5.4",
3965
                "symfony/dependency-injection": "<5.4",
3847
                "symfony/dotenv": "<5.4",
3966
                "symfony/dotenv": "<5.4",
Zeile 3859... Zeile 3978...
3859
                "symfony/event-dispatcher": "^5.4|^6.0",
3978
                "symfony/event-dispatcher": "^5.4|^6.0",
3860
                "symfony/lock": "^5.4|^6.0",
3979
                "symfony/lock": "^5.4|^6.0",
3861
                "symfony/process": "^5.4|^6.0",
3980
                "symfony/process": "^5.4|^6.0",
3862
                "symfony/var-dumper": "^5.4|^6.0"
3981
                "symfony/var-dumper": "^5.4|^6.0"
3863
            },
3982
            },
3864
            "suggest": {
-
 
3865
                "psr/log": "For using the console logger",
-
 
3866
                "symfony/event-dispatcher": "",
-
 
3867
                "symfony/lock": "",
-
 
3868
                "symfony/process": ""
-
 
3869
            },
-
 
3870
            "type": "library",
3983
            "type": "library",
3871
            "autoload": {
3984
            "autoload": {
3872
                "psr-4": {
3985
                "psr-4": {
3873
                    "Symfony\\Component\\Console\\": ""
3986
                    "Symfony\\Component\\Console\\": ""
3874
                },
3987
                },
Zeile 3897... Zeile 4010...
3897
                "command-line",
4010
                "command-line",
3898
                "console",
4011
                "console",
3899
                "terminal"
4012
                "terminal"
3900
            ],
4013
            ],
3901
            "support": {
4014
            "support": {
3902
                "source": "https://github.com/symfony/console/tree/v6.2.8"
4015
                "source": "https://github.com/symfony/console/tree/v6.3.4"
3903
            },
4016
            },
3904
            "funding": [
4017
            "funding": [
3905
                {
4018
                {
3906
                    "url": "https://symfony.com/sponsor",
4019
                    "url": "https://symfony.com/sponsor",
3907
                    "type": "custom"
4020
                    "type": "custom"
Zeile 3913... Zeile 4026...
3913
                {
4026
                {
3914
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4027
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3915
                    "type": "tidelift"
4028
                    "type": "tidelift"
3916
                }
4029
                }
3917
            ],
4030
            ],
3918
            "time": "2023-03-29T21:42:15+00:00"
4031
            "time": "2023-08-16T10:10:12+00:00"
3919
        },
4032
        },
3920
        {
4033
        {
3921
            "name": "symfony/css-selector",
4034
            "name": "symfony/css-selector",
3922
            "version": "v6.2.7",
4035
            "version": "v6.3.2",
3923
            "source": {
4036
            "source": {
3924
                "type": "git",
4037
                "type": "git",
3925
                "url": "https://github.com/symfony/css-selector.git",
4038
                "url": "https://github.com/symfony/css-selector.git",
3926
                "reference": "aedf3cb0f5b929ec255d96bbb4909e9932c769e0"
4039
                "reference": "883d961421ab1709877c10ac99451632a3d6fa57"
3927
            },
4040
            },
3928
            "dist": {
4041
            "dist": {
3929
                "type": "zip",
4042
                "type": "zip",
3930
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/aedf3cb0f5b929ec255d96bbb4909e9932c769e0",
4043
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57",
3931
                "reference": "aedf3cb0f5b929ec255d96bbb4909e9932c769e0",
4044
                "reference": "883d961421ab1709877c10ac99451632a3d6fa57",
3932
                "shasum": ""
4045
                "shasum": ""
3933
            },
4046
            },
3934
            "require": {
4047
            "require": {
3935
                "php": ">=8.1"
4048
                "php": ">=8.1"
3936
            },
4049
            },
Zeile 3962... Zeile 4075...
3962
                }
4075
                }
3963
            ],
4076
            ],
3964
            "description": "Converts CSS selectors to XPath expressions",
4077
            "description": "Converts CSS selectors to XPath expressions",
3965
            "homepage": "https://symfony.com",
4078
            "homepage": "https://symfony.com",
3966
            "support": {
4079
            "support": {
3967
                "source": "https://github.com/symfony/css-selector/tree/v6.2.7"
4080
                "source": "https://github.com/symfony/css-selector/tree/v6.3.2"
3968
            },
4081
            },
3969
            "funding": [
4082
            "funding": [
3970
                {
4083
                {
3971
                    "url": "https://symfony.com/sponsor",
4084
                    "url": "https://symfony.com/sponsor",
3972
                    "type": "custom"
4085
                    "type": "custom"
Zeile 3978... Zeile 4091...
3978
                {
4091
                {
3979
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4092
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3980
                    "type": "tidelift"
4093
                    "type": "tidelift"
3981
                }
4094
                }
3982
            ],
4095
            ],
3983
            "time": "2023-02-14T08:44:56+00:00"
4096
            "time": "2023-07-12T16:00:22+00:00"
3984
        },
4097
        },
3985
        {
4098
        {
3986
            "name": "symfony/deprecation-contracts",
4099
            "name": "symfony/deprecation-contracts",
3987
            "version": "v3.2.1",
4100
            "version": "v3.3.0",
3988
            "source": {
4101
            "source": {
3989
                "type": "git",
4102
                "type": "git",
3990
                "url": "https://github.com/symfony/deprecation-contracts.git",
4103
                "url": "https://github.com/symfony/deprecation-contracts.git",
3991
                "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
4104
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
3992
            },
4105
            },
3993
            "dist": {
4106
            "dist": {
3994
                "type": "zip",
4107
                "type": "zip",
3995
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
4108
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
3996
                "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
4109
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
3997
                "shasum": ""
4110
                "shasum": ""
3998
            },
4111
            },
3999
            "require": {
4112
            "require": {
4000
                "php": ">=8.1"
4113
                "php": ">=8.1"
4001
            },
4114
            },
4002
            "type": "library",
4115
            "type": "library",
4003
            "extra": {
4116
            "extra": {
4004
                "branch-alias": {
4117
                "branch-alias": {
4005
                    "dev-main": "3.3-dev"
4118
                    "dev-main": "3.4-dev"
4006
                },
4119
                },
4007
                "thanks": {
4120
                "thanks": {
4008
                    "name": "symfony/contracts",
4121
                    "name": "symfony/contracts",
4009
                    "url": "https://github.com/symfony/contracts"
4122
                    "url": "https://github.com/symfony/contracts"
4010
                }
4123
                }
Zeile 4029... Zeile 4142...
4029
                }
4142
                }
4030
            ],
4143
            ],
4031
            "description": "A generic function and convention to trigger deprecation notices",
4144
            "description": "A generic function and convention to trigger deprecation notices",
4032
            "homepage": "https://symfony.com",
4145
            "homepage": "https://symfony.com",
4033
            "support": {
4146
            "support": {
4034
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1"
4147
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
4035
            },
4148
            },
4036
            "funding": [
4149
            "funding": [
4037
                {
4150
                {
4038
                    "url": "https://symfony.com/sponsor",
4151
                    "url": "https://symfony.com/sponsor",
4039
                    "type": "custom"
4152
                    "type": "custom"
Zeile 4045... Zeile 4158...
4045
                {
4158
                {
4046
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4159
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4047
                    "type": "tidelift"
4160
                    "type": "tidelift"
4048
                }
4161
                }
4049
            ],
4162
            ],
4050
            "time": "2023-03-01T10:25:55+00:00"
4163
            "time": "2023-05-23T14:45:45+00:00"
4051
        },
4164
        },
4052
        {
4165
        {
4053
            "name": "symfony/error-handler",
4166
            "name": "symfony/error-handler",
4054
            "version": "v6.2.9",
4167
            "version": "v6.3.5",
4055
            "source": {
4168
            "source": {
4056
                "type": "git",
4169
                "type": "git",
4057
                "url": "https://github.com/symfony/error-handler.git",
4170
                "url": "https://github.com/symfony/error-handler.git",
4058
                "reference": "e95f1273b3953c3b5e5341172dae838bacee11ee"
4171
                "reference": "1f69476b64fb47105c06beef757766c376b548c4"
4059
            },
4172
            },
4060
            "dist": {
4173
            "dist": {
4061
                "type": "zip",
4174
                "type": "zip",
4062
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/e95f1273b3953c3b5e5341172dae838bacee11ee",
4175
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
4063
                "reference": "e95f1273b3953c3b5e5341172dae838bacee11ee",
4176
                "reference": "1f69476b64fb47105c06beef757766c376b548c4",
4064
                "shasum": ""
4177
                "shasum": ""
4065
            },
4178
            },
4066
            "require": {
4179
            "require": {
4067
                "php": ">=8.1",
4180
                "php": ">=8.1",
4068
                "psr/log": "^1|^2|^3",
4181
                "psr/log": "^1|^2|^3",
4069
                "symfony/var-dumper": "^5.4|^6.0"
4182
                "symfony/var-dumper": "^5.4|^6.0"
4070
            },
4183
            },
-
 
4184
            "conflict": {
-
 
4185
                "symfony/deprecation-contracts": "<2.5"
-
 
4186
            },
4071
            "require-dev": {
4187
            "require-dev": {
4072
                "symfony/deprecation-contracts": "^2.1|^3",
4188
                "symfony/deprecation-contracts": "^2.5|^3",
4073
                "symfony/http-kernel": "^5.4|^6.0",
4189
                "symfony/http-kernel": "^5.4|^6.0",
4074
                "symfony/serializer": "^5.4|^6.0"
4190
                "symfony/serializer": "^5.4|^6.0"
4075
            },
4191
            },
4076
            "bin": [
4192
            "bin": [
4077
                "Resources/bin/patch-type-declarations"
4193
                "Resources/bin/patch-type-declarations"
Zeile 4100... Zeile 4216...
4100
                }
4216
                }
4101
            ],
4217
            ],
4102
            "description": "Provides tools to manage errors and ease debugging PHP code",
4218
            "description": "Provides tools to manage errors and ease debugging PHP code",
4103
            "homepage": "https://symfony.com",
4219
            "homepage": "https://symfony.com",
4104
            "support": {
4220
            "support": {
4105
                "source": "https://github.com/symfony/error-handler/tree/v6.2.9"
4221
                "source": "https://github.com/symfony/error-handler/tree/v6.3.5"
4106
            },
4222
            },
4107
            "funding": [
4223
            "funding": [
4108
                {
4224
                {
4109
                    "url": "https://symfony.com/sponsor",
4225
                    "url": "https://symfony.com/sponsor",
4110
                    "type": "custom"
4226
                    "type": "custom"
Zeile 4116... Zeile 4232...
4116
                {
4232
                {
4117
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4233
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4118
                    "type": "tidelift"
4234
                    "type": "tidelift"
4119
                }
4235
                }
4120
            ],
4236
            ],
4121
            "time": "2023-04-11T16:03:19+00:00"
4237
            "time": "2023-09-12T06:57:20+00:00"
4122
        },
4238
        },
4123
        {
4239
        {
4124
            "name": "symfony/event-dispatcher",
4240
            "name": "symfony/event-dispatcher",
4125
            "version": "v6.2.8",
4241
            "version": "v6.3.2",
4126
            "source": {
4242
            "source": {
4127
                "type": "git",
4243
                "type": "git",
4128
                "url": "https://github.com/symfony/event-dispatcher.git",
4244
                "url": "https://github.com/symfony/event-dispatcher.git",
4129
                "reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339"
4245
                "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
4130
            },
4246
            },
4131
            "dist": {
4247
            "dist": {
4132
                "type": "zip",
4248
                "type": "zip",
4133
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/04046f35fd7d72f9646e721fc2ecb8f9c67d3339",
4249
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
4134
                "reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339",
4250
                "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
4135
                "shasum": ""
4251
                "shasum": ""
4136
            },
4252
            },
4137
            "require": {
4253
            "require": {
4138
                "php": ">=8.1",
4254
                "php": ">=8.1",
4139
                "symfony/event-dispatcher-contracts": "^2|^3"
4255
                "symfony/event-dispatcher-contracts": "^2.5|^3"
4140
            },
4256
            },
4141
            "conflict": {
4257
            "conflict": {
4142
                "symfony/dependency-injection": "<5.4"
4258
                "symfony/dependency-injection": "<5.4",
-
 
4259
                "symfony/service-contracts": "<2.5"
4143
            },
4260
            },
4144
            "provide": {
4261
            "provide": {
4145
                "psr/event-dispatcher-implementation": "1.0",
4262
                "psr/event-dispatcher-implementation": "1.0",
4146
                "symfony/event-dispatcher-implementation": "2.0|3.0"
4263
                "symfony/event-dispatcher-implementation": "2.0|3.0"
4147
            },
4264
            },
Zeile 4150... Zeile 4267...
4150
                "symfony/config": "^5.4|^6.0",
4267
                "symfony/config": "^5.4|^6.0",
4151
                "symfony/dependency-injection": "^5.4|^6.0",
4268
                "symfony/dependency-injection": "^5.4|^6.0",
4152
                "symfony/error-handler": "^5.4|^6.0",
4269
                "symfony/error-handler": "^5.4|^6.0",
4153
                "symfony/expression-language": "^5.4|^6.0",
4270
                "symfony/expression-language": "^5.4|^6.0",
4154
                "symfony/http-foundation": "^5.4|^6.0",
4271
                "symfony/http-foundation": "^5.4|^6.0",
4155
                "symfony/service-contracts": "^1.1|^2|^3",
4272
                "symfony/service-contracts": "^2.5|^3",
4156
                "symfony/stopwatch": "^5.4|^6.0"
4273
                "symfony/stopwatch": "^5.4|^6.0"
4157
            },
4274
            },
4158
            "suggest": {
-
 
4159
                "symfony/dependency-injection": "",
-
 
4160
                "symfony/http-kernel": ""
-
 
4161
            },
-
 
4162
            "type": "library",
4275
            "type": "library",
4163
            "autoload": {
4276
            "autoload": {
4164
                "psr-4": {
4277
                "psr-4": {
4165
                    "Symfony\\Component\\EventDispatcher\\": ""
4278
                    "Symfony\\Component\\EventDispatcher\\": ""
4166
                },
4279
                },
Zeile 4183... Zeile 4296...
4183
                }
4296
                }
4184
            ],
4297
            ],
4185
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
4298
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
4186
            "homepage": "https://symfony.com",
4299
            "homepage": "https://symfony.com",
4187
            "support": {
4300
            "support": {
4188
                "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.8"
4301
                "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
4189
            },
4302
            },
4190
            "funding": [
4303
            "funding": [
4191
                {
4304
                {
4192
                    "url": "https://symfony.com/sponsor",
4305
                    "url": "https://symfony.com/sponsor",
4193
                    "type": "custom"
4306
                    "type": "custom"
Zeile 4199... Zeile 4312...
4199
                {
4312
                {
4200
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4313
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4201
                    "type": "tidelift"
4314
                    "type": "tidelift"
4202
                }
4315
                }
4203
            ],
4316
            ],
4204
            "time": "2023-03-20T16:06:02+00:00"
4317
            "time": "2023-07-06T06:56:43+00:00"
4205
        },
4318
        },
4206
        {
4319
        {
4207
            "name": "symfony/event-dispatcher-contracts",
4320
            "name": "symfony/event-dispatcher-contracts",
4208
            "version": "v3.2.1",
4321
            "version": "v3.3.0",
4209
            "source": {
4322
            "source": {
4210
                "type": "git",
4323
                "type": "git",
4211
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4324
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4212
                "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd"
4325
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
4213
            },
4326
            },
4214
            "dist": {
4327
            "dist": {
4215
                "type": "zip",
4328
                "type": "zip",
4216
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
4329
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
4217
                "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
4330
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
4218
                "shasum": ""
4331
                "shasum": ""
4219
            },
4332
            },
4220
            "require": {
4333
            "require": {
4221
                "php": ">=8.1",
4334
                "php": ">=8.1",
4222
                "psr/event-dispatcher": "^1"
4335
                "psr/event-dispatcher": "^1"
4223
            },
4336
            },
4224
            "suggest": {
-
 
4225
                "symfony/event-dispatcher-implementation": ""
-
 
4226
            },
-
 
4227
            "type": "library",
4337
            "type": "library",
4228
            "extra": {
4338
            "extra": {
4229
                "branch-alias": {
4339
                "branch-alias": {
4230
                    "dev-main": "3.3-dev"
4340
                    "dev-main": "3.4-dev"
4231
                },
4341
                },
4232
                "thanks": {
4342
                "thanks": {
4233
                    "name": "symfony/contracts",
4343
                    "name": "symfony/contracts",
4234
                    "url": "https://github.com/symfony/contracts"
4344
                    "url": "https://github.com/symfony/contracts"
4235
                }
4345
                }
Zeile 4262... Zeile 4372...
4262
                "interfaces",
4372
                "interfaces",
4263
                "interoperability",
4373
                "interoperability",
4264
                "standards"
4374
                "standards"
4265
            ],
4375
            ],
4266
            "support": {
4376
            "support": {
4267
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1"
4377
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
4268
            },
4378
            },
4269
            "funding": [
4379
            "funding": [
4270
                {
4380
                {
4271
                    "url": "https://symfony.com/sponsor",
4381
                    "url": "https://symfony.com/sponsor",
4272
                    "type": "custom"
4382
                    "type": "custom"
Zeile 4278... Zeile 4388...
4278
                {
4388
                {
4279
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4389
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4280
                    "type": "tidelift"
4390
                    "type": "tidelift"
4281
                }
4391
                }
4282
            ],
4392
            ],
4283
            "time": "2023-03-01T10:32:47+00:00"
4393
            "time": "2023-05-23T14:45:45+00:00"
4284
        },
4394
        },
4285
        {
4395
        {
4286
            "name": "symfony/finder",
4396
            "name": "symfony/finder",
4287
            "version": "v6.2.7",
4397
            "version": "v6.3.5",
4288
            "source": {
4398
            "source": {
4289
                "type": "git",
4399
                "type": "git",
4290
                "url": "https://github.com/symfony/finder.git",
4400
                "url": "https://github.com/symfony/finder.git",
4291
                "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb"
4401
                "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
4292
            },
4402
            },
4293
            "dist": {
4403
            "dist": {
4294
                "type": "zip",
4404
                "type": "zip",
4295
                "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb",
4405
                "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
4296
                "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb",
4406
                "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
4297
                "shasum": ""
4407
                "shasum": ""
4298
            },
4408
            },
4299
            "require": {
4409
            "require": {
4300
                "php": ">=8.1"
4410
                "php": ">=8.1"
4301
            },
4411
            },
Zeile 4326... Zeile 4436...
4326
                }
4436
                }
4327
            ],
4437
            ],
4328
            "description": "Finds files and directories via an intuitive fluent interface",
4438
            "description": "Finds files and directories via an intuitive fluent interface",
4329
            "homepage": "https://symfony.com",
4439
            "homepage": "https://symfony.com",
4330
            "support": {
4440
            "support": {
4331
                "source": "https://github.com/symfony/finder/tree/v6.2.7"
4441
                "source": "https://github.com/symfony/finder/tree/v6.3.5"
4332
            },
4442
            },
4333
            "funding": [
4443
            "funding": [
4334
                {
4444
                {
4335
                    "url": "https://symfony.com/sponsor",
4445
                    "url": "https://symfony.com/sponsor",
4336
                    "type": "custom"
4446
                    "type": "custom"
Zeile 4342... Zeile 4452...
4342
                {
4452
                {
4343
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4453
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4344
                    "type": "tidelift"
4454
                    "type": "tidelift"
4345
                }
4455
                }
4346
            ],
4456
            ],
4347
            "time": "2023-02-16T09:57:23+00:00"
4457
            "time": "2023-09-26T12:56:25+00:00"
4348
        },
4458
        },
4349
        {
4459
        {
4350
            "name": "symfony/http-foundation",
4460
            "name": "symfony/http-foundation",
4351
            "version": "v6.2.8",
4461
            "version": "v6.3.5",
4352
            "source": {
4462
            "source": {
4353
                "type": "git",
4463
                "type": "git",
4354
                "url": "https://github.com/symfony/http-foundation.git",
4464
                "url": "https://github.com/symfony/http-foundation.git",
4355
                "reference": "511a524affeefc191939348823ac75e9921c2112"
4465
                "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957"
4356
            },
4466
            },
4357
            "dist": {
4467
            "dist": {
4358
                "type": "zip",
4468
                "type": "zip",
4359
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/511a524affeefc191939348823ac75e9921c2112",
4469
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957",
4360
                "reference": "511a524affeefc191939348823ac75e9921c2112",
4470
                "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957",
4361
                "shasum": ""
4471
                "shasum": ""
4362
            },
4472
            },
4363
            "require": {
4473
            "require": {
4364
                "php": ">=8.1",
4474
                "php": ">=8.1",
4365
                "symfony/deprecation-contracts": "^2.1|^3",
4475
                "symfony/deprecation-contracts": "^2.5|^3",
4366
                "symfony/polyfill-mbstring": "~1.1"
4476
                "symfony/polyfill-mbstring": "~1.1",
-
 
4477
                "symfony/polyfill-php83": "^1.27"
4367
            },
4478
            },
4368
            "conflict": {
4479
            "conflict": {
4369
                "symfony/cache": "<6.2"
4480
                "symfony/cache": "<6.2"
4370
            },
4481
            },
4371
            "require-dev": {
4482
            "require-dev": {
-
 
4483
                "doctrine/dbal": "^2.13.1|^3.0",
4372
                "predis/predis": "~1.0",
4484
                "predis/predis": "^1.1|^2.0",
4373
                "symfony/cache": "^5.4|^6.0",
4485
                "symfony/cache": "^5.4|^6.0",
4374
                "symfony/dependency-injection": "^5.4|^6.0",
4486
                "symfony/dependency-injection": "^5.4|^6.0",
4375
                "symfony/expression-language": "^5.4|^6.0",
4487
                "symfony/expression-language": "^5.4|^6.0",
4376
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
4488
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
4377
                "symfony/mime": "^5.4|^6.0",
4489
                "symfony/mime": "^5.4|^6.0",
4378
                "symfony/rate-limiter": "^5.2|^6.0"
4490
                "symfony/rate-limiter": "^5.2|^6.0"
4379
            },
4491
            },
4380
            "suggest": {
-
 
4381
                "symfony/mime": "To use the file extension guesser"
-
 
4382
            },
-
 
4383
            "type": "library",
4492
            "type": "library",
4384
            "autoload": {
4493
            "autoload": {
4385
                "psr-4": {
4494
                "psr-4": {
4386
                    "Symfony\\Component\\HttpFoundation\\": ""
4495
                    "Symfony\\Component\\HttpFoundation\\": ""
4387
                },
4496
                },
Zeile 4404... Zeile 4513...
4404
                }
4513
                }
4405
            ],
4514
            ],
4406
            "description": "Defines an object-oriented layer for the HTTP specification",
4515
            "description": "Defines an object-oriented layer for the HTTP specification",
4407
            "homepage": "https://symfony.com",
4516
            "homepage": "https://symfony.com",
4408
            "support": {
4517
            "support": {
4409
                "source": "https://github.com/symfony/http-foundation/tree/v6.2.8"
4518
                "source": "https://github.com/symfony/http-foundation/tree/v6.3.5"
4410
            },
4519
            },
4411
            "funding": [
4520
            "funding": [
4412
                {
4521
                {
4413
                    "url": "https://symfony.com/sponsor",
4522
                    "url": "https://symfony.com/sponsor",
4414
                    "type": "custom"
4523
                    "type": "custom"
Zeile 4420... Zeile 4529...
4420
                {
4529
                {
4421
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4530
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4422
                    "type": "tidelift"
4531
                    "type": "tidelift"
4423
                }
4532
                }
4424
            ],
4533
            ],
4425
            "time": "2023-03-29T21:42:15+00:00"
4534
            "time": "2023-09-04T21:33:54+00:00"
4426
        },
4535
        },
4427
        {
4536
        {
4428
            "name": "symfony/http-kernel",
4537
            "name": "symfony/http-kernel",
4429
            "version": "v6.2.9",
4538
            "version": "v6.3.5",
4430
            "source": {
4539
            "source": {
4431
                "type": "git",
4540
                "type": "git",
4432
                "url": "https://github.com/symfony/http-kernel.git",
4541
                "url": "https://github.com/symfony/http-kernel.git",
4433
                "reference": "02246510cf7031726f7237138d61b796b95799b3"
4542
                "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc"
4434
            },
4543
            },
4435
            "dist": {
4544
            "dist": {
4436
                "type": "zip",
4545
                "type": "zip",
4437
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/02246510cf7031726f7237138d61b796b95799b3",
4546
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc",
4438
                "reference": "02246510cf7031726f7237138d61b796b95799b3",
4547
                "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc",
4439
                "shasum": ""
4548
                "shasum": ""
4440
            },
4549
            },
4441
            "require": {
4550
            "require": {
4442
                "php": ">=8.1",
4551
                "php": ">=8.1",
4443
                "psr/log": "^1|^2|^3",
4552
                "psr/log": "^1|^2|^3",
4444
                "symfony/deprecation-contracts": "^2.1|^3",
4553
                "symfony/deprecation-contracts": "^2.5|^3",
4445
                "symfony/error-handler": "^6.1",
4554
                "symfony/error-handler": "^6.3",
4446
                "symfony/event-dispatcher": "^5.4|^6.0",
4555
                "symfony/event-dispatcher": "^5.4|^6.0",
4447
                "symfony/http-foundation": "^5.4.21|^6.2.7",
4556
                "symfony/http-foundation": "^6.3.4",
4448
                "symfony/polyfill-ctype": "^1.8"
4557
                "symfony/polyfill-ctype": "^1.8"
4449
            },
4558
            },
4450
            "conflict": {
4559
            "conflict": {
4451
                "symfony/browser-kit": "<5.4",
4560
                "symfony/browser-kit": "<5.4",
4452
                "symfony/cache": "<5.4",
4561
                "symfony/cache": "<5.4",
4453
                "symfony/config": "<6.1",
4562
                "symfony/config": "<6.1",
4454
                "symfony/console": "<5.4",
4563
                "symfony/console": "<5.4",
4455
                "symfony/dependency-injection": "<6.2",
4564
                "symfony/dependency-injection": "<6.3.4",
4456
                "symfony/doctrine-bridge": "<5.4",
4565
                "symfony/doctrine-bridge": "<5.4",
4457
                "symfony/form": "<5.4",
4566
                "symfony/form": "<5.4",
4458
                "symfony/http-client": "<5.4",
4567
                "symfony/http-client": "<5.4",
-
 
4568
                "symfony/http-client-contracts": "<2.5",
4459
                "symfony/mailer": "<5.4",
4569
                "symfony/mailer": "<5.4",
4460
                "symfony/messenger": "<5.4",
4570
                "symfony/messenger": "<5.4",
4461
                "symfony/translation": "<5.4",
4571
                "symfony/translation": "<5.4",
-
 
4572
                "symfony/translation-contracts": "<2.5",
4462
                "symfony/twig-bridge": "<5.4",
4573
                "symfony/twig-bridge": "<5.4",
4463
                "symfony/validator": "<5.4",
4574
                "symfony/validator": "<5.4",
-
 
4575
                "symfony/var-dumper": "<6.3",
4464
                "twig/twig": "<2.13"
4576
                "twig/twig": "<2.13"
4465
            },
4577
            },
4466
            "provide": {
4578
            "provide": {
4467
                "psr/log-implementation": "1.0|2.0|3.0"
4579
                "psr/log-implementation": "1.0|2.0|3.0"
4468
            },
4580
            },
4469
            "require-dev": {
4581
            "require-dev": {
4470
                "psr/cache": "^1.0|^2.0|^3.0",
4582
                "psr/cache": "^1.0|^2.0|^3.0",
4471
                "symfony/browser-kit": "^5.4|^6.0",
4583
                "symfony/browser-kit": "^5.4|^6.0",
-
 
4584
                "symfony/clock": "^6.2",
4472
                "symfony/config": "^6.1",
4585
                "symfony/config": "^6.1",
4473
                "symfony/console": "^5.4|^6.0",
4586
                "symfony/console": "^5.4|^6.0",
4474
                "symfony/css-selector": "^5.4|^6.0",
4587
                "symfony/css-selector": "^5.4|^6.0",
4475
                "symfony/dependency-injection": "^6.2",
4588
                "symfony/dependency-injection": "^6.3.4",
4476
                "symfony/dom-crawler": "^5.4|^6.0",
4589
                "symfony/dom-crawler": "^5.4|^6.0",
4477
                "symfony/expression-language": "^5.4|^6.0",
4590
                "symfony/expression-language": "^5.4|^6.0",
4478
                "symfony/finder": "^5.4|^6.0",
4591
                "symfony/finder": "^5.4|^6.0",
4479
                "symfony/http-client-contracts": "^1.1|^2|^3",
4592
                "symfony/http-client-contracts": "^2.5|^3",
4480
                "symfony/process": "^5.4|^6.0",
4593
                "symfony/process": "^5.4|^6.0",
-
 
4594
                "symfony/property-access": "^5.4.5|^6.0.5",
4481
                "symfony/routing": "^5.4|^6.0",
4595
                "symfony/routing": "^5.4|^6.0",
-
 
4596
                "symfony/serializer": "^6.3",
4482
                "symfony/stopwatch": "^5.4|^6.0",
4597
                "symfony/stopwatch": "^5.4|^6.0",
4483
                "symfony/translation": "^5.4|^6.0",
4598
                "symfony/translation": "^5.4|^6.0",
4484
                "symfony/translation-contracts": "^1.1|^2|^3",
4599
                "symfony/translation-contracts": "^2.5|^3",
4485
                "symfony/uid": "^5.4|^6.0",
4600
                "symfony/uid": "^5.4|^6.0",
-
 
4601
                "symfony/validator": "^6.3",
-
 
4602
                "symfony/var-exporter": "^6.2",
4486
                "twig/twig": "^2.13|^3.0.4"
4603
                "twig/twig": "^2.13|^3.0.4"
4487
            },
4604
            },
4488
            "suggest": {
-
 
4489
                "symfony/browser-kit": "",
-
 
4490
                "symfony/config": "",
-
 
4491
                "symfony/console": "",
-
 
4492
                "symfony/dependency-injection": ""
-
 
4493
            },
-
 
4494
            "type": "library",
4605
            "type": "library",
4495
            "autoload": {
4606
            "autoload": {
4496
                "psr-4": {
4607
                "psr-4": {
4497
                    "Symfony\\Component\\HttpKernel\\": ""
4608
                    "Symfony\\Component\\HttpKernel\\": ""
4498
                },
4609
                },
Zeile 4515... Zeile 4626...
4515
                }
4626
                }
4516
            ],
4627
            ],
4517
            "description": "Provides a structured process for converting a Request into a Response",
4628
            "description": "Provides a structured process for converting a Request into a Response",
4518
            "homepage": "https://symfony.com",
4629
            "homepage": "https://symfony.com",
4519
            "support": {
4630
            "support": {
4520
                "source": "https://github.com/symfony/http-kernel/tree/v6.2.9"
4631
                "source": "https://github.com/symfony/http-kernel/tree/v6.3.5"
4521
            },
4632
            },
4522
            "funding": [
4633
            "funding": [
4523
                {
4634
                {
4524
                    "url": "https://symfony.com/sponsor",
4635
                    "url": "https://symfony.com/sponsor",
4525
                    "type": "custom"
4636
                    "type": "custom"
Zeile 4531... Zeile 4642...
4531
                {
4642
                {
4532
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4643
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4533
                    "type": "tidelift"
4644
                    "type": "tidelift"
4534
                }
4645
                }
4535
            ],
4646
            ],
4536
            "time": "2023-04-13T16:41:43+00:00"
4647
            "time": "2023-09-30T06:37:04+00:00"
4537
        },
4648
        },
4538
        {
4649
        {
4539
            "name": "symfony/mailer",
4650
            "name": "symfony/mailer",
4540
            "version": "v6.2.8",
4651
            "version": "v6.3.5",
4541
            "source": {
4652
            "source": {
4542
                "type": "git",
4653
                "type": "git",
4543
                "url": "https://github.com/symfony/mailer.git",
4654
                "url": "https://github.com/symfony/mailer.git",
4544
                "reference": "bfcfa015c67e19c6fdb7ca6fe70700af1e740a17"
4655
                "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06"
4545
            },
4656
            },
4546
            "dist": {
4657
            "dist": {
4547
                "type": "zip",
4658
                "type": "zip",
4548
                "url": "https://api.github.com/repos/symfony/mailer/zipball/bfcfa015c67e19c6fdb7ca6fe70700af1e740a17",
4659
                "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06",
4549
                "reference": "bfcfa015c67e19c6fdb7ca6fe70700af1e740a17",
4660
                "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06",
4550
                "shasum": ""
4661
                "shasum": ""
4551
            },
4662
            },
4552
            "require": {
4663
            "require": {
4553
                "egulias/email-validator": "^2.1.10|^3|^4",
4664
                "egulias/email-validator": "^2.1.10|^3|^4",
4554
                "php": ">=8.1",
4665
                "php": ">=8.1",
4555
                "psr/event-dispatcher": "^1",
4666
                "psr/event-dispatcher": "^1",
4556
                "psr/log": "^1|^2|^3",
4667
                "psr/log": "^1|^2|^3",
4557
                "symfony/event-dispatcher": "^5.4|^6.0",
4668
                "symfony/event-dispatcher": "^5.4|^6.0",
4558
                "symfony/mime": "^6.2",
4669
                "symfony/mime": "^6.2",
4559
                "symfony/service-contracts": "^1.1|^2|^3"
4670
                "symfony/service-contracts": "^2.5|^3"
4560
            },
4671
            },
4561
            "conflict": {
4672
            "conflict": {
-
 
4673
                "symfony/http-client-contracts": "<2.5",
4562
                "symfony/http-kernel": "<5.4",
4674
                "symfony/http-kernel": "<5.4",
4563
                "symfony/messenger": "<6.2",
4675
                "symfony/messenger": "<6.2",
4564
                "symfony/mime": "<6.2",
4676
                "symfony/mime": "<6.2",
4565
                "symfony/twig-bridge": "<6.2.1"
4677
                "symfony/twig-bridge": "<6.2.1"
4566
            },
4678
            },
Zeile 4594... Zeile 4706...
4594
                }
4706
                }
4595
            ],
4707
            ],
4596
            "description": "Helps sending emails",
4708
            "description": "Helps sending emails",
4597
            "homepage": "https://symfony.com",
4709
            "homepage": "https://symfony.com",
4598
            "support": {
4710
            "support": {
4599
                "source": "https://github.com/symfony/mailer/tree/v6.2.8"
4711
                "source": "https://github.com/symfony/mailer/tree/v6.3.5"
4600
            },
4712
            },
4601
            "funding": [
4713
            "funding": [
4602
                {
4714
                {
4603
                    "url": "https://symfony.com/sponsor",
4715
                    "url": "https://symfony.com/sponsor",
4604
                    "type": "custom"
4716
                    "type": "custom"
Zeile 4610... Zeile 4722...
4610
                {
4722
                {
4611
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4723
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4612
                    "type": "tidelift"
4724
                    "type": "tidelift"
4613
                }
4725
                }
4614
            ],
4726
            ],
4615
            "time": "2023-03-14T15:00:05+00:00"
4727
            "time": "2023-09-06T09:47:15+00:00"
4616
        },
4728
        },
4617
        {
4729
        {
4618
            "name": "symfony/mime",
4730
            "name": "symfony/mime",
4619
            "version": "v6.2.7",
4731
            "version": "v6.3.5",
4620
            "source": {
4732
            "source": {
4621
                "type": "git",
4733
                "type": "git",
4622
                "url": "https://github.com/symfony/mime.git",
4734
                "url": "https://github.com/symfony/mime.git",
4623
                "reference": "62e341f80699badb0ad70b31149c8df89a2d778e"
4735
                "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e"
4624
            },
4736
            },
4625
            "dist": {
4737
            "dist": {
4626
                "type": "zip",
4738
                "type": "zip",
4627
                "url": "https://api.github.com/repos/symfony/mime/zipball/62e341f80699badb0ad70b31149c8df89a2d778e",
4739
                "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
4628
                "reference": "62e341f80699badb0ad70b31149c8df89a2d778e",
4740
                "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
4629
                "shasum": ""
4741
                "shasum": ""
4630
            },
4742
            },
4631
            "require": {
4743
            "require": {
4632
                "php": ">=8.1",
4744
                "php": ">=8.1",
-
 
4745
                "symfony/deprecation-contracts": "^2.5|^3",
4633
                "symfony/polyfill-intl-idn": "^1.10",
4746
                "symfony/polyfill-intl-idn": "^1.10",
4634
                "symfony/polyfill-mbstring": "^1.0"
4747
                "symfony/polyfill-mbstring": "^1.0"
4635
            },
4748
            },
4636
            "conflict": {
4749
            "conflict": {
4637
                "egulias/email-validator": "~3.0.0",
4750
                "egulias/email-validator": "~3.0.0",
4638
                "phpdocumentor/reflection-docblock": "<3.2.2",
4751
                "phpdocumentor/reflection-docblock": "<3.2.2",
4639
                "phpdocumentor/type-resolver": "<1.4.0",
4752
                "phpdocumentor/type-resolver": "<1.4.0",
4640
                "symfony/mailer": "<5.4",
4753
                "symfony/mailer": "<5.4",
4641
                "symfony/serializer": "<6.2"
4754
                "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
4642
            },
4755
            },
4643
            "require-dev": {
4756
            "require-dev": {
4644
                "egulias/email-validator": "^2.1.10|^3.1|^4",
4757
                "egulias/email-validator": "^2.1.10|^3.1|^4",
4645
                "league/html-to-markdown": "^5.0",
4758
                "league/html-to-markdown": "^5.0",
4646
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4759
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4647
                "symfony/dependency-injection": "^5.4|^6.0",
4760
                "symfony/dependency-injection": "^5.4|^6.0",
4648
                "symfony/property-access": "^5.4|^6.0",
4761
                "symfony/property-access": "^5.4|^6.0",
4649
                "symfony/property-info": "^5.4|^6.0",
4762
                "symfony/property-info": "^5.4|^6.0",
4650
                "symfony/serializer": "^6.2"
4763
                "symfony/serializer": "~6.2.13|^6.3.2"
4651
            },
4764
            },
4652
            "type": "library",
4765
            "type": "library",
4653
            "autoload": {
4766
            "autoload": {
4654
                "psr-4": {
4767
                "psr-4": {
4655
                    "Symfony\\Component\\Mime\\": ""
4768
                    "Symfony\\Component\\Mime\\": ""
Zeile 4677... Zeile 4790...
4677
            "keywords": [
4790
            "keywords": [
4678
                "mime",
4791
                "mime",
4679
                "mime-type"
4792
                "mime-type"
4680
            ],
4793
            ],
4681
            "support": {
4794
            "support": {
4682
                "source": "https://github.com/symfony/mime/tree/v6.2.7"
4795
                "source": "https://github.com/symfony/mime/tree/v6.3.5"
4683
            },
4796
            },
4684
            "funding": [
4797
            "funding": [
4685
                {
4798
                {
4686
                    "url": "https://symfony.com/sponsor",
4799
                    "url": "https://symfony.com/sponsor",
4687
                    "type": "custom"
4800
                    "type": "custom"
Zeile 4693... Zeile 4806...
4693
                {
4806
                {
4694
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4807
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4695
                    "type": "tidelift"
4808
                    "type": "tidelift"
4696
                }
4809
                }
4697
            ],
4810
            ],
4698
            "time": "2023-02-24T10:42:00+00:00"
4811
            "time": "2023-09-29T06:59:36+00:00"
4699
        },
4812
        },
4700
        {
4813
        {
4701
            "name": "symfony/polyfill-ctype",
4814
            "name": "symfony/polyfill-ctype",
4702
            "version": "v1.27.0",
4815
            "version": "v1.28.0",
4703
            "source": {
4816
            "source": {
4704
                "type": "git",
4817
                "type": "git",
4705
                "url": "https://github.com/symfony/polyfill-ctype.git",
4818
                "url": "https://github.com/symfony/polyfill-ctype.git",
4706
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
4819
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
4707
            },
4820
            },
4708
            "dist": {
4821
            "dist": {
4709
                "type": "zip",
4822
                "type": "zip",
4710
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
4823
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
4711
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
4824
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
4712
                "shasum": ""
4825
                "shasum": ""
4713
            },
4826
            },
4714
            "require": {
4827
            "require": {
4715
                "php": ">=7.1"
4828
                "php": ">=7.1"
4716
            },
4829
            },
Zeile 4721... Zeile 4834...
4721
                "ext-ctype": "For best performance"
4834
                "ext-ctype": "For best performance"
4722
            },
4835
            },
4723
            "type": "library",
4836
            "type": "library",
4724
            "extra": {
4837
            "extra": {
4725
                "branch-alias": {
4838
                "branch-alias": {
4726
                    "dev-main": "1.27-dev"
4839
                    "dev-main": "1.28-dev"
4727
                },
4840
                },
4728
                "thanks": {
4841
                "thanks": {
4729
                    "name": "symfony/polyfill",
4842
                    "name": "symfony/polyfill",
4730
                    "url": "https://github.com/symfony/polyfill"
4843
                    "url": "https://github.com/symfony/polyfill"
4731
                }
4844
                }
Zeile 4759... Zeile 4872...
4759
                "ctype",
4872
                "ctype",
4760
                "polyfill",
4873
                "polyfill",
4761
                "portable"
4874
                "portable"
4762
            ],
4875
            ],
4763
            "support": {
4876
            "support": {
4764
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
4877
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
4765
            },
4878
            },
4766
            "funding": [
4879
            "funding": [
4767
                {
4880
                {
4768
                    "url": "https://symfony.com/sponsor",
4881
                    "url": "https://symfony.com/sponsor",
4769
                    "type": "custom"
4882
                    "type": "custom"
Zeile 4775... Zeile 4888...
4775
                {
4888
                {
4776
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4889
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4777
                    "type": "tidelift"
4890
                    "type": "tidelift"
4778
                }
4891
                }
4779
            ],
4892
            ],
4780
            "time": "2022-11-03T14:55:06+00:00"
4893
            "time": "2023-01-26T09:26:14+00:00"
4781
        },
4894
        },
4782
        {
4895
        {
4783
            "name": "symfony/polyfill-intl-grapheme",
4896
            "name": "symfony/polyfill-intl-grapheme",
4784
            "version": "v1.27.0",
4897
            "version": "v1.28.0",
4785
            "source": {
4898
            "source": {
4786
                "type": "git",
4899
                "type": "git",
4787
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4900
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4788
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
4901
                "reference": "875e90aeea2777b6f135677f618529449334a612"
4789
            },
4902
            },
4790
            "dist": {
4903
            "dist": {
4791
                "type": "zip",
4904
                "type": "zip",
4792
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
4905
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
4793
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
4906
                "reference": "875e90aeea2777b6f135677f618529449334a612",
4794
                "shasum": ""
4907
                "shasum": ""
4795
            },
4908
            },
4796
            "require": {
4909
            "require": {
4797
                "php": ">=7.1"
4910
                "php": ">=7.1"
4798
            },
4911
            },
Zeile 4800... Zeile 4913...
4800
                "ext-intl": "For best performance"
4913
                "ext-intl": "For best performance"
4801
            },
4914
            },
4802
            "type": "library",
4915
            "type": "library",
4803
            "extra": {
4916
            "extra": {
4804
                "branch-alias": {
4917
                "branch-alias": {
4805
                    "dev-main": "1.27-dev"
4918
                    "dev-main": "1.28-dev"
4806
                },
4919
                },
4807
                "thanks": {
4920
                "thanks": {
4808
                    "name": "symfony/polyfill",
4921
                    "name": "symfony/polyfill",
4809
                    "url": "https://github.com/symfony/polyfill"
4922
                    "url": "https://github.com/symfony/polyfill"
4810
                }
4923
                }
Zeile 4840... Zeile 4953...
4840
                "polyfill",
4953
                "polyfill",
4841
                "portable",
4954
                "portable",
4842
                "shim"
4955
                "shim"
4843
            ],
4956
            ],
4844
            "support": {
4957
            "support": {
4845
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
4958
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
4846
            },
4959
            },
4847
            "funding": [
4960
            "funding": [
4848
                {
4961
                {
4849
                    "url": "https://symfony.com/sponsor",
4962
                    "url": "https://symfony.com/sponsor",
4850
                    "type": "custom"
4963
                    "type": "custom"
Zeile 4856... Zeile 4969...
4856
                {
4969
                {
4857
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4970
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4858
                    "type": "tidelift"
4971
                    "type": "tidelift"
4859
                }
4972
                }
4860
            ],
4973
            ],
4861
            "time": "2022-11-03T14:55:06+00:00"
4974
            "time": "2023-01-26T09:26:14+00:00"
4862
        },
4975
        },
4863
        {
4976
        {
4864
            "name": "symfony/polyfill-intl-idn",
4977
            "name": "symfony/polyfill-intl-idn",
4865
            "version": "v1.27.0",
4978
            "version": "v1.28.0",
4866
            "source": {
4979
            "source": {
4867
                "type": "git",
4980
                "type": "git",
4868
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
4981
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
4869
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
4982
                "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
4870
            },
4983
            },
4871
            "dist": {
4984
            "dist": {
4872
                "type": "zip",
4985
                "type": "zip",
4873
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
4986
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
4874
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
4987
                "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
4875
                "shasum": ""
4988
                "shasum": ""
4876
            },
4989
            },
4877
            "require": {
4990
            "require": {
4878
                "php": ">=7.1",
4991
                "php": ">=7.1",
4879
                "symfony/polyfill-intl-normalizer": "^1.10",
4992
                "symfony/polyfill-intl-normalizer": "^1.10",
Zeile 4883... Zeile 4996...
4883
                "ext-intl": "For best performance"
4996
                "ext-intl": "For best performance"
4884
            },
4997
            },
4885
            "type": "library",
4998
            "type": "library",
4886
            "extra": {
4999
            "extra": {
4887
                "branch-alias": {
5000
                "branch-alias": {
4888
                    "dev-main": "1.27-dev"
5001
                    "dev-main": "1.28-dev"
4889
                },
5002
                },
4890
                "thanks": {
5003
                "thanks": {
4891
                    "name": "symfony/polyfill",
5004
                    "name": "symfony/polyfill",
4892
                    "url": "https://github.com/symfony/polyfill"
5005
                    "url": "https://github.com/symfony/polyfill"
4893
                }
5006
                }
Zeile 4927... Zeile 5040...
4927
                "polyfill",
5040
                "polyfill",
4928
                "portable",
5041
                "portable",
4929
                "shim"
5042
                "shim"
4930
            ],
5043
            ],
4931
            "support": {
5044
            "support": {
4932
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
5045
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
4933
            },
5046
            },
4934
            "funding": [
5047
            "funding": [
4935
                {
5048
                {
4936
                    "url": "https://symfony.com/sponsor",
5049
                    "url": "https://symfony.com/sponsor",
4937
                    "type": "custom"
5050
                    "type": "custom"
Zeile 4943... Zeile 5056...
4943
                {
5056
                {
4944
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5057
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4945
                    "type": "tidelift"
5058
                    "type": "tidelift"
4946
                }
5059
                }
4947
            ],
5060
            ],
4948
            "time": "2022-11-03T14:55:06+00:00"
5061
            "time": "2023-01-26T09:30:37+00:00"
4949
        },
5062
        },
4950
        {
5063
        {
4951
            "name": "symfony/polyfill-intl-normalizer",
5064
            "name": "symfony/polyfill-intl-normalizer",
4952
            "version": "v1.27.0",
5065
            "version": "v1.28.0",
4953
            "source": {
5066
            "source": {
4954
                "type": "git",
5067
                "type": "git",
4955
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
5068
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4956
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
5069
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
4957
            },
5070
            },
4958
            "dist": {
5071
            "dist": {
4959
                "type": "zip",
5072
                "type": "zip",
4960
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
5073
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
4961
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
5074
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
4962
                "shasum": ""
5075
                "shasum": ""
4963
            },
5076
            },
4964
            "require": {
5077
            "require": {
4965
                "php": ">=7.1"
5078
                "php": ">=7.1"
4966
            },
5079
            },
Zeile 4968... Zeile 5081...
4968
                "ext-intl": "For best performance"
5081
                "ext-intl": "For best performance"
4969
            },
5082
            },
4970
            "type": "library",
5083
            "type": "library",
4971
            "extra": {
5084
            "extra": {
4972
                "branch-alias": {
5085
                "branch-alias": {
4973
                    "dev-main": "1.27-dev"
5086
                    "dev-main": "1.28-dev"
4974
                },
5087
                },
4975
                "thanks": {
5088
                "thanks": {
4976
                    "name": "symfony/polyfill",
5089
                    "name": "symfony/polyfill",
4977
                    "url": "https://github.com/symfony/polyfill"
5090
                    "url": "https://github.com/symfony/polyfill"
4978
                }
5091
                }
Zeile 5011... Zeile 5124...
5011
                "polyfill",
5124
                "polyfill",
5012
                "portable",
5125
                "portable",
5013
                "shim"
5126
                "shim"
5014
            ],
5127
            ],
5015
            "support": {
5128
            "support": {
5016
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
5129
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
5017
            },
5130
            },
5018
            "funding": [
5131
            "funding": [
5019
                {
5132
                {
5020
                    "url": "https://symfony.com/sponsor",
5133
                    "url": "https://symfony.com/sponsor",
5021
                    "type": "custom"
5134
                    "type": "custom"
Zeile 5027... Zeile 5140...
5027
                {
5140
                {
5028
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5141
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5029
                    "type": "tidelift"
5142
                    "type": "tidelift"
5030
                }
5143
                }
5031
            ],
5144
            ],
5032
            "time": "2022-11-03T14:55:06+00:00"
5145
            "time": "2023-01-26T09:26:14+00:00"
5033
        },
5146
        },
5034
        {
5147
        {
5035
            "name": "symfony/polyfill-mbstring",
5148
            "name": "symfony/polyfill-mbstring",
5036
            "version": "v1.27.0",
5149
            "version": "v1.28.0",
5037
            "source": {
5150
            "source": {
5038
                "type": "git",
5151
                "type": "git",
5039
                "url": "https://github.com/symfony/polyfill-mbstring.git",
5152
                "url": "https://github.com/symfony/polyfill-mbstring.git",
5040
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
5153
                "reference": "42292d99c55abe617799667f454222c54c60e229"
5041
            },
5154
            },
5042
            "dist": {
5155
            "dist": {
5043
                "type": "zip",
5156
                "type": "zip",
5044
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
5157
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
5045
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
5158
                "reference": "42292d99c55abe617799667f454222c54c60e229",
5046
                "shasum": ""
5159
                "shasum": ""
5047
            },
5160
            },
5048
            "require": {
5161
            "require": {
5049
                "php": ">=7.1"
5162
                "php": ">=7.1"
5050
            },
5163
            },
Zeile 5055... Zeile 5168...
5055
                "ext-mbstring": "For best performance"
5168
                "ext-mbstring": "For best performance"
5056
            },
5169
            },
5057
            "type": "library",
5170
            "type": "library",
5058
            "extra": {
5171
            "extra": {
5059
                "branch-alias": {
5172
                "branch-alias": {
5060
                    "dev-main": "1.27-dev"
5173
                    "dev-main": "1.28-dev"
5061
                },
5174
                },
5062
                "thanks": {
5175
                "thanks": {
5063
                    "name": "symfony/polyfill",
5176
                    "name": "symfony/polyfill",
5064
                    "url": "https://github.com/symfony/polyfill"
5177
                    "url": "https://github.com/symfony/polyfill"
5065
                }
5178
                }
Zeile 5094... Zeile 5207...
5094
                "polyfill",
5207
                "polyfill",
5095
                "portable",
5208
                "portable",
5096
                "shim"
5209
                "shim"
5097
            ],
5210
            ],
5098
            "support": {
5211
            "support": {
5099
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
5212
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
5100
            },
5213
            },
5101
            "funding": [
5214
            "funding": [
5102
                {
5215
                {
5103
                    "url": "https://symfony.com/sponsor",
5216
                    "url": "https://symfony.com/sponsor",
5104
                    "type": "custom"
5217
                    "type": "custom"
Zeile 5110... Zeile 5223...
5110
                {
5223
                {
5111
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5224
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5112
                    "type": "tidelift"
5225
                    "type": "tidelift"
5113
                }
5226
                }
5114
            ],
5227
            ],
5115
            "time": "2022-11-03T14:55:06+00:00"
5228
            "time": "2023-07-28T09:04:16+00:00"
5116
        },
5229
        },
5117
        {
5230
        {
5118
            "name": "symfony/polyfill-php72",
5231
            "name": "symfony/polyfill-php72",
5119
            "version": "v1.27.0",
5232
            "version": "v1.28.0",
5120
            "source": {
5233
            "source": {
5121
                "type": "git",
5234
                "type": "git",
5122
                "url": "https://github.com/symfony/polyfill-php72.git",
5235
                "url": "https://github.com/symfony/polyfill-php72.git",
5123
                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
5236
                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
5124
            },
5237
            },
5125
            "dist": {
5238
            "dist": {
5126
                "type": "zip",
5239
                "type": "zip",
5127
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
5240
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
5128
                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
5241
                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
5129
                "shasum": ""
5242
                "shasum": ""
5130
            },
5243
            },
5131
            "require": {
5244
            "require": {
5132
                "php": ">=7.1"
5245
                "php": ">=7.1"
5133
            },
5246
            },
5134
            "type": "library",
5247
            "type": "library",
5135
            "extra": {
5248
            "extra": {
5136
                "branch-alias": {
5249
                "branch-alias": {
5137
                    "dev-main": "1.27-dev"
5250
                    "dev-main": "1.28-dev"
5138
                },
5251
                },
5139
                "thanks": {
5252
                "thanks": {
5140
                    "name": "symfony/polyfill",
5253
                    "name": "symfony/polyfill",
5141
                    "url": "https://github.com/symfony/polyfill"
5254
                    "url": "https://github.com/symfony/polyfill"
5142
                }
5255
                }
Zeile 5170... Zeile 5283...
5170
                "polyfill",
5283
                "polyfill",
5171
                "portable",
5284
                "portable",
5172
                "shim"
5285
                "shim"
5173
            ],
5286
            ],
5174
            "support": {
5287
            "support": {
5175
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
5288
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
5176
            },
5289
            },
5177
            "funding": [
5290
            "funding": [
5178
                {
5291
                {
5179
                    "url": "https://symfony.com/sponsor",
5292
                    "url": "https://symfony.com/sponsor",
5180
                    "type": "custom"
5293
                    "type": "custom"
Zeile 5186... Zeile 5299...
5186
                {
5299
                {
5187
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5300
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5188
                    "type": "tidelift"
5301
                    "type": "tidelift"
5189
                }
5302
                }
5190
            ],
5303
            ],
5191
            "time": "2022-11-03T14:55:06+00:00"
5304
            "time": "2023-01-26T09:26:14+00:00"
5192
        },
5305
        },
5193
        {
5306
        {
5194
            "name": "symfony/polyfill-php80",
5307
            "name": "symfony/polyfill-php80",
5195
            "version": "v1.27.0",
5308
            "version": "v1.28.0",
5196
            "source": {
5309
            "source": {
5197
                "type": "git",
5310
                "type": "git",
5198
                "url": "https://github.com/symfony/polyfill-php80.git",
5311
                "url": "https://github.com/symfony/polyfill-php80.git",
5199
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
5312
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
5200
            },
5313
            },
5201
            "dist": {
5314
            "dist": {
5202
                "type": "zip",
5315
                "type": "zip",
5203
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
5316
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
5204
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
5317
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
5205
                "shasum": ""
5318
                "shasum": ""
5206
            },
5319
            },
5207
            "require": {
5320
            "require": {
5208
                "php": ">=7.1"
5321
                "php": ">=7.1"
5209
            },
5322
            },
5210
            "type": "library",
5323
            "type": "library",
5211
            "extra": {
5324
            "extra": {
5212
                "branch-alias": {
5325
                "branch-alias": {
5213
                    "dev-main": "1.27-dev"
5326
                    "dev-main": "1.28-dev"
5214
                },
5327
                },
5215
                "thanks": {
5328
                "thanks": {
5216
                    "name": "symfony/polyfill",
5329
                    "name": "symfony/polyfill",
5217
                    "url": "https://github.com/symfony/polyfill"
5330
                    "url": "https://github.com/symfony/polyfill"
5218
                }
5331
                }
Zeile 5253... Zeile 5366...
5253
                "polyfill",
5366
                "polyfill",
5254
                "portable",
5367
                "portable",
5255
                "shim"
5368
                "shim"
5256
            ],
5369
            ],
5257
            "support": {
5370
            "support": {
5258
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
5371
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
-
 
5372
            },
-
 
5373
            "funding": [
-
 
5374
                {
-
 
5375
                    "url": "https://symfony.com/sponsor",
-
 
5376
                    "type": "custom"
-
 
5377
                },
-
 
5378
                {
-
 
5379
                    "url": "https://github.com/fabpot",
-
 
5380
                    "type": "github"
-
 
5381
                },
-
 
5382
                {
-
 
5383
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-
 
5384
                    "type": "tidelift"
-
 
5385
                }
-
 
5386
            ],
-
 
5387
            "time": "2023-01-26T09:26:14+00:00"
-
 
5388
        },
-
 
5389
        {
-
 
5390
            "name": "symfony/polyfill-php83",
-
 
5391
            "version": "v1.28.0",
-
 
5392
            "source": {
-
 
5393
                "type": "git",
-
 
5394
                "url": "https://github.com/symfony/polyfill-php83.git",
-
 
5395
                "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
-
 
5396
            },
-
 
5397
            "dist": {
-
 
5398
                "type": "zip",
-
 
5399
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
-
 
5400
                "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
-
 
5401
                "shasum": ""
-
 
5402
            },
-
 
5403
            "require": {
-
 
5404
                "php": ">=7.1",
-
 
5405
                "symfony/polyfill-php80": "^1.14"
-
 
5406
            },
-
 
5407
            "type": "library",
-
 
5408
            "extra": {
-
 
5409
                "branch-alias": {
-
 
5410
                    "dev-main": "1.28-dev"
-
 
5411
                },
-
 
5412
                "thanks": {
-
 
5413
                    "name": "symfony/polyfill",
-
 
5414
                    "url": "https://github.com/symfony/polyfill"
-
 
5415
                }
-
 
5416
            },
-
 
5417
            "autoload": {
-
 
5418
                "files": [
-
 
5419
                    "bootstrap.php"
-
 
5420
                ],
-
 
5421
                "psr-4": {
-
 
5422
                    "Symfony\\Polyfill\\Php83\\": ""
-
 
5423
                },
-
 
5424
                "classmap": [
-
 
5425
                    "Resources/stubs"
-
 
5426
                ]
-
 
5427
            },
-
 
5428
            "notification-url": "https://packagist.org/downloads/",
-
 
5429
            "license": [
-
 
5430
                "MIT"
-
 
5431
            ],
-
 
5432
            "authors": [
-
 
5433
                {
-
 
5434
                    "name": "Nicolas Grekas",
-
 
5435
                    "email": "p@tchwork.com"
-
 
5436
                },
-
 
5437
                {
-
 
5438
                    "name": "Symfony Community",
-
 
5439
                    "homepage": "https://symfony.com/contributors"
-
 
5440
                }
-
 
5441
            ],
-
 
5442
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
-
 
5443
            "homepage": "https://symfony.com",
-
 
5444
            "keywords": [
-
 
5445
                "compatibility",
-
 
5446
                "polyfill",
-
 
5447
                "portable",
-
 
5448
                "shim"
-
 
5449
            ],
-
 
5450
            "support": {
-
 
5451
                "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
5259
            },
5452
            },
5260
            "funding": [
5453
            "funding": [
5261
                {
5454
                {
5262
                    "url": "https://symfony.com/sponsor",
5455
                    "url": "https://symfony.com/sponsor",
5263
                    "type": "custom"
5456
                    "type": "custom"
Zeile 5269... Zeile 5462...
5269
                {
5462
                {
5270
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5463
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5271
                    "type": "tidelift"
5464
                    "type": "tidelift"
5272
                }
5465
                }
5273
            ],
5466
            ],
5274
            "time": "2022-11-03T14:55:06+00:00"
5467
            "time": "2023-08-16T06:22:46+00:00"
5275
        },
5468
        },
5276
        {
5469
        {
5277
            "name": "symfony/polyfill-uuid",
5470
            "name": "symfony/polyfill-uuid",
5278
            "version": "v1.27.0",
5471
            "version": "v1.28.0",
5279
            "source": {
5472
            "source": {
5280
                "type": "git",
5473
                "type": "git",
5281
                "url": "https://github.com/symfony/polyfill-uuid.git",
5474
                "url": "https://github.com/symfony/polyfill-uuid.git",
5282
                "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166"
5475
                "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e"
5283
            },
5476
            },
5284
            "dist": {
5477
            "dist": {
5285
                "type": "zip",
5478
                "type": "zip",
5286
                "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166",
5479
                "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e",
5287
                "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166",
5480
                "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e",
5288
                "shasum": ""
5481
                "shasum": ""
5289
            },
5482
            },
5290
            "require": {
5483
            "require": {
5291
                "php": ">=7.1"
5484
                "php": ">=7.1"
5292
            },
5485
            },
Zeile 5297... Zeile 5490...
5297
                "ext-uuid": "For best performance"
5490
                "ext-uuid": "For best performance"
5298
            },
5491
            },
5299
            "type": "library",
5492
            "type": "library",
5300
            "extra": {
5493
            "extra": {
5301
                "branch-alias": {
5494
                "branch-alias": {
5302
                    "dev-main": "1.27-dev"
5495
                    "dev-main": "1.28-dev"
5303
                },
5496
                },
5304
                "thanks": {
5497
                "thanks": {
5305
                    "name": "symfony/polyfill",
5498
                    "name": "symfony/polyfill",
5306
                    "url": "https://github.com/symfony/polyfill"
5499
                    "url": "https://github.com/symfony/polyfill"
5307
                }
5500
                }
Zeile 5335... Zeile 5528...
5335
                "polyfill",
5528
                "polyfill",
5336
                "portable",
5529
                "portable",
5337
                "uuid"
5530
                "uuid"
5338
            ],
5531
            ],
5339
            "support": {
5532
            "support": {
5340
                "source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0"
5533
                "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.0"
5341
            },
5534
            },
5342
            "funding": [
5535
            "funding": [
5343
                {
5536
                {
5344
                    "url": "https://symfony.com/sponsor",
5537
                    "url": "https://symfony.com/sponsor",
5345
                    "type": "custom"
5538
                    "type": "custom"
Zeile 5351... Zeile 5544...
5351
                {
5544
                {
5352
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5545
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5353
                    "type": "tidelift"
5546
                    "type": "tidelift"
5354
                }
5547
                }
5355
            ],
5548
            ],
5356
            "time": "2022-11-03T14:55:06+00:00"
5549
            "time": "2023-01-26T09:26:14+00:00"
5357
        },
5550
        },
5358
        {
5551
        {
5359
            "name": "symfony/process",
5552
            "name": "symfony/process",
5360
            "version": "v6.2.8",
5553
            "version": "v6.3.4",
5361
            "source": {
5554
            "source": {
5362
                "type": "git",
5555
                "type": "git",
5363
                "url": "https://github.com/symfony/process.git",
5556
                "url": "https://github.com/symfony/process.git",
5364
                "reference": "75ed64103df4f6615e15a7fe38b8111099f47416"
5557
                "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
5365
            },
5558
            },
5366
            "dist": {
5559
            "dist": {
5367
                "type": "zip",
5560
                "type": "zip",
5368
                "url": "https://api.github.com/repos/symfony/process/zipball/75ed64103df4f6615e15a7fe38b8111099f47416",
5561
                "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
5369
                "reference": "75ed64103df4f6615e15a7fe38b8111099f47416",
5562
                "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
5370
                "shasum": ""
5563
                "shasum": ""
5371
            },
5564
            },
5372
            "require": {
5565
            "require": {
5373
                "php": ">=8.1"
5566
                "php": ">=8.1"
5374
            },
5567
            },
Zeile 5396... Zeile 5589...
5396
                }
5589
                }
5397
            ],
5590
            ],
5398
            "description": "Executes commands in sub-processes",
5591
            "description": "Executes commands in sub-processes",
5399
            "homepage": "https://symfony.com",
5592
            "homepage": "https://symfony.com",
5400
            "support": {
5593
            "support": {
5401
                "source": "https://github.com/symfony/process/tree/v6.2.8"
5594
                "source": "https://github.com/symfony/process/tree/v6.3.4"
5402
            },
5595
            },
5403
            "funding": [
5596
            "funding": [
5404
                {
5597
                {
5405
                    "url": "https://symfony.com/sponsor",
5598
                    "url": "https://symfony.com/sponsor",
5406
                    "type": "custom"
5599
                    "type": "custom"
Zeile 5412... Zeile 5605...
5412
                {
5605
                {
5413
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5606
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5414
                    "type": "tidelift"
5607
                    "type": "tidelift"
5415
                }
5608
                }
5416
            ],
5609
            ],
5417
            "time": "2023-03-09T16:20:02+00:00"
5610
            "time": "2023-08-07T10:39:22+00:00"
5418
        },
5611
        },
5419
        {
5612
        {
5420
            "name": "symfony/routing",
5613
            "name": "symfony/routing",
5421
            "version": "v6.2.8",
5614
            "version": "v6.3.5",
5422
            "source": {
5615
            "source": {
5423
                "type": "git",
5616
                "type": "git",
5424
                "url": "https://github.com/symfony/routing.git",
5617
                "url": "https://github.com/symfony/routing.git",
5425
                "reference": "69062e2823f03b82265d73a966999660f0e1e404"
5618
                "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
5426
            },
5619
            },
5427
            "dist": {
5620
            "dist": {
5428
                "type": "zip",
5621
                "type": "zip",
5429
                "url": "https://api.github.com/repos/symfony/routing/zipball/69062e2823f03b82265d73a966999660f0e1e404",
5622
                "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
5430
                "reference": "69062e2823f03b82265d73a966999660f0e1e404",
5623
                "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
5431
                "shasum": ""
5624
                "shasum": ""
5432
            },
5625
            },
5433
            "require": {
5626
            "require": {
5434
                "php": ">=8.1"
5627
                "php": ">=8.1",
-
 
5628
                "symfony/deprecation-contracts": "^2.5|^3"
5435
            },
5629
            },
5436
            "conflict": {
5630
            "conflict": {
5437
                "doctrine/annotations": "<1.12",
5631
                "doctrine/annotations": "<1.12",
5438
                "symfony/config": "<6.2",
5632
                "symfony/config": "<6.2",
5439
                "symfony/dependency-injection": "<5.4",
5633
                "symfony/dependency-injection": "<5.4",
Zeile 5446... Zeile 5640...
5446
                "symfony/dependency-injection": "^5.4|^6.0",
5640
                "symfony/dependency-injection": "^5.4|^6.0",
5447
                "symfony/expression-language": "^5.4|^6.0",
5641
                "symfony/expression-language": "^5.4|^6.0",
5448
                "symfony/http-foundation": "^5.4|^6.0",
5642
                "symfony/http-foundation": "^5.4|^6.0",
5449
                "symfony/yaml": "^5.4|^6.0"
5643
                "symfony/yaml": "^5.4|^6.0"
5450
            },
5644
            },
5451
            "suggest": {
-
 
5452
                "symfony/config": "For using the all-in-one router or any loader",
-
 
5453
                "symfony/expression-language": "For using expression matching",
-
 
5454
                "symfony/http-foundation": "For using a Symfony Request object",
-
 
5455
                "symfony/yaml": "For using the YAML loader"
-
 
5456
            },
-
 
5457
            "type": "library",
5645
            "type": "library",
5458
            "autoload": {
5646
            "autoload": {
5459
                "psr-4": {
5647
                "psr-4": {
5460
                    "Symfony\\Component\\Routing\\": ""
5648
                    "Symfony\\Component\\Routing\\": ""
5461
                },
5649
                },
Zeile 5484... Zeile 5672...
5484
                "routing",
5672
                "routing",
5485
                "uri",
5673
                "uri",
5486
                "url"
5674
                "url"
5487
            ],
5675
            ],
5488
            "support": {
5676
            "support": {
5489
                "source": "https://github.com/symfony/routing/tree/v6.2.8"
5677
                "source": "https://github.com/symfony/routing/tree/v6.3.5"
5490
            },
5678
            },
5491
            "funding": [
5679
            "funding": [
5492
                {
5680
                {
5493
                    "url": "https://symfony.com/sponsor",
5681
                    "url": "https://symfony.com/sponsor",
5494
                    "type": "custom"
5682
                    "type": "custom"
Zeile 5500... Zeile 5688...
5500
                {
5688
                {
5501
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5689
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5502
                    "type": "tidelift"
5690
                    "type": "tidelift"
5503
                }
5691
                }
5504
            ],
5692
            ],
5505
            "time": "2023-03-14T15:00:05+00:00"
5693
            "time": "2023-09-20T16:05:51+00:00"
5506
        },
5694
        },
5507
        {
5695
        {
5508
            "name": "symfony/service-contracts",
5696
            "name": "symfony/service-contracts",
5509
            "version": "v3.2.1",
5697
            "version": "v3.3.0",
5510
            "source": {
5698
            "source": {
5511
                "type": "git",
5699
                "type": "git",
5512
                "url": "https://github.com/symfony/service-contracts.git",
5700
                "url": "https://github.com/symfony/service-contracts.git",
5513
                "reference": "a8c9cedf55f314f3a186041d19537303766df09a"
5701
                "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
5514
            },
5702
            },
5515
            "dist": {
5703
            "dist": {
5516
                "type": "zip",
5704
                "type": "zip",
5517
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a",
5705
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
5518
                "reference": "a8c9cedf55f314f3a186041d19537303766df09a",
5706
                "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
5519
                "shasum": ""
5707
                "shasum": ""
5520
            },
5708
            },
5521
            "require": {
5709
            "require": {
5522
                "php": ">=8.1",
5710
                "php": ">=8.1",
5523
                "psr/container": "^2.0"
5711
                "psr/container": "^2.0"
5524
            },
5712
            },
5525
            "conflict": {
5713
            "conflict": {
5526
                "ext-psr": "<1.1|>=2"
5714
                "ext-psr": "<1.1|>=2"
5527
            },
5715
            },
5528
            "suggest": {
-
 
5529
                "symfony/service-implementation": ""
-
 
5530
            },
-
 
5531
            "type": "library",
5716
            "type": "library",
5532
            "extra": {
5717
            "extra": {
5533
                "branch-alias": {
5718
                "branch-alias": {
5534
                    "dev-main": "3.3-dev"
5719
                    "dev-main": "3.4-dev"
5535
                },
5720
                },
5536
                "thanks": {
5721
                "thanks": {
5537
                    "name": "symfony/contracts",
5722
                    "name": "symfony/contracts",
5538
                    "url": "https://github.com/symfony/contracts"
5723
                    "url": "https://github.com/symfony/contracts"
5539
                }
5724
                }
Zeile 5569... Zeile 5754...
5569
                "interfaces",
5754
                "interfaces",
5570
                "interoperability",
5755
                "interoperability",
5571
                "standards"
5756
                "standards"
5572
            ],
5757
            ],
5573
            "support": {
5758
            "support": {
5574
                "source": "https://github.com/symfony/service-contracts/tree/v3.2.1"
5759
                "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
5575
            },
5760
            },
5576
            "funding": [
5761
            "funding": [
5577
                {
5762
                {
5578
                    "url": "https://symfony.com/sponsor",
5763
                    "url": "https://symfony.com/sponsor",
5579
                    "type": "custom"
5764
                    "type": "custom"
Zeile 5585... Zeile 5770...
5585
                {
5770
                {
5586
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5771
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5587
                    "type": "tidelift"
5772
                    "type": "tidelift"
5588
                }
5773
                }
5589
            ],
5774
            ],
5590
            "time": "2023-03-01T10:32:47+00:00"
5775
            "time": "2023-05-23T14:45:45+00:00"
5591
        },
5776
        },
5592
        {
5777
        {
5593
            "name": "symfony/string",
5778
            "name": "symfony/string",
5594
            "version": "v6.2.8",
5779
            "version": "v6.3.5",
5595
            "source": {
5780
            "source": {
5596
                "type": "git",
5781
                "type": "git",
5597
                "url": "https://github.com/symfony/string.git",
5782
                "url": "https://github.com/symfony/string.git",
5598
                "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef"
5783
                "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
5599
            },
5784
            },
5600
            "dist": {
5785
            "dist": {
5601
                "type": "zip",
5786
                "type": "zip",
5602
                "url": "https://api.github.com/repos/symfony/string/zipball/193e83bbd6617d6b2151c37fff10fa7168ebddef",
5787
                "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
5603
                "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef",
5788
                "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
5604
                "shasum": ""
5789
                "shasum": ""
5605
            },
5790
            },
5606
            "require": {
5791
            "require": {
5607
                "php": ">=8.1",
5792
                "php": ">=8.1",
5608
                "symfony/polyfill-ctype": "~1.8",
5793
                "symfony/polyfill-ctype": "~1.8",
5609
                "symfony/polyfill-intl-grapheme": "~1.0",
5794
                "symfony/polyfill-intl-grapheme": "~1.0",
5610
                "symfony/polyfill-intl-normalizer": "~1.0",
5795
                "symfony/polyfill-intl-normalizer": "~1.0",
5611
                "symfony/polyfill-mbstring": "~1.0"
5796
                "symfony/polyfill-mbstring": "~1.0"
5612
            },
5797
            },
5613
            "conflict": {
5798
            "conflict": {
5614
                "symfony/translation-contracts": "<2.0"
5799
                "symfony/translation-contracts": "<2.5"
5615
            },
5800
            },
5616
            "require-dev": {
5801
            "require-dev": {
5617
                "symfony/error-handler": "^5.4|^6.0",
5802
                "symfony/error-handler": "^5.4|^6.0",
5618
                "symfony/http-client": "^5.4|^6.0",
5803
                "symfony/http-client": "^5.4|^6.0",
5619
                "symfony/intl": "^6.2",
5804
                "symfony/intl": "^6.2",
5620
                "symfony/translation-contracts": "^2.0|^3.0",
5805
                "symfony/translation-contracts": "^2.5|^3.0",
5621
                "symfony/var-exporter": "^5.4|^6.0"
5806
                "symfony/var-exporter": "^5.4|^6.0"
5622
            },
5807
            },
5623
            "type": "library",
5808
            "type": "library",
5624
            "autoload": {
5809
            "autoload": {
5625
                "files": [
5810
                "files": [
Zeile 5655... Zeile 5840...
5655
                "unicode",
5840
                "unicode",
5656
                "utf-8",
5841
                "utf-8",
5657
                "utf8"
5842
                "utf8"
5658
            ],
5843
            ],
5659
            "support": {
5844
            "support": {
5660
                "source": "https://github.com/symfony/string/tree/v6.2.8"
5845
                "source": "https://github.com/symfony/string/tree/v6.3.5"
5661
            },
5846
            },
5662
            "funding": [
5847
            "funding": [
5663
                {
5848
                {
5664
                    "url": "https://symfony.com/sponsor",
5849
                    "url": "https://symfony.com/sponsor",
5665
                    "type": "custom"
5850
                    "type": "custom"
Zeile 5671... Zeile 5856...
5671
                {
5856
                {
5672
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5857
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5673
                    "type": "tidelift"
5858
                    "type": "tidelift"
5674
                }
5859
                }
5675
            ],
5860
            ],
5676
            "time": "2023-03-20T16:06:02+00:00"
5861
            "time": "2023-09-18T10:38:32+00:00"
5677
        },
5862
        },
5678
        {
5863
        {
5679
            "name": "symfony/translation",
5864
            "name": "symfony/translation",
5680
            "version": "v6.2.8",
5865
            "version": "v6.3.3",
5681
            "source": {
5866
            "source": {
5682
                "type": "git",
5867
                "type": "git",
5683
                "url": "https://github.com/symfony/translation.git",
5868
                "url": "https://github.com/symfony/translation.git",
5684
                "reference": "817535dbb1721df8b3a8f2489dc7e50bcd6209b5"
5869
                "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
5685
            },
5870
            },
5686
            "dist": {
5871
            "dist": {
5687
                "type": "zip",
5872
                "type": "zip",
5688
                "url": "https://api.github.com/repos/symfony/translation/zipball/817535dbb1721df8b3a8f2489dc7e50bcd6209b5",
5873
                "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
5689
                "reference": "817535dbb1721df8b3a8f2489dc7e50bcd6209b5",
5874
                "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
5690
                "shasum": ""
5875
                "shasum": ""
5691
            },
5876
            },
5692
            "require": {
5877
            "require": {
5693
                "php": ">=8.1",
5878
                "php": ">=8.1",
-
 
5879
                "symfony/deprecation-contracts": "^2.5|^3",
5694
                "symfony/polyfill-mbstring": "~1.0",
5880
                "symfony/polyfill-mbstring": "~1.0",
5695
                "symfony/translation-contracts": "^2.3|^3.0"
5881
                "symfony/translation-contracts": "^2.5|^3.0"
5696
            },
5882
            },
5697
            "conflict": {
5883
            "conflict": {
5698
                "symfony/config": "<5.4",
5884
                "symfony/config": "<5.4",
5699
                "symfony/console": "<5.4",
5885
                "symfony/console": "<5.4",
5700
                "symfony/dependency-injection": "<5.4",
5886
                "symfony/dependency-injection": "<5.4",
-
 
5887
                "symfony/http-client-contracts": "<2.5",
5701
                "symfony/http-kernel": "<5.4",
5888
                "symfony/http-kernel": "<5.4",
-
 
5889
                "symfony/service-contracts": "<2.5",
5702
                "symfony/twig-bundle": "<5.4",
5890
                "symfony/twig-bundle": "<5.4",
5703
                "symfony/yaml": "<5.4"
5891
                "symfony/yaml": "<5.4"
5704
            },
5892
            },
5705
            "provide": {
5893
            "provide": {
5706
                "symfony/translation-implementation": "2.3|3.0"
5894
                "symfony/translation-implementation": "2.3|3.0"
Zeile 5710... Zeile 5898...
5710
                "psr/log": "^1|^2|^3",
5898
                "psr/log": "^1|^2|^3",
5711
                "symfony/config": "^5.4|^6.0",
5899
                "symfony/config": "^5.4|^6.0",
5712
                "symfony/console": "^5.4|^6.0",
5900
                "symfony/console": "^5.4|^6.0",
5713
                "symfony/dependency-injection": "^5.4|^6.0",
5901
                "symfony/dependency-injection": "^5.4|^6.0",
5714
                "symfony/finder": "^5.4|^6.0",
5902
                "symfony/finder": "^5.4|^6.0",
5715
                "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
5903
                "symfony/http-client-contracts": "^2.5|^3.0",
5716
                "symfony/http-kernel": "^5.4|^6.0",
5904
                "symfony/http-kernel": "^5.4|^6.0",
5717
                "symfony/intl": "^5.4|^6.0",
5905
                "symfony/intl": "^5.4|^6.0",
5718
                "symfony/polyfill-intl-icu": "^1.21",
5906
                "symfony/polyfill-intl-icu": "^1.21",
5719
                "symfony/routing": "^5.4|^6.0",
5907
                "symfony/routing": "^5.4|^6.0",
5720
                "symfony/service-contracts": "^1.1.2|^2|^3",
5908
                "symfony/service-contracts": "^2.5|^3",
5721
                "symfony/yaml": "^5.4|^6.0"
5909
                "symfony/yaml": "^5.4|^6.0"
5722
            },
5910
            },
5723
            "suggest": {
-
 
5724
                "nikic/php-parser": "To use PhpAstExtractor",
-
 
5725
                "psr/log-implementation": "To use logging capability in translator",
-
 
5726
                "symfony/config": "",
-
 
5727
                "symfony/yaml": ""
-
 
5728
            },
-
 
5729
            "type": "library",
5911
            "type": "library",
5730
            "autoload": {
5912
            "autoload": {
5731
                "files": [
5913
                "files": [
5732
                    "Resources/functions.php"
5914
                    "Resources/functions.php"
5733
                ],
5915
                ],
Zeile 5753... Zeile 5935...
5753
                }
5935
                }
5754
            ],
5936
            ],
5755
            "description": "Provides tools to internationalize your application",
5937
            "description": "Provides tools to internationalize your application",
5756
            "homepage": "https://symfony.com",
5938
            "homepage": "https://symfony.com",
5757
            "support": {
5939
            "support": {
5758
                "source": "https://github.com/symfony/translation/tree/v6.2.8"
5940
                "source": "https://github.com/symfony/translation/tree/v6.3.3"
5759
            },
5941
            },
5760
            "funding": [
5942
            "funding": [
5761
                {
5943
                {
5762
                    "url": "https://symfony.com/sponsor",
5944
                    "url": "https://symfony.com/sponsor",
5763
                    "type": "custom"
5945
                    "type": "custom"
Zeile 5769... Zeile 5951...
5769
                {
5951
                {
5770
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5952
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5771
                    "type": "tidelift"
5953
                    "type": "tidelift"
5772
                }
5954
                }
5773
            ],
5955
            ],
5774
            "time": "2023-03-31T09:14:44+00:00"
5956
            "time": "2023-07-31T07:08:24+00:00"
5775
        },
5957
        },
5776
        {
5958
        {
5777
            "name": "symfony/translation-contracts",
5959
            "name": "symfony/translation-contracts",
5778
            "version": "v3.2.1",
5960
            "version": "v3.3.0",
5779
            "source": {
5961
            "source": {
5780
                "type": "git",
5962
                "type": "git",
5781
                "url": "https://github.com/symfony/translation-contracts.git",
5963
                "url": "https://github.com/symfony/translation-contracts.git",
5782
                "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8"
5964
                "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
5783
            },
5965
            },
5784
            "dist": {
5966
            "dist": {
5785
                "type": "zip",
5967
                "type": "zip",
5786
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dfec258b9dd17a6b24420d464c43bffe347441c8",
5968
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
5787
                "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8",
5969
                "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
5788
                "shasum": ""
5970
                "shasum": ""
5789
            },
5971
            },
5790
            "require": {
5972
            "require": {
5791
                "php": ">=8.1"
5973
                "php": ">=8.1"
5792
            },
5974
            },
5793
            "suggest": {
-
 
5794
                "symfony/translation-implementation": ""
-
 
5795
            },
-
 
5796
            "type": "library",
5975
            "type": "library",
5797
            "extra": {
5976
            "extra": {
5798
                "branch-alias": {
5977
                "branch-alias": {
5799
                    "dev-main": "3.3-dev"
5978
                    "dev-main": "3.4-dev"
5800
                },
5979
                },
5801
                "thanks": {
5980
                "thanks": {
5802
                    "name": "symfony/contracts",
5981
                    "name": "symfony/contracts",
5803
                    "url": "https://github.com/symfony/contracts"
5982
                    "url": "https://github.com/symfony/contracts"
5804
                }
5983
                }
Zeile 5834... Zeile 6013...
5834
                "interfaces",
6013
                "interfaces",
5835
                "interoperability",
6014
                "interoperability",
5836
                "standards"
6015
                "standards"
5837
            ],
6016
            ],
5838
            "support": {
6017
            "support": {
5839
                "source": "https://github.com/symfony/translation-contracts/tree/v3.2.1"
6018
                "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
5840
            },
6019
            },
5841
            "funding": [
6020
            "funding": [
5842
                {
6021
                {
5843
                    "url": "https://symfony.com/sponsor",
6022
                    "url": "https://symfony.com/sponsor",
5844
                    "type": "custom"
6023
                    "type": "custom"
Zeile 5850... Zeile 6029...
5850
                {
6029
                {
5851
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6030
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5852
                    "type": "tidelift"
6031
                    "type": "tidelift"
5853
                }
6032
                }
5854
            ],
6033
            ],
5855
            "time": "2023-03-01T10:32:47+00:00"
6034
            "time": "2023-05-30T17:17:10+00:00"
5856
        },
6035
        },
5857
        {
6036
        {
5858
            "name": "symfony/uid",
6037
            "name": "symfony/uid",
5859
            "version": "v6.2.7",
6038
            "version": "v6.3.0",
5860
            "source": {
6039
            "source": {
5861
                "type": "git",
6040
                "type": "git",
5862
                "url": "https://github.com/symfony/uid.git",
6041
                "url": "https://github.com/symfony/uid.git",
5863
                "reference": "d30c72a63897cfa043e1de4d4dd2ffa9ecefcdc0"
6042
                "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384"
5864
            },
6043
            },
5865
            "dist": {
6044
            "dist": {
5866
                "type": "zip",
6045
                "type": "zip",
5867
                "url": "https://api.github.com/repos/symfony/uid/zipball/d30c72a63897cfa043e1de4d4dd2ffa9ecefcdc0",
6046
                "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384",
5868
                "reference": "d30c72a63897cfa043e1de4d4dd2ffa9ecefcdc0",
6047
                "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384",
5869
                "shasum": ""
6048
                "shasum": ""
5870
            },
6049
            },
5871
            "require": {
6050
            "require": {
5872
                "php": ">=8.1",
6051
                "php": ">=8.1",
5873
                "symfony/polyfill-uuid": "^1.15"
6052
                "symfony/polyfill-uuid": "^1.15"
Zeile 5908... Zeile 6087...
5908
                "UID",
6087
                "UID",
5909
                "ulid",
6088
                "ulid",
5910
                "uuid"
6089
                "uuid"
5911
            ],
6090
            ],
5912
            "support": {
6091
            "support": {
5913
                "source": "https://github.com/symfony/uid/tree/v6.2.7"
6092
                "source": "https://github.com/symfony/uid/tree/v6.3.0"
5914
            },
6093
            },
5915
            "funding": [
6094
            "funding": [
5916
                {
6095
                {
5917
                    "url": "https://symfony.com/sponsor",
6096
                    "url": "https://symfony.com/sponsor",
5918
                    "type": "custom"
6097
                    "type": "custom"
Zeile 5924... Zeile 6103...
5924
                {
6103
                {
5925
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6104
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5926
                    "type": "tidelift"
6105
                    "type": "tidelift"
5927
                }
6106
                }
5928
            ],
6107
            ],
5929
            "time": "2023-02-14T08:44:56+00:00"
6108
            "time": "2023-04-08T07:25:02+00:00"
5930
        },
6109
        },
5931
        {
6110
        {
5932
            "name": "symfony/var-dumper",
6111
            "name": "symfony/var-dumper",
5933
            "version": "v6.2.8",
6112
            "version": "v6.3.5",
5934
            "source": {
6113
            "source": {
5935
                "type": "git",
6114
                "type": "git",
5936
                "url": "https://github.com/symfony/var-dumper.git",
6115
                "url": "https://github.com/symfony/var-dumper.git",
5937
                "reference": "d37ab6787be2db993747b6218fcc96e8e3bb4bd0"
6116
                "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5"
5938
            },
6117
            },
5939
            "dist": {
6118
            "dist": {
5940
                "type": "zip",
6119
                "type": "zip",
5941
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d37ab6787be2db993747b6218fcc96e8e3bb4bd0",
6120
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5",
5942
                "reference": "d37ab6787be2db993747b6218fcc96e8e3bb4bd0",
6121
                "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5",
5943
                "shasum": ""
6122
                "shasum": ""
5944
            },
6123
            },
5945
            "require": {
6124
            "require": {
5946
                "php": ">=8.1",
6125
                "php": ">=8.1",
-
 
6126
                "symfony/deprecation-contracts": "^2.5|^3",
5947
                "symfony/polyfill-mbstring": "~1.0"
6127
                "symfony/polyfill-mbstring": "~1.0"
5948
            },
6128
            },
5949
            "conflict": {
6129
            "conflict": {
5950
                "phpunit/phpunit": "<5.4.3",
-
 
5951
                "symfony/console": "<5.4"
6130
                "symfony/console": "<5.4"
5952
            },
6131
            },
5953
            "require-dev": {
6132
            "require-dev": {
5954
                "ext-iconv": "*",
6133
                "ext-iconv": "*",
5955
                "symfony/console": "^5.4|^6.0",
6134
                "symfony/console": "^5.4|^6.0",
-
 
6135
                "symfony/http-kernel": "^5.4|^6.0",
5956
                "symfony/process": "^5.4|^6.0",
6136
                "symfony/process": "^5.4|^6.0",
5957
                "symfony/uid": "^5.4|^6.0",
6137
                "symfony/uid": "^5.4|^6.0",
5958
                "twig/twig": "^2.13|^3.0.4"
6138
                "twig/twig": "^2.13|^3.0.4"
5959
            },
6139
            },
5960
            "suggest": {
-
 
5961
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
-
 
5962
                "ext-intl": "To show region name in time zone dump",
-
 
5963
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
-
 
5964
            },
-
 
5965
            "bin": [
6140
            "bin": [
5966
                "Resources/bin/var-dump-server"
6141
                "Resources/bin/var-dump-server"
5967
            ],
6142
            ],
5968
            "type": "library",
6143
            "type": "library",
5969
            "autoload": {
6144
            "autoload": {
Zeile 5996... Zeile 6171...
5996
            "keywords": [
6171
            "keywords": [
5997
                "debug",
6172
                "debug",
5998
                "dump"
6173
                "dump"
5999
            ],
6174
            ],
6000
            "support": {
6175
            "support": {
6001
                "source": "https://github.com/symfony/var-dumper/tree/v6.2.8"
6176
                "source": "https://github.com/symfony/var-dumper/tree/v6.3.5"
6002
            },
6177
            },
6003
            "funding": [
6178
            "funding": [
6004
                {
6179
                {
6005
                    "url": "https://symfony.com/sponsor",
6180
                    "url": "https://symfony.com/sponsor",
6006
                    "type": "custom"
6181
                    "type": "custom"
Zeile 6012... Zeile 6187...
6012
                {
6187
                {
6013
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6188
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6014
                    "type": "tidelift"
6189
                    "type": "tidelift"
6015
                }
6190
                }
6016
            ],
6191
            ],
6017
            "time": "2023-03-29T21:42:15+00:00"
6192
            "time": "2023-09-12T10:11:35+00:00"
6018
        },
6193
        },
6019
        {
6194
        {
6020
            "name": "tijsverkoyen/css-to-inline-styles",
6195
            "name": "tijsverkoyen/css-to-inline-styles",
6021
            "version": "2.2.6",
6196
            "version": "2.2.6",
6022
            "source": {
6197
            "source": {
Zeile 6437... Zeile 6612...
6437
            ],
6612
            ],
6438
            "time": "2022-12-30T00:23:10+00:00"
6613
            "time": "2022-12-30T00:23:10+00:00"
6439
        },
6614
        },
6440
        {
6615
        {
6441
            "name": "fakerphp/faker",
6616
            "name": "fakerphp/faker",
6442
            "version": "v1.21.0",
6617
            "version": "v1.23.0",
6443
            "source": {
6618
            "source": {
6444
                "type": "git",
6619
                "type": "git",
6445
                "url": "https://github.com/FakerPHP/Faker.git",
6620
                "url": "https://github.com/FakerPHP/Faker.git",
6446
                "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d"
6621
                "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
6447
            },
6622
            },
6448
            "dist": {
6623
            "dist": {
6449
                "type": "zip",
6624
                "type": "zip",
6450
                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d",
6625
                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
6451
                "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d",
6626
                "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
6452
                "shasum": ""
6627
                "shasum": ""
6453
            },
6628
            },
6454
            "require": {
6629
            "require": {
6455
                "php": "^7.4 || ^8.0",
6630
                "php": "^7.4 || ^8.0",
6456
                "psr/container": "^1.0 || ^2.0",
6631
                "psr/container": "^1.0 || ^2.0",
Zeile 6499... Zeile 6674...
6499
                "faker",
6674
                "faker",
6500
                "fixtures"
6675
                "fixtures"
6501
            ],
6676
            ],
6502
            "support": {
6677
            "support": {
6503
                "issues": "https://github.com/FakerPHP/Faker/issues",
6678
                "issues": "https://github.com/FakerPHP/Faker/issues",
6504
                "source": "https://github.com/FakerPHP/Faker/tree/v1.21.0"
6679
                "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
6505
            },
6680
            },
6506
            "time": "2022-12-13T13:54:32+00:00"
6681
            "time": "2023-06-12T08:44:38+00:00"
6507
        },
6682
        },
6508
        {
6683
        {
6509
            "name": "filp/whoops",
6684
            "name": "filp/whoops",
6510
            "version": "2.15.2",
6685
            "version": "2.15.3",
6511
            "source": {
6686
            "source": {
6512
                "type": "git",
6687
                "type": "git",
6513
                "url": "https://github.com/filp/whoops.git",
6688
                "url": "https://github.com/filp/whoops.git",
6514
                "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73"
6689
                "reference": "c83e88a30524f9360b11f585f71e6b17313b7187"
6515
            },
6690
            },
6516
            "dist": {
6691
            "dist": {
6517
                "type": "zip",
6692
                "type": "zip",
6518
                "url": "https://api.github.com/repos/filp/whoops/zipball/aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
6693
                "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187",
6519
                "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
6694
                "reference": "c83e88a30524f9360b11f585f71e6b17313b7187",
6520
                "shasum": ""
6695
                "shasum": ""
6521
            },
6696
            },
6522
            "require": {
6697
            "require": {
6523
                "php": "^5.5.9 || ^7.0 || ^8.0",
6698
                "php": "^5.5.9 || ^7.0 || ^8.0",
6524
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
6699
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
Zeile 6564... Zeile 6739...
6564
                "throwable",
6739
                "throwable",
6565
                "whoops"
6740
                "whoops"
6566
            ],
6741
            ],
6567
            "support": {
6742
            "support": {
6568
                "issues": "https://github.com/filp/whoops/issues",
6743
                "issues": "https://github.com/filp/whoops/issues",
6569
                "source": "https://github.com/filp/whoops/tree/2.15.2"
6744
                "source": "https://github.com/filp/whoops/tree/2.15.3"
6570
            },
6745
            },
6571
            "funding": [
6746
            "funding": [
6572
                {
6747
                {
6573
                    "url": "https://github.com/denis-sokolov",
6748
                    "url": "https://github.com/denis-sokolov",
6574
                    "type": "github"
6749
                    "type": "github"
6575
                }
6750
                }
6576
            ],
6751
            ],
6577
            "time": "2023-04-12T12:00:00+00:00"
6752
            "time": "2023-07-13T12:00:00+00:00"
6578
        },
6753
        },
6579
        {
6754
        {
6580
            "name": "hamcrest/hamcrest-php",
6755
            "name": "hamcrest/hamcrest-php",
6581
            "version": "v2.0.1",
6756
            "version": "v2.0.1",
6582
            "source": {
6757
            "source": {
Zeile 6627... Zeile 6802...
6627
            },
6802
            },
6628
            "time": "2020-07-09T08:09:16+00:00"
6803
            "time": "2020-07-09T08:09:16+00:00"
6629
        },
6804
        },
6630
        {
6805
        {
6631
            "name": "laravel/pint",
6806
            "name": "laravel/pint",
6632
            "version": "v1.9.0",
6807
            "version": "v1.13.2",
6633
            "source": {
6808
            "source": {
6634
                "type": "git",
6809
                "type": "git",
6635
                "url": "https://github.com/laravel/pint.git",
6810
                "url": "https://github.com/laravel/pint.git",
6636
                "reference": "eac5ec3d6b5c96543c682e309a10fdddc9f61d80"
6811
                "reference": "bbb13460d7f8c5c0cd9a58109beedd79cd7331ff"
6637
            },
6812
            },
6638
            "dist": {
6813
            "dist": {
6639
                "type": "zip",
6814
                "type": "zip",
6640
                "url": "https://api.github.com/repos/laravel/pint/zipball/eac5ec3d6b5c96543c682e309a10fdddc9f61d80",
6815
                "url": "https://api.github.com/repos/laravel/pint/zipball/bbb13460d7f8c5c0cd9a58109beedd79cd7331ff",
6641
                "reference": "eac5ec3d6b5c96543c682e309a10fdddc9f61d80",
6816
                "reference": "bbb13460d7f8c5c0cd9a58109beedd79cd7331ff",
6642
                "shasum": ""
6817
                "shasum": ""
6643
            },
6818
            },
6644
            "require": {
6819
            "require": {
6645
                "ext-json": "*",
6820
                "ext-json": "*",
6646
                "ext-mbstring": "*",
6821
                "ext-mbstring": "*",
6647
                "ext-tokenizer": "*",
6822
                "ext-tokenizer": "*",
6648
                "ext-xml": "*",
6823
                "ext-xml": "*",
6649
                "php": "^8.1.0"
6824
                "php": "^8.1.0"
6650
            },
6825
            },
6651
            "require-dev": {
6826
            "require-dev": {
6652
                "friendsofphp/php-cs-fixer": "^3.16.0",
6827
                "friendsofphp/php-cs-fixer": "^3.26.1",
6653
                "illuminate/view": "^10.5.1",
6828
                "illuminate/view": "^10.23.1",
6654
                "laravel-zero/framework": "^10.0.2",
6829
                "laravel-zero/framework": "^10.1.2",
6655
                "mockery/mockery": "^1.5.1",
6830
                "mockery/mockery": "^1.6.6",
6656
                "nunomaduro/larastan": "^2.5.1",
6831
                "nunomaduro/larastan": "^2.6.4",
6657
                "nunomaduro/termwind": "^1.15.1",
6832
                "nunomaduro/termwind": "^1.15.1",
6658
                "pestphp/pest": "^2.4.0"
6833
                "pestphp/pest": "^2.18.2"
6659
            },
6834
            },
6660
            "bin": [
6835
            "bin": [
6661
                "builds/pint"
6836
                "builds/pint"
6662
            ],
6837
            ],
6663
            "type": "project",
6838
            "type": "project",
Zeile 6689... Zeile 6864...
6689
            ],
6864
            ],
6690
            "support": {
6865
            "support": {
6691
                "issues": "https://github.com/laravel/pint/issues",
6866
                "issues": "https://github.com/laravel/pint/issues",
6692
                "source": "https://github.com/laravel/pint"
6867
                "source": "https://github.com/laravel/pint"
6693
            },
6868
            },
6694
            "time": "2023-04-18T14:50:44+00:00"
6869
            "time": "2023-09-19T15:55:02+00:00"
6695
        },
6870
        },
6696
        {
6871
        {
6697
            "name": "laravel/sail",
6872
            "name": "laravel/sail",
6698
            "version": "v1.21.4",
6873
            "version": "v1.25.0",
6699
            "source": {
6874
            "source": {
6700
                "type": "git",
6875
                "type": "git",
6701
                "url": "https://github.com/laravel/sail.git",
6876
                "url": "https://github.com/laravel/sail.git",
6702
                "reference": "5e59b4a57181020477e2b18943b27493638e3f89"
6877
                "reference": "e81a7bd7ac1a745ccb25572830fecf74a89bb48a"
6703
            },
6878
            },
6704
            "dist": {
6879
            "dist": {
6705
                "type": "zip",
6880
                "type": "zip",
6706
                "url": "https://api.github.com/repos/laravel/sail/zipball/5e59b4a57181020477e2b18943b27493638e3f89",
6881
                "url": "https://api.github.com/repos/laravel/sail/zipball/e81a7bd7ac1a745ccb25572830fecf74a89bb48a",
6707
                "reference": "5e59b4a57181020477e2b18943b27493638e3f89",
6882
                "reference": "e81a7bd7ac1a745ccb25572830fecf74a89bb48a",
6708
                "shasum": ""
6883
                "shasum": ""
6709
            },
6884
            },
6710
            "require": {
6885
            "require": {
6711
                "illuminate/console": "^8.0|^9.0|^10.0",
6886
                "illuminate/console": "^8.0|^9.0|^10.0",
6712
                "illuminate/contracts": "^8.0|^9.0|^10.0",
6887
                "illuminate/contracts": "^8.0|^9.0|^10.0",
6713
                "illuminate/support": "^8.0|^9.0|^10.0",
6888
                "illuminate/support": "^8.0|^9.0|^10.0",
6714
                "php": "^7.3|^8.0",
6889
                "php": "^8.0",
6715
                "symfony/yaml": "^6.0"
6890
                "symfony/yaml": "^6.0"
6716
            },
6891
            },
6717
            "require-dev": {
6892
            "require-dev": {
6718
                "orchestra/testbench": "^6.0|^7.0|^8.0",
6893
                "orchestra/testbench": "^6.0|^7.0|^8.0",
6719
                "phpstan/phpstan": "^1.10"
6894
                "phpstan/phpstan": "^1.10"
Zeile 6754... Zeile 6929...
6754
            ],
6929
            ],
6755
            "support": {
6930
            "support": {
6756
                "issues": "https://github.com/laravel/sail/issues",
6931
                "issues": "https://github.com/laravel/sail/issues",
6757
                "source": "https://github.com/laravel/sail"
6932
                "source": "https://github.com/laravel/sail"
6758
            },
6933
            },
6759
            "time": "2023-03-30T12:28:55+00:00"
6934
            "time": "2023-09-11T17:37:09+00:00"
6760
        },
6935
        },
6761
        {
6936
        {
6762
            "name": "mockery/mockery",
6937
            "name": "mockery/mockery",
6763
            "version": "1.5.1",
6938
            "version": "1.6.6",
6764
            "source": {
6939
            "source": {
6765
                "type": "git",
6940
                "type": "git",
6766
                "url": "https://github.com/mockery/mockery.git",
6941
                "url": "https://github.com/mockery/mockery.git",
6767
                "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
6942
                "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e"
6768
            },
6943
            },
6769
            "dist": {
6944
            "dist": {
6770
                "type": "zip",
6945
                "type": "zip",
6771
                "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
6946
                "url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e",
6772
                "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
6947
                "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e",
6773
                "shasum": ""
6948
                "shasum": ""
6774
            },
6949
            },
6775
            "require": {
6950
            "require": {
6776
                "hamcrest/hamcrest-php": "^2.0.1",
6951
                "hamcrest/hamcrest-php": "^2.0.1",
6777
                "lib-pcre": ">=7.0",
6952
                "lib-pcre": ">=7.0",
6778
                "php": "^7.3 || ^8.0"
6953
                "php": ">=7.3"
6779
            },
6954
            },
6780
            "conflict": {
6955
            "conflict": {
6781
                "phpunit/phpunit": "<8.0"
6956
                "phpunit/phpunit": "<8.0"
6782
            },
6957
            },
6783
            "require-dev": {
6958
            "require-dev": {
6784
                "phpunit/phpunit": "^8.5 || ^9.3"
6959
                "phpunit/phpunit": "^8.5 || ^9.6.10",
-
 
6960
                "psalm/plugin-phpunit": "^0.18.4",
-
 
6961
                "symplify/easy-coding-standard": "^11.5.0",
-
 
6962
                "vimeo/psalm": "^4.30"
6785
            },
6963
            },
6786
            "type": "library",
6964
            "type": "library",
6787
            "extra": {
-
 
6788
                "branch-alias": {
-
 
6789
                    "dev-master": "1.4.x-dev"
-
 
6790
                }
-
 
6791
            },
-
 
6792
            "autoload": {
6965
            "autoload": {
-
 
6966
                "files": [
-
 
6967
                    "library/helpers.php",
-
 
6968
                    "library/Mockery.php"
-
 
6969
                ],
6793
                "psr-0": {
6970
                "psr-4": {
6794
                    "Mockery": "library/"
6971
                    "Mockery\\": "library/Mockery"
6795
                }
6972
                }
6796
            },
6973
            },
6797
            "notification-url": "https://packagist.org/downloads/",
6974
            "notification-url": "https://packagist.org/downloads/",
6798
            "license": [
6975
            "license": [
6799
                "BSD-3-Clause"
6976
                "BSD-3-Clause"
6800
            ],
6977
            ],
6801
            "authors": [
6978
            "authors": [
6802
                {
6979
                {
6803
                    "name": "PĂ¡draic Brady",
6980
                    "name": "PĂ¡draic Brady",
6804
                    "email": "padraic.brady@gmail.com",
6981
                    "email": "padraic.brady@gmail.com",
6805
                    "homepage": "http://blog.astrumfutura.com"
6982
                    "homepage": "https://github.com/padraic",
-
 
6983
                    "role": "Author"
6806
                },
6984
                },
6807
                {
6985
                {
6808
                    "name": "Dave Marshall",
6986
                    "name": "Dave Marshall",
6809
                    "email": "dave.marshall@atstsolutions.co.uk",
6987
                    "email": "dave.marshall@atstsolutions.co.uk",
6810
                    "homepage": "http://davedevelopment.co.uk"
6988
                    "homepage": "https://davedevelopment.co.uk",
-
 
6989
                    "role": "Developer"
-
 
6990
                },
-
 
6991
                {
-
 
6992
                    "name": "Nathanael Esayeas",
-
 
6993
                    "email": "nathanael.esayeas@protonmail.com",
-
 
6994
                    "homepage": "https://github.com/ghostwriter",
-
 
6995
                    "role": "Lead Developer"
6811
                }
6996
                }
6812
            ],
6997
            ],
6813
            "description": "Mockery is a simple yet flexible PHP mock object framework",
6998
            "description": "Mockery is a simple yet flexible PHP mock object framework",
6814
            "homepage": "https://github.com/mockery/mockery",
6999
            "homepage": "https://github.com/mockery/mockery",
6815
            "keywords": [
7000
            "keywords": [
Zeile 6823... Zeile 7008...
6823
                "test",
7008
                "test",
6824
                "test double",
7009
                "test double",
6825
                "testing"
7010
                "testing"
6826
            ],
7011
            ],
6827
            "support": {
7012
            "support": {
-
 
7013
                "docs": "https://docs.mockery.io/",
6828
                "issues": "https://github.com/mockery/mockery/issues",
7014
                "issues": "https://github.com/mockery/mockery/issues",
-
 
7015
                "rss": "https://github.com/mockery/mockery/releases.atom",
-
 
7016
                "security": "https://github.com/mockery/mockery/security/advisories",
6829
                "source": "https://github.com/mockery/mockery/tree/1.5.1"
7017
                "source": "https://github.com/mockery/mockery"
6830
            },
7018
            },
6831
            "time": "2022-09-07T15:32:08+00:00"
7019
            "time": "2023-08-09T00:03:52+00:00"
6832
        },
7020
        },
6833
        {
7021
        {
6834
            "name": "myclabs/deep-copy",
7022
            "name": "myclabs/deep-copy",
6835
            "version": "1.11.1",
7023
            "version": "1.11.1",
6836
            "source": {
7024
            "source": {
Zeile 7088... Zeile 7276...
7088
            },
7276
            },
7089
            "time": "2022-02-21T01:04:05+00:00"
7277
            "time": "2022-02-21T01:04:05+00:00"
7090
        },
7278
        },
7091
        {
7279
        {
7092
            "name": "phpunit/php-code-coverage",
7280
            "name": "phpunit/php-code-coverage",
7093
            "version": "9.2.26",
7281
            "version": "9.2.29",
7094
            "source": {
7282
            "source": {
7095
                "type": "git",
7283
                "type": "git",
7096
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7284
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7097
                "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
7285
                "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
7098
            },
7286
            },
7099
            "dist": {
7287
            "dist": {
7100
                "type": "zip",
7288
                "type": "zip",
7101
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
7289
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
7102
                "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
7290
                "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
7103
                "shasum": ""
7291
                "shasum": ""
7104
            },
7292
            },
7105
            "require": {
7293
            "require": {
7106
                "ext-dom": "*",
7294
                "ext-dom": "*",
7107
                "ext-libxml": "*",
7295
                "ext-libxml": "*",
Zeile 7153... Zeile 7341...
7153
                "testing",
7341
                "testing",
7154
                "xunit"
7342
                "xunit"
7155
            ],
7343
            ],
7156
            "support": {
7344
            "support": {
7157
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
7345
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
-
 
7346
                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
7158
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
7347
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
7159
            },
7348
            },
7160
            "funding": [
7349
            "funding": [
7161
                {
7350
                {
7162
                    "url": "https://github.com/sebastianbergmann",
7351
                    "url": "https://github.com/sebastianbergmann",
7163
                    "type": "github"
7352
                    "type": "github"
7164
                }
7353
                }
7165
            ],
7354
            ],
7166
            "time": "2023-03-06T12:58:08+00:00"
7355
            "time": "2023-09-19T04:57:46+00:00"
7167
        },
7356
        },
7168
        {
7357
        {
7169
            "name": "phpunit/php-file-iterator",
7358
            "name": "phpunit/php-file-iterator",
7170
            "version": "3.0.6",
7359
            "version": "3.0.6",
7171
            "source": {
7360
            "source": {
Zeile 7406... Zeile 7595...
7406
            ],
7595
            ],
7407
            "time": "2020-10-26T13:16:10+00:00"
7596
            "time": "2020-10-26T13:16:10+00:00"
7408
        },
7597
        },
7409
        {
7598
        {
7410
            "name": "phpunit/phpunit",
7599
            "name": "phpunit/phpunit",
7411
            "version": "9.6.7",
7600
            "version": "9.6.13",
7412
            "source": {
7601
            "source": {
7413
                "type": "git",
7602
                "type": "git",
7414
                "url": "https://github.com/sebastianbergmann/phpunit.git",
7603
                "url": "https://github.com/sebastianbergmann/phpunit.git",
7415
                "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2"
7604
                "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be"
7416
            },
7605
            },
7417
            "dist": {
7606
            "dist": {
7418
                "type": "zip",
7607
                "type": "zip",
7419
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
7608
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be",
7420
                "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
7609
                "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be",
7421
                "shasum": ""
7610
                "shasum": ""
7422
            },
7611
            },
7423
            "require": {
7612
            "require": {
7424
                "doctrine/instantiator": "^1.3.1 || ^2",
7613
                "doctrine/instantiator": "^1.3.1 || ^2",
7425
                "ext-dom": "*",
7614
                "ext-dom": "*",
Zeile 7430... Zeile 7619...
7430
                "ext-xmlwriter": "*",
7619
                "ext-xmlwriter": "*",
7431
                "myclabs/deep-copy": "^1.10.1",
7620
                "myclabs/deep-copy": "^1.10.1",
7432
                "phar-io/manifest": "^2.0.3",
7621
                "phar-io/manifest": "^2.0.3",
7433
                "phar-io/version": "^3.0.2",
7622
                "phar-io/version": "^3.0.2",
7434
                "php": ">=7.3",
7623
                "php": ">=7.3",
7435
                "phpunit/php-code-coverage": "^9.2.13",
7624
                "phpunit/php-code-coverage": "^9.2.28",
7436
                "phpunit/php-file-iterator": "^3.0.5",
7625
                "phpunit/php-file-iterator": "^3.0.5",
7437
                "phpunit/php-invoker": "^3.1.1",
7626
                "phpunit/php-invoker": "^3.1.1",
7438
                "phpunit/php-text-template": "^2.0.3",
7627
                "phpunit/php-text-template": "^2.0.3",
7439
                "phpunit/php-timer": "^5.0.2",
7628
                "phpunit/php-timer": "^5.0.2",
7440
                "sebastian/cli-parser": "^1.0.1",
7629
                "sebastian/cli-parser": "^1.0.1",
Zeile 7489... Zeile 7678...
7489
                "xunit"
7678
                "xunit"
7490
            ],
7679
            ],
7491
            "support": {
7680
            "support": {
7492
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
7681
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
7493
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
7682
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
7494
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7"
7683
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13"
7495
            },
7684
            },
7496
            "funding": [
7685
            "funding": [
7497
                {
7686
                {
7498
                    "url": "https://phpunit.de/sponsors.html",
7687
                    "url": "https://phpunit.de/sponsors.html",
7499
                    "type": "custom"
7688
                    "type": "custom"
Zeile 7505... Zeile 7694...
7505
                {
7694
                {
7506
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
7695
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
7507
                    "type": "tidelift"
7696
                    "type": "tidelift"
7508
                }
7697
                }
7509
            ],
7698
            ],
7510
            "time": "2023-04-14T08:58:40+00:00"
7699
            "time": "2023-09-19T05:39:22+00:00"
7511
        },
7700
        },
7512
        {
7701
        {
7513
            "name": "sebastian/cli-parser",
7702
            "name": "sebastian/cli-parser",
7514
            "version": "1.0.1",
7703
            "version": "1.0.1",
7515
            "source": {
7704
            "source": {
Zeile 7807... Zeile 7996...
7807
            ],
7996
            ],
7808
            "time": "2020-10-26T15:52:27+00:00"
7997
            "time": "2020-10-26T15:52:27+00:00"
7809
        },
7998
        },
7810
        {
7999
        {
7811
            "name": "sebastian/diff",
8000
            "name": "sebastian/diff",
7812
            "version": "4.0.4",
8001
            "version": "4.0.5",
7813
            "source": {
8002
            "source": {
7814
                "type": "git",
8003
                "type": "git",
7815
                "url": "https://github.com/sebastianbergmann/diff.git",
8004
                "url": "https://github.com/sebastianbergmann/diff.git",
7816
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
8005
                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
7817
            },
8006
            },
7818
            "dist": {
8007
            "dist": {
7819
                "type": "zip",
8008
                "type": "zip",
7820
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
8009
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
7821
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
8010
                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
7822
                "shasum": ""
8011
                "shasum": ""
7823
            },
8012
            },
7824
            "require": {
8013
            "require": {
7825
                "php": ">=7.3"
8014
                "php": ">=7.3"
7826
            },
8015
            },
Zeile 7861... Zeile 8050...
7861
                "unidiff",
8050
                "unidiff",
7862
                "unified diff"
8051
                "unified diff"
7863
            ],
8052
            ],
7864
            "support": {
8053
            "support": {
7865
                "issues": "https://github.com/sebastianbergmann/diff/issues",
8054
                "issues": "https://github.com/sebastianbergmann/diff/issues",
7866
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
8055
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
7867
            },
8056
            },
7868
            "funding": [
8057
            "funding": [
7869
                {
8058
                {
7870
                    "url": "https://github.com/sebastianbergmann",
8059
                    "url": "https://github.com/sebastianbergmann",
7871
                    "type": "github"
8060
                    "type": "github"
7872
                }
8061
                }
7873
            ],
8062
            ],
7874
            "time": "2020-10-26T13:10:38+00:00"
8063
            "time": "2023-05-07T05:35:17+00:00"
7875
        },
8064
        },
7876
        {
8065
        {
7877
            "name": "sebastian/environment",
8066
            "name": "sebastian/environment",
7878
            "version": "5.1.5",
8067
            "version": "5.1.5",
7879
            "source": {
8068
            "source": {
Zeile 8013... Zeile 8202...
8013
            ],
8202
            ],
8014
            "time": "2022-09-14T06:03:37+00:00"
8203
            "time": "2022-09-14T06:03:37+00:00"
8015
        },
8204
        },
8016
        {
8205
        {
8017
            "name": "sebastian/global-state",
8206
            "name": "sebastian/global-state",
8018
            "version": "5.0.5",
8207
            "version": "5.0.6",
8019
            "source": {
8208
            "source": {
8020
                "type": "git",
8209
                "type": "git",
8021
                "url": "https://github.com/sebastianbergmann/global-state.git",
8210
                "url": "https://github.com/sebastianbergmann/global-state.git",
8022
                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
8211
                "reference": "bde739e7565280bda77be70044ac1047bc007e34"
8023
            },
8212
            },
8024
            "dist": {
8213
            "dist": {
8025
                "type": "zip",
8214
                "type": "zip",
8026
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
8215
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
8027
                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
8216
                "reference": "bde739e7565280bda77be70044ac1047bc007e34",
8028
                "shasum": ""
8217
                "shasum": ""
8029
            },
8218
            },
8030
            "require": {
8219
            "require": {
8031
                "php": ">=7.3",
8220
                "php": ">=7.3",
8032
                "sebastian/object-reflector": "^2.0",
8221
                "sebastian/object-reflector": "^2.0",
Zeile 8065... Zeile 8254...
8065
            "keywords": [
8254
            "keywords": [
8066
                "global state"
8255
                "global state"
8067
            ],
8256
            ],
8068
            "support": {
8257
            "support": {
8069
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
8258
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
8070
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
8259
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
8071
            },
8260
            },
8072
            "funding": [
8261
            "funding": [
8073
                {
8262
                {
8074
                    "url": "https://github.com/sebastianbergmann",
8263
                    "url": "https://github.com/sebastianbergmann",
8075
                    "type": "github"
8264
                    "type": "github"
8076
                }
8265
                }
8077
            ],
8266
            ],
8078
            "time": "2022-02-14T08:28:10+00:00"
8267
            "time": "2023-08-02T09:26:13+00:00"
8079
        },
8268
        },
8080
        {
8269
        {
8081
            "name": "sebastian/lines-of-code",
8270
            "name": "sebastian/lines-of-code",
8082
            "version": "1.0.3",
8271
            "version": "1.0.3",
8083
            "source": {
8272
            "source": {
Zeile 8473... Zeile 8662...
8473
            ],
8662
            ],
8474
            "time": "2020-09-28T06:39:44+00:00"
8663
            "time": "2020-09-28T06:39:44+00:00"
8475
        },
8664
        },
8476
        {
8665
        {
8477
            "name": "spatie/backtrace",
8666
            "name": "spatie/backtrace",
8478
            "version": "1.4.0",
8667
            "version": "1.5.3",
8479
            "source": {
8668
            "source": {
8480
                "type": "git",
8669
                "type": "git",
8481
                "url": "https://github.com/spatie/backtrace.git",
8670
                "url": "https://github.com/spatie/backtrace.git",
8482
                "reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c"
8671
                "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
8483
            },
8672
            },
8484
            "dist": {
8673
            "dist": {
8485
                "type": "zip",
8674
                "type": "zip",
8486
                "url": "https://api.github.com/repos/spatie/backtrace/zipball/ec4dd16476b802dbdc6b4467f84032837e316b8c",
8675
                "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
8487
                "reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c",
8676
                "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
8488
                "shasum": ""
8677
                "shasum": ""
8489
            },
8678
            },
8490
            "require": {
8679
            "require": {
8491
                "php": "^7.3|^8.0"
8680
                "php": "^7.3|^8.0"
8492
            },
8681
            },
Zeile 8519... Zeile 8708...
8519
            "keywords": [
8708
            "keywords": [
8520
                "Backtrace",
8709
                "Backtrace",
8521
                "spatie"
8710
                "spatie"
8522
            ],
8711
            ],
8523
            "support": {
8712
            "support": {
8524
                "source": "https://github.com/spatie/backtrace/tree/1.4.0"
8713
                "source": "https://github.com/spatie/backtrace/tree/1.5.3"
8525
            },
8714
            },
8526
            "funding": [
8715
            "funding": [
8527
                {
8716
                {
8528
                    "url": "https://github.com/sponsors/spatie",
8717
                    "url": "https://github.com/sponsors/spatie",
8529
                    "type": "github"
8718
                    "type": "github"
Zeile 8531... Zeile 8720...
8531
                {
8720
                {
8532
                    "url": "https://spatie.be/open-source/support-us",
8721
                    "url": "https://spatie.be/open-source/support-us",
8533
                    "type": "other"
8722
                    "type": "other"
8534
                }
8723
                }
8535
            ],
8724
            ],
8536
            "time": "2023-03-04T08:57:24+00:00"
8725
            "time": "2023-06-28T12:59:17+00:00"
8537
        },
8726
        },
8538
        {
8727
        {
8539
            "name": "spatie/flare-client-php",
8728
            "name": "spatie/flare-client-php",
8540
            "version": "1.3.6",
8729
            "version": "1.4.2",
8541
            "source": {
8730
            "source": {
8542
                "type": "git",
8731
                "type": "git",
8543
                "url": "https://github.com/spatie/flare-client-php.git",
8732
                "url": "https://github.com/spatie/flare-client-php.git",
8544
                "reference": "530ac81255af79f114344286e4275f8869c671e2"
8733
                "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544"
8545
            },
8734
            },
8546
            "dist": {
8735
            "dist": {
8547
                "type": "zip",
8736
                "type": "zip",
8548
                "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/530ac81255af79f114344286e4275f8869c671e2",
8737
                "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
8549
                "reference": "530ac81255af79f114344286e4275f8869c671e2",
8738
                "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
8550
                "shasum": ""
8739
                "shasum": ""
8551
            },
8740
            },
8552
            "require": {
8741
            "require": {
8553
                "illuminate/pipeline": "^8.0|^9.0|^10.0",
8742
                "illuminate/pipeline": "^8.0|^9.0|^10.0",
-
 
8743
                "nesbot/carbon": "^2.62.1",
8554
                "php": "^8.0",
8744
                "php": "^8.0",
8555
                "spatie/backtrace": "^1.2",
8745
                "spatie/backtrace": "^1.5.2",
8556
                "symfony/http-foundation": "^5.0|^6.0",
8746
                "symfony/http-foundation": "^5.0|^6.0",
8557
                "symfony/mime": "^5.2|^6.0",
8747
                "symfony/mime": "^5.2|^6.0",
8558
                "symfony/process": "^5.2|^6.0",
8748
                "symfony/process": "^5.2|^6.0",
8559
                "symfony/var-dumper": "^5.2|^6.0"
8749
                "symfony/var-dumper": "^5.2|^6.0"
8560
            },
8750
            },
Zeile 8567... Zeile 8757...
8567
                "spatie/phpunit-snapshot-assertions": "^4.0"
8757
                "spatie/phpunit-snapshot-assertions": "^4.0"
8568
            },
8758
            },
8569
            "type": "library",
8759
            "type": "library",
8570
            "extra": {
8760
            "extra": {
8571
                "branch-alias": {
8761
                "branch-alias": {
8572
                    "dev-main": "1.1.x-dev"
8762
                    "dev-main": "1.3.x-dev"
8573
                }
8763
                }
8574
            },
8764
            },
8575
            "autoload": {
8765
            "autoload": {
8576
                "files": [
8766
                "files": [
8577
                    "src/helpers.php"
8767
                    "src/helpers.php"
Zeile 8592... Zeile 8782...
8592
                "reporting",
8782
                "reporting",
8593
                "spatie"
8783
                "spatie"
8594
            ],
8784
            ],
8595
            "support": {
8785
            "support": {
8596
                "issues": "https://github.com/spatie/flare-client-php/issues",
8786
                "issues": "https://github.com/spatie/flare-client-php/issues",
8597
                "source": "https://github.com/spatie/flare-client-php/tree/1.3.6"
8787
                "source": "https://github.com/spatie/flare-client-php/tree/1.4.2"
8598
            },
8788
            },
8599
            "funding": [
8789
            "funding": [
8600
                {
8790
                {
8601
                    "url": "https://github.com/spatie",
8791
                    "url": "https://github.com/spatie",
8602
                    "type": "github"
8792
                    "type": "github"
8603
                }
8793
                }
8604
            ],
8794
            ],
8605
            "time": "2023-04-12T07:57:12+00:00"
8795
            "time": "2023-07-28T08:07:24+00:00"
8606
        },
8796
        },
8607
        {
8797
        {
8608
            "name": "spatie/ignition",
8798
            "name": "spatie/ignition",
8609
            "version": "1.5.0",
8799
            "version": "1.11.2",
8610
            "source": {
8800
            "source": {
8611
                "type": "git",
8801
                "type": "git",
8612
                "url": "https://github.com/spatie/ignition.git",
8802
                "url": "https://github.com/spatie/ignition.git",
8613
                "reference": "4db9c9626e4d7745efbe0b512157326190b41b65"
8803
                "reference": "48b23411ca4bfbc75c75dfc638b6b36159c375aa"
8614
            },
8804
            },
8615
            "dist": {
8805
            "dist": {
8616
                "type": "zip",
8806
                "type": "zip",
8617
                "url": "https://api.github.com/repos/spatie/ignition/zipball/4db9c9626e4d7745efbe0b512157326190b41b65",
8807
                "url": "https://api.github.com/repos/spatie/ignition/zipball/48b23411ca4bfbc75c75dfc638b6b36159c375aa",
8618
                "reference": "4db9c9626e4d7745efbe0b512157326190b41b65",
8808
                "reference": "48b23411ca4bfbc75c75dfc638b6b36159c375aa",
8619
                "shasum": ""
8809
                "shasum": ""
8620
            },
8810
            },
8621
            "require": {
8811
            "require": {
8622
                "ext-json": "*",
8812
                "ext-json": "*",
8623
                "ext-mbstring": "*",
8813
                "ext-mbstring": "*",
8624
                "php": "^8.0",
8814
                "php": "^8.0",
8625
                "spatie/backtrace": "^1.4",
8815
                "spatie/backtrace": "^1.5.3",
8626
                "spatie/flare-client-php": "^1.1",
8816
                "spatie/flare-client-php": "^1.4.0",
8627
                "symfony/console": "^5.4|^6.0",
8817
                "symfony/console": "^5.4|^6.0",
8628
                "symfony/var-dumper": "^5.4|^6.0"
8818
                "symfony/var-dumper": "^5.4|^6.0"
8629
            },
8819
            },
8630
            "require-dev": {
8820
            "require-dev": {
8631
                "illuminate/cache": "^9.52",
8821
                "illuminate/cache": "^9.52",
Zeile 8633... Zeile 8823...
8633
                "pestphp/pest": "^1.20",
8823
                "pestphp/pest": "^1.20",
8634
                "phpstan/extension-installer": "^1.1",
8824
                "phpstan/extension-installer": "^1.1",
8635
                "phpstan/phpstan-deprecation-rules": "^1.0",
8825
                "phpstan/phpstan-deprecation-rules": "^1.0",
8636
                "phpstan/phpstan-phpunit": "^1.0",
8826
                "phpstan/phpstan-phpunit": "^1.0",
8637
                "psr/simple-cache-implementation": "*",
8827
                "psr/simple-cache-implementation": "*",
8638
                "symfony/cache": "^6.2",
8828
                "symfony/cache": "^6.0",
8639
                "symfony/process": "^5.4|^6.0",
8829
                "symfony/process": "^5.4|^6.0",
8640
                "vlucas/phpdotenv": "^5.5"
8830
                "vlucas/phpdotenv": "^5.5"
8641
            },
8831
            },
8642
            "suggest": {
8832
            "suggest": {
8643
                "openai-php/client": "Require get solutions from OpenAI",
8833
                "openai-php/client": "Require get solutions from OpenAI",
8644
                "simple-cache-implementation": "To cache solutions from OpenAI"
8834
                "simple-cache-implementation": "To cache solutions from OpenAI"
8645
            },
8835
            },
8646
            "type": "library",
8836
            "type": "library",
8647
            "extra": {
8837
            "extra": {
8648
                "branch-alias": {
8838
                "branch-alias": {
8649
                    "dev-main": "1.4.x-dev"
8839
                    "dev-main": "1.5.x-dev"
8650
                }
8840
                }
8651
            },
8841
            },
8652
            "autoload": {
8842
            "autoload": {
8653
                "psr-4": {
8843
                "psr-4": {
8654
                    "Spatie\\Ignition\\": "src"
8844
                    "Spatie\\Ignition\\": "src"
Zeile 8683... Zeile 8873...
8683
                {
8873
                {
8684
                    "url": "https://github.com/spatie",
8874
                    "url": "https://github.com/spatie",
8685
                    "type": "github"
8875
                    "type": "github"
8686
                }
8876
                }
8687
            ],
8877
            ],
8688
            "time": "2023-04-12T09:07:50+00:00"
8878
            "time": "2023-09-19T15:29:52+00:00"
8689
        },
8879
        },
8690
        {
8880
        {
8691
            "name": "spatie/laravel-ignition",
8881
            "name": "spatie/laravel-ignition",
8692
            "version": "1.6.4",
8882
            "version": "1.6.4",
8693
            "source": {
8883
            "source": {
Zeile 8777... Zeile 8967...
8777
            ],
8967
            ],
8778
            "time": "2023-01-03T19:28:04+00:00"
8968
            "time": "2023-01-03T19:28:04+00:00"
8779
        },
8969
        },
8780
        {
8970
        {
8781
            "name": "symfony/yaml",
8971
            "name": "symfony/yaml",
8782
            "version": "v6.2.7",
8972
            "version": "v6.3.3",
8783
            "source": {
8973
            "source": {
8784
                "type": "git",
8974
                "type": "git",
8785
                "url": "https://github.com/symfony/yaml.git",
8975
                "url": "https://github.com/symfony/yaml.git",
8786
                "reference": "e8e6a1d59e050525f27a1f530aa9703423cb7f57"
8976
                "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
8787
            },
8977
            },
8788
            "dist": {
8978
            "dist": {
8789
                "type": "zip",
8979
                "type": "zip",
8790
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e8e6a1d59e050525f27a1f530aa9703423cb7f57",
8980
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
8791
                "reference": "e8e6a1d59e050525f27a1f530aa9703423cb7f57",
8981
                "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
8792
                "shasum": ""
8982
                "shasum": ""
8793
            },
8983
            },
8794
            "require": {
8984
            "require": {
8795
                "php": ">=8.1",
8985
                "php": ">=8.1",
-
 
8986
                "symfony/deprecation-contracts": "^2.5|^3",
8796
                "symfony/polyfill-ctype": "^1.8"
8987
                "symfony/polyfill-ctype": "^1.8"
8797
            },
8988
            },
8798
            "conflict": {
8989
            "conflict": {
8799
                "symfony/console": "<5.4"
8990
                "symfony/console": "<5.4"
8800
            },
8991
            },
8801
            "require-dev": {
8992
            "require-dev": {
8802
                "symfony/console": "^5.4|^6.0"
8993
                "symfony/console": "^5.4|^6.0"
8803
            },
8994
            },
8804
            "suggest": {
-
 
8805
                "symfony/console": "For validating YAML files using the lint command"
-
 
8806
            },
-
 
8807
            "bin": [
8995
            "bin": [
8808
                "Resources/bin/yaml-lint"
8996
                "Resources/bin/yaml-lint"
8809
            ],
8997
            ],
8810
            "type": "library",
8998
            "type": "library",
8811
            "autoload": {
8999
            "autoload": {
Zeile 8831... Zeile 9019...
8831
                }
9019
                }
8832
            ],
9020
            ],
8833
            "description": "Loads and dumps YAML files",
9021
            "description": "Loads and dumps YAML files",
8834
            "homepage": "https://symfony.com",
9022
            "homepage": "https://symfony.com",
8835
            "support": {
9023
            "support": {
8836
                "source": "https://github.com/symfony/yaml/tree/v6.2.7"
9024
                "source": "https://github.com/symfony/yaml/tree/v6.3.3"
8837
            },
9025
            },
8838
            "funding": [
9026
            "funding": [
8839
                {
9027
                {
8840
                    "url": "https://symfony.com/sponsor",
9028
                    "url": "https://symfony.com/sponsor",
8841
                    "type": "custom"
9029
                    "type": "custom"
Zeile 8847... Zeile 9035...
8847
                {
9035
                {
8848
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9036
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8849
                    "type": "tidelift"
9037
                    "type": "tidelift"
8850
                }
9038
                }
8851
            ],
9039
            ],
8852
            "time": "2023-02-16T09:57:23+00:00"
9040
            "time": "2023-07-31T07:08:24+00:00"
8853
        },
9041
        },
8854
        {
9042
        {
8855
            "name": "theseer/tokenizer",
9043
            "name": "theseer/tokenizer",
8856
            "version": "1.2.1",
9044
            "version": "1.2.1",
8857
            "source": {
9045
            "source": {