Changeset - fda059929a26
[Not reviewed]
0 1 0
Lance Edgar (lance) - 16 months ago 2023-05-16 16:28:54
lance@edbob.org
Update composer dependencies, per change in CORE

cf. https://github.com/CORE-POS/IS4C/pull/1186
1 file changed with 293 insertions and 703 deletions:
composer.lock
293
703
0 comments (0 inline, 0 general)
composer.lock
Show inline comments
 
@@ -20,284 +20,284 @@
 
                "reference": "6181e20b96e95b2be8639d1e1dce76cc98856339",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-curl": "*",
 
                "ext-json": "*",
 
                "php": ">= 5.4.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "*"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Automattic\\WooCommerce\\": [
 
                        "src/WooCommerce"
 
                    ]
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Claudio Sanches",
 
                    "email": "claudio.sanches@automattic.com"
 
                }
 
            ],
 
            "description": "A PHP wrapper for the WooCommerce REST API",
 
            "keywords": [
 
                "api",
 
                "woocommerce"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/woocommerce/wc-api-php/issues",
 
                "source": "https://github.com/woocommerce/wc-api-php/tree/1.3.0"
 
            },
 
            "time": "2017-06-06T20:38:08+00:00"
 
        },
 
        {
 
            "name": "aws/aws-crt-php",
 
            "version": "v1.2.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/awslabs/aws-crt-php.git",
 
                "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/1926277fc71d253dfa820271ac5987bdb193ccf5",
 
                "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.5"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
 
                "yoast/phpunit-polyfills": "^1.0"
 
            },
 
            "suggest": {
 
                "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "classmap": [
 
                    "src/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "Apache-2.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "AWS SDK Common Runtime Team",
 
                    "email": "aws-sdk-common-runtime@amazon.com"
 
                }
 
            ],
 
            "description": "AWS Common Runtime for PHP",
 
            "homepage": "https://github.com/awslabs/aws-crt-php",
 
            "keywords": [
 
                "amazon",
 
                "aws",
 
                "crt",
 
                "sdk"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/awslabs/aws-crt-php/issues",
 
                "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.1"
 
            },
 
            "time": "2023-03-24T20:22:19+00:00"
 
        },
 
        {
 
            "name": "aws/aws-sdk-php",
 
            "version": "3.269.12",
 
            "version": "3.269.13",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/aws/aws-sdk-php.git",
 
                "reference": "fb6e7d09d901757ad485e38295ea6b44acb05b15"
 
                "reference": "84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fb6e7d09d901757ad485e38295ea6b44acb05b15",
 
                "reference": "fb6e7d09d901757ad485e38295ea6b44acb05b15",
 
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc",
 
                "reference": "84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "aws/aws-crt-php": "^1.0.4",
 
                "ext-json": "*",
 
                "ext-pcre": "*",
 
                "ext-simplexml": "*",
 
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
 
                "guzzlehttp/promises": "^1.4.0",
 
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
 
                "mtdowling/jmespath.php": "^2.6",
 
                "php": ">=5.5",
 
                "psr/http-message": "^1.0"
 
            },
 
            "require-dev": {
 
                "andrewsville/php-token-reflection": "^1.4",
 
                "aws/aws-php-sns-message-validator": "~1.0",
 
                "behat/behat": "~3.0",
 
                "composer/composer": "^1.10.22",
 
                "dms/phpunit-arraysubset-asserts": "^0.4.0",
 
                "doctrine/cache": "~1.4",
 
                "ext-dom": "*",
 
                "ext-openssl": "*",
 
                "ext-pcntl": "*",
 
                "ext-sockets": "*",
 
                "nette/neon": "^2.3",
 
                "paragonie/random_compat": ">= 2",
 
                "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
 
                "psr/cache": "^1.0",
 
                "psr/simple-cache": "^1.0",
 
                "sebastian/comparator": "^1.2.3 || ^4.0",
 
                "yoast/phpunit-polyfills": "^1.0"
 
            },
 
            "suggest": {
 
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
 
                "doctrine/cache": "To use the DoctrineCacheAdapter",
 
                "ext-curl": "To send requests using cURL",
 
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
 
                "ext-sockets": "To use client-side monitoring"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "3.0-dev"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "src/functions.php"
 
                ],
 
                "psr-4": {
 
                    "Aws\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "Apache-2.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Amazon Web Services",
 
                    "homepage": "http://aws.amazon.com"
 
                }
 
            ],
 
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
 
            "homepage": "http://aws.amazon.com/sdkforphp",
 
            "keywords": [
 
                "amazon",
 
                "aws",
 
                "cloud",
 
                "dynamodb",
 
                "ec2",
 
                "glacier",
 
                "s3",
 
                "sdk"
 
            ],
 
            "support": {
 
                "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
 
                "issues": "https://github.com/aws/aws-sdk-php/issues",
 
                "source": "https://github.com/aws/aws-sdk-php/tree/3.269.12"
 
                "source": "https://github.com/aws/aws-sdk-php/tree/3.269.13"
 
            },
 
            "time": "2023-05-15T18:25:49+00:00"
 
            "time": "2023-05-16T18:24:42+00:00"
 
        },
 
        {
 
            "name": "bacon/bacon-qr-code",
 
            "version": "1.0.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/Bacon/BaconQrCode.git",
 
                "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
 
                "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-iconv": "*",
 
                "php": "^5.4|^7.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^4.8"
 
            },
 
            "suggest": {
 
                "ext-gd": "to generate QR code images"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-0": {
 
                    "BaconQrCode": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-2-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Ben Scholzen 'DASPRiD'",
 
                    "email": "mail@dasprids.de",
 
                    "homepage": "http://www.dasprids.de",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "BaconQrCode is a QR code generator for PHP.",
 
            "homepage": "https://github.com/Bacon/BaconQrCode",
 
            "support": {
 
                "issues": "https://github.com/Bacon/BaconQrCode/issues",
 
                "source": "https://github.com/Bacon/BaconQrCode/tree/master"
 
            },
 
            "time": "2017-10-17T09:59:25+00:00"
 
        },
 
        {
 
            "name": "beberlei/assert",
 
            "version": "v2.9.9",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/beberlei/assert.git",
 
                "reference": "124317de301b7c91d5fce34c98bba2c6925bec95"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/beberlei/assert/zipball/124317de301b7c91d5fce34c98bba2c6925bec95",
 
                "reference": "124317de301b7c91d5fce34c98bba2c6925bec95",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-mbstring": "*",
 
                "php": ">=5.3"
 
            },
 
            "require-dev": {
 
                "friendsofphp/php-cs-fixer": "^2.1.1",
 
                "phpunit/phpunit": "^4.8.35|^5.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "lib/Assert/functions.php"
 
                ],
 
                "psr-4": {
 
                    "Assert\\": "lib/Assert"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-2-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Benjamin Eberlei",
 
                    "email": "kontakt@beberlei.de",
 
                    "role": "Lead Developer"
 
                },
 
                {
 
                    "name": "Richard Quadling",
 
                    "email": "rquadling@gmail.com",
 
                    "role": "Collaborator"
 
@@ -970,493 +970,514 @@
 
            "autoload": {
 
                "psr-4": {
 
                    "Endroid\\QrCode\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Jeroen van den Enden",
 
                    "email": "info@endroid.nl",
 
                    "homepage": "http://endroid.nl/"
 
                }
 
            ],
 
            "description": "Endroid QR Code",
 
            "homepage": "https://github.com/endroid/QrCode",
 
            "keywords": [
 
                "bundle",
 
                "code",
 
                "endroid",
 
                "flex",
 
                "qr",
 
                "qrcode",
 
                "symfony"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/endroid/qr-code/issues",
 
                "source": "https://github.com/endroid/qr-code/tree/2.5.1"
 
            },
 
            "time": "2018-05-09T20:26:30+00:00"
 
        },
 
        {
 
            "name": "ezyang/htmlpurifier",
 
            "version": "v4.16.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/ezyang/htmlpurifier.git",
 
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
 
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
 
            },
 
            "require-dev": {
 
                "cerdic/css-tidy": "^1.7 || ^2.0",
 
                "simpletest/simpletest": "dev-master"
 
            },
 
            "suggest": {
 
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
 
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
 
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
 
                "ext-tidy": "Used for pretty-printing HTML"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "library/HTMLPurifier.composer.php"
 
                ],
 
                "psr-0": {
 
                    "HTMLPurifier": "library/"
 
                },
 
                "exclude-from-classmap": [
 
                    "/library/HTMLPurifier/Language/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "LGPL-2.1-or-later"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Edward Z. Yang",
 
                    "email": "admin@htmlpurifier.org",
 
                    "homepage": "http://ezyang.com"
 
                }
 
            ],
 
            "description": "Standards compliant HTML filter written in PHP",
 
            "homepage": "http://htmlpurifier.org/",
 
            "keywords": [
 
                "html"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
 
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
 
            },
 
            "time": "2022-09-18T07:06:19+00:00"
 
        },
 
        {
 
            "name": "guzzlehttp/guzzle",
 
            "version": "6.5.8",
 
            "version": "7.6.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/guzzle.git",
 
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
 
                "reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
 
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
 
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
 
                "reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-json": "*",
 
                "guzzlehttp/promises": "^1.0",
 
                "guzzlehttp/psr7": "^1.9",
 
                "php": ">=5.5",
 
                "symfony/polyfill-intl-idn": "^1.17"
 
                "guzzlehttp/promises": "^1.5",
 
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
 
                "php": "^7.2.5 || ^8.0",
 
                "psr/http-client": "^1.0",
 
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
 
            },
 
            "provide": {
 
                "psr/http-client-implementation": "1.0"
 
            },
 
            "require-dev": {
 
                "bamarni/composer-bin-plugin": "^1.8.1",
 
                "ext-curl": "*",
 
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
 
                "psr/log": "^1.1"
 
                "php-http/client-integration-tests": "^3.0",
 
                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
 
                "psr/log": "^1.1 || ^2.0 || ^3.0"
 
            },
 
            "suggest": {
 
                "ext-curl": "Required for CURL handler support",
 
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
 
                "psr/log": "Required for using the Log middleware"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "6.5-dev"
 
                "bamarni-bin": {
 
                    "bin-links": true,
 
                    "forward-command": false
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "src/functions_include.php"
 
                ],
 
                "psr-4": {
 
                    "GuzzleHttp\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Graham Campbell",
 
                    "email": "hello@gjcampbell.co.uk",
 
                    "homepage": "https://github.com/GrahamCampbell"
 
                },
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                },
 
                {
 
                    "name": "Jeremy Lindblom",
 
                    "email": "jeremeamia@gmail.com",
 
                    "homepage": "https://github.com/jeremeamia"
 
                },
 
                {
 
                    "name": "George Mponos",
 
                    "email": "gmponos@gmail.com",
 
                    "homepage": "https://github.com/gmponos"
 
                },
 
                {
 
                    "name": "Tobias Nyholm",
 
                    "email": "tobias.nyholm@gmail.com",
 
                    "homepage": "https://github.com/Nyholm"
 
                },
 
                {
 
                    "name": "Márk Sági-Kazár",
 
                    "email": "mark.sagikazar@gmail.com",
 
                    "homepage": "https://github.com/sagikazarmark"
 
                },
 
                {
 
                    "name": "Tobias Schultze",
 
                    "email": "webmaster@tubo-world.de",
 
                    "homepage": "https://github.com/Tobion"
 
                }
 
            ],
 
            "description": "Guzzle is a PHP HTTP client library",
 
            "homepage": "http://guzzlephp.org/",
 
            "keywords": [
 
                "client",
 
                "curl",
 
                "framework",
 
                "http",
 
                "http client",
 
                "psr-18",
 
                "psr-7",
 
                "rest",
 
                "web service"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/guzzle/issues",
 
                "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
 
                "source": "https://github.com/guzzle/guzzle/tree/7.6.1"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/GrahamCampbell",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://github.com/Nyholm",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-06-20T22:16:07+00:00"
 
            "time": "2023-05-15T20:43:01+00:00"
 
        },
 
        {
 
            "name": "guzzlehttp/promises",
 
            "version": "1.5.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/promises.git",
 
                "reference": "b94b2807d85443f9719887892882d0329d1e2598"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
 
                "reference": "b94b2807d85443f9719887892882d0329d1e2598",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.5"
 
            },
 
            "require-dev": {
 
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.5-dev"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "src/functions_include.php"
 
                ],
 
                "psr-4": {
 
                    "GuzzleHttp\\Promise\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Graham Campbell",
 
                    "email": "hello@gjcampbell.co.uk",
 
                    "homepage": "https://github.com/GrahamCampbell"
 
                },
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                },
 
                {
 
                    "name": "Tobias Nyholm",
 
                    "email": "tobias.nyholm@gmail.com",
 
                    "homepage": "https://github.com/Nyholm"
 
                },
 
                {
 
                    "name": "Tobias Schultze",
 
                    "email": "webmaster@tubo-world.de",
 
                    "homepage": "https://github.com/Tobion"
 
                }
 
            ],
 
            "description": "Guzzle promises library",
 
            "keywords": [
 
                "promise"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/promises/issues",
 
                "source": "https://github.com/guzzle/promises/tree/1.5.2"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/GrahamCampbell",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://github.com/Nyholm",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-08-28T14:55:35+00:00"
 
        },
 
        {
 
            "name": "guzzlehttp/psr7",
 
            "version": "1.9.1",
 
            "version": "2.5.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/psr7.git",
 
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
 
                "reference": "b635f279edd83fc275f822a1188157ffea568ff6"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
 
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
 
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
 
                "reference": "b635f279edd83fc275f822a1188157ffea568ff6",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.4.0",
 
                "psr/http-message": "~1.0",
 
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
 
                "php": "^7.2.5 || ^8.0",
 
                "psr/http-factory": "^1.0",
 
                "psr/http-message": "^1.1 || ^2.0",
 
                "ralouphie/getallheaders": "^3.0"
 
            },
 
            "provide": {
 
                "psr/http-factory-implementation": "1.0",
 
                "psr/http-message-implementation": "1.0"
 
            },
 
            "require-dev": {
 
                "ext-zlib": "*",
 
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
 
                "bamarni/composer-bin-plugin": "^1.8.1",
 
                "http-interop/http-factory-tests": "^0.9",
 
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
 
            },
 
            "suggest": {
 
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "bamarni-bin": {
 
                    "bin-links": true,
 
                    "forward-command": false
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "src/functions_include.php"
 
                ],
 
                "psr-4": {
 
                    "GuzzleHttp\\Psr7\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Graham Campbell",
 
                    "email": "hello@gjcampbell.co.uk",
 
                    "homepage": "https://github.com/GrahamCampbell"
 
                },
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                },
 
                {
 
                    "name": "George Mponos",
 
                    "email": "gmponos@gmail.com",
 
                    "homepage": "https://github.com/gmponos"
 
                },
 
                {
 
                    "name": "Tobias Nyholm",
 
                    "email": "tobias.nyholm@gmail.com",
 
                    "homepage": "https://github.com/Nyholm"
 
                },
 
                {
 
                    "name": "Márk Sági-Kazár",
 
                    "email": "mark.sagikazar@gmail.com",
 
                    "homepage": "https://github.com/sagikazarmark"
 
                },
 
                {
 
                    "name": "Tobias Schultze",
 
                    "email": "webmaster@tubo-world.de",
 
                    "homepage": "https://github.com/Tobion"
 
                },
 
                {
 
                    "name": "Márk Sági-Kazár",
 
                    "email": "mark.sagikazar@gmail.com",
 
                    "homepage": "https://sagikazarmark.hu"
 
                }
 
            ],
 
            "description": "PSR-7 message implementation that also provides common utility methods",
 
            "keywords": [
 
                "http",
 
                "message",
 
                "psr-7",
 
                "request",
 
                "response",
 
                "stream",
 
                "uri",
 
                "url"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/psr7/issues",
 
                "source": "https://github.com/guzzle/psr7/tree/1.9.1"
 
                "source": "https://github.com/guzzle/psr7/tree/2.5.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/GrahamCampbell",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://github.com/Nyholm",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2023-04-17T16:00:37+00:00"
 
            "time": "2023-04-17T16:11:26+00:00"
 
        },
 
        {
 
            "name": "ircmaxell/password-compat",
 
            "version": "v1.0.4",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/ircmaxell/password_compat.git",
 
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
 
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
 
                "shasum": ""
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "4.*"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "lib/password.php"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Anthony Ferrara",
 
                    "email": "ircmaxell@php.net",
 
                    "homepage": "http://blog.ircmaxell.com"
 
                }
 
            ],
 
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
 
            "homepage": "https://github.com/ircmaxell/password_compat",
 
            "keywords": [
 
                "hashing",
 
                "password"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/ircmaxell/password_compat/issues",
 
                "source": "https://github.com/ircmaxell/password_compat/tree/v1.0"
 
            },
 
            "time": "2014-11-20T16:49:30+00:00"
 
        },
 
        {
 
            "name": "itgalaxy/bmp2image",
 
            "version": "2.0.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/itgalaxy/bmp2image.git",
 
                "reference": "3e4265da72e10ef227ba7071c6317d8dd0d192c5"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/itgalaxy/bmp2image/zipball/3e4265da72e10ef227ba7071c6317d8dd0d192c5",
 
                "reference": "3e4265da72e10ef227ba7071c6317d8dd0d192c5",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^5.6 || ^7.0"
 
            },
 
            "require-dev": {
 
                "mikey179/vfsstream": "~1.6.0",
 
                "phpunit/php-code-coverage": "~4.0.0",
 
                "phpunit/phpunit": "~5.5.0"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Itgalaxy\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Itgalaxy",
 
                    "email": "info@itgalaxy.company"
 
                }
 
            ],
 
            "description": "Creates an image from a Bitmap",
 
            "keywords": [
 
                "BMP",
 
                "bmp2gif",
 
                "bmp2jpg",
 
                "bmp2png",
 
                "gif",
 
                "jpg",
 
                "png"
 
            ],
 
            "support": {
 
@@ -1759,245 +1780,192 @@
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "ZipStream\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Paul Duncan",
 
                    "email": "pabs@pablotron.org"
 
                },
 
                {
 
                    "name": "Jonatan Männchen",
 
                    "email": "jonatan@maennchen.ch"
 
                },
 
                {
 
                    "name": "Jesse Donat",
 
                    "email": "donatj@gmail.com"
 
                },
 
                {
 
                    "name": "András Kolesár",
 
                    "email": "kolesar@kolesar.hu"
 
                }
 
            ],
 
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
 
            "keywords": [
 
                "stream",
 
                "zip"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
 
                "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.1.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/maennchen",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://opencollective.com/zipstream",
 
                    "type": "open_collective"
 
                }
 
            ],
 
            "time": "2020-05-30T13:11:16+00:00"
 
        },
 
        {
 
            "name": "mailchimp/mailchimp",
 
            "version": "2.0.6",
 
            "source": {
 
                "type": "git",
 
                "url": "https://bitbucket.org/mailchimp/mailchimp-api-php.git",
 
                "reference": "7ac99b5ac746d5875c5c350ad7e3b83674c83ec1"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://bitbucket.org/mailchimp/mailchimp-api-php/get/7ac99b5ac746d5875c5c350ad7e3b83674c83ec1.zip",
 
                "reference": "7ac99b5ac746d5875c5c350ad7e3b83674c83ec1",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.2.0"
 
            },
 
            "require-dev": {
 
                "apigen/apigen": "dev-master"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-0": {
 
                    "Mailchimp": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "MailChimp Devs",
 
                    "email": "api@mailchimp.com",
 
                    "homepage": "http://mailchimp.com",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "API client library for the MailChimp bulk email as a service platform",
 
            "homepage": "https://bitbucket.org/mailchimp/mailchimp-api-php",
 
            "keywords": [
 
                "api",
 
                "email"
 
            ],
 
            "abandoned": "mailchimp/marketing",
 
            "time": "2014-10-30T20:38:12+00:00"
 
        },
 
        {
 
            "name": "maknz/slack",
 
            "version": "1.7.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/maknz/slack.git",
 
                "reference": "7f21fefc70c76b304adc1b3a780c8740dfcfb595"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/maknz/slack/zipball/7f21fefc70c76b304adc1b3a780c8740dfcfb595",
 
                "reference": "7f21fefc70c76b304adc1b3a780c8740dfcfb595",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-mbstring": "*",
 
                "guzzlehttp/guzzle": "~6.0|~5.0|~4.0",
 
                "php": ">=5.4.0"
 
            },
 
            "require-dev": {
 
                "mockery/mockery": "0.9.*",
 
                "phpunit/phpunit": "4.2.*"
 
            },
 
            "suggest": {
 
                "illuminate/support": "Required for Laravel support"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Maknz\\Slack\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-2-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "maknz",
 
                    "email": "github@mak.geek.nz"
 
                }
 
            ],
 
            "description": "A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax. Includes Laravel support out of the box.",
 
            "keywords": [
 
                "laravel",
 
                "slack"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/maknz/slack/issues",
 
                "source": "https://github.com/maknz/slack/tree/master"
 
            },
 
            "time": "2015-06-03T03:35:16+00:00"
 
        },
 
        {
 
            "name": "markbaker/complex",
 
            "version": "3.0.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/MarkBaker/PHPComplex.git",
 
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
 
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "require-dev": {
 
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
 
                "phpcompatibility/php-compatibility": "^9.3",
 
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
 
                "squizlabs/php_codesniffer": "^3.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Complex\\": "classes/src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Mark Baker",
 
                    "email": "mark@lange.demon.co.uk"
 
                }
 
            ],
 
            "description": "PHP Class for working with complex numbers",
 
            "homepage": "https://github.com/MarkBaker/PHPComplex",
 
            "keywords": [
 
                "complex",
 
                "mathematics"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
 
                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
 
            },
 
            "time": "2022-12-06T16:21:08+00:00"
 
        },
 
        {
 
            "name": "markbaker/matrix",
 
            "version": "3.0.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
 
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
 
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.1 || ^8.0"
 
            },
 
            "require-dev": {
 
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
 
                "phpcompatibility/php-compatibility": "^9.3",
 
                "phpdocumentor/phpdocumentor": "2.*",
 
                "phploc/phploc": "^4.0",
 
                "phpmd/phpmd": "2.*",
 
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
 
                "sebastian/phpcpd": "^4.0",
 
                "squizlabs/php_codesniffer": "^3.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Matrix\\": "classes/src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Mark Baker",
 
                    "email": "mark@demon-angel.eu"
 
                }
 
            ],
 
            "description": "PHP Class for working with matrices",
 
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
 
@@ -2809,192 +2777,241 @@
 
                "rsa",
 
                "security",
 
                "sftp",
 
                "signature",
 
                "signing",
 
                "ssh",
 
                "twofish",
 
                "x.509",
 
                "x509"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/phpseclib/phpseclib/issues",
 
                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/terrafrost",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://www.patreon.com/phpseclib",
 
                    "type": "patreon"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2021-04-06T13:56:45+00:00"
 
        },
 
        {
 
            "name": "predis/predis",
 
            "version": "v1.1.10",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/predis/predis.git",
 
                "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
 
                "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.9"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "~4.8"
 
            },
 
            "suggest": {
 
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
 
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Predis\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Daniele Alessandri",
 
                    "email": "suppakilla@gmail.com",
 
                    "homepage": "http://clorophilla.net",
 
                    "role": "Creator & Maintainer"
 
                },
 
                {
 
                    "name": "Till Krüss",
 
                    "homepage": "https://till.im",
 
                    "role": "Maintainer"
 
                }
 
            ],
 
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
 
            "homepage": "http://github.com/predis/predis",
 
            "keywords": [
 
                "nosql",
 
                "predis",
 
                "redis"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/predis/predis/issues",
 
                "source": "https://github.com/predis/predis/tree/v1.1.10"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/sponsors/tillkruss",
 
                    "type": "github"
 
                }
 
            ],
 
            "time": "2022-01-05T17:46:08+00:00"
 
        },
 
        {
 
            "name": "psr/cache",
 
            "version": "1.0.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-fig/cache.git",
 
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
 
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.0"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.0.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Psr\\Cache\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "PHP-FIG",
 
                    "homepage": "http://www.php-fig.org/"
 
                }
 
            ],
 
            "description": "Common interface for caching libraries",
 
            "keywords": [
 
                "cache",
 
                "psr",
 
                "psr-6"
 
            ],
 
            "support": {
 
                "source": "https://github.com/php-fig/cache/tree/master"
 
            },
 
            "time": "2016-08-06T20:24:11+00:00"
 
        },
 
        {
 
            "name": "psr/container",
 
            "version": "1.1.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-fig/container.git",
 
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
 
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.2.0"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Psr\\Container\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "PHP-FIG",
 
                    "homepage": "https://www.php-fig.org/"
 
                }
 
            ],
 
            "description": "Common Container Interface (PHP FIG PSR-11)",
 
            "homepage": "https://github.com/php-fig/container",
 
            "keywords": [
 
                "PSR-11",
 
                "container",
 
                "container-interface",
 
                "container-interop",
 
                "psr"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/php-fig/container/issues",
 
                "source": "https://github.com/php-fig/container/tree/1.1.1"
 
            },
 
            "time": "2021-03-05T17:36:06+00:00"
 
        },
 
        {
 
            "name": "psr/http-client",
 
            "version": "1.0.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/php-fig/http-client.git",
 
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
 
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.0 || ^8.0",
 
                "psr/http-message": "^1.0 || ^2.0"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.0.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Psr\\Http\\Client\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "PHP-FIG",
 
                    "homepage": "https://www.php-fig.org/"
 
                }
 
            ],
 
            "description": "Common interface for HTTP clients",
 
            "homepage": "https://github.com/php-fig/http-client",
 
            "keywords": [
 
                "http",
 
                "http-client",
 
                "psr",
 
                "psr-18"
 
            ],
 
            "support": {
 
@@ -3565,279 +3582,358 @@
 
            "homepage": "https://github.com/Spomky-Labs/otphp",
 
            "keywords": [
 
                "FreeOTP",
 
                "RFC 4226",
 
                "RFC 6238",
 
                "google authenticator",
 
                "hotp",
 
                "otp",
 
                "totp"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/Spomky-Labs/otphp/issues",
 
                "source": "https://github.com/Spomky-Labs/otphp/tree/v8.3"
 
            },
 
            "time": "2018-09-13T19:25:26+00:00"
 
        },
 
        {
 
            "name": "symfony/config",
 
            "version": "v4.4.44",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/config.git",
 
                "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
 
                "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1.3",
 
                "symfony/filesystem": "^3.4|^4.0|^5.0",
 
                "symfony/polyfill-ctype": "~1.8",
 
                "symfony/polyfill-php80": "^1.16",
 
                "symfony/polyfill-php81": "^1.22"
 
            },
 
            "conflict": {
 
                "symfony/finder": "<3.4"
 
            },
 
            "require-dev": {
 
                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
 
                "symfony/finder": "^3.4|^4.0|^5.0",
 
                "symfony/messenger": "^4.1|^5.0",
 
                "symfony/service-contracts": "^1.1|^2",
 
                "symfony/yaml": "^3.4|^4.0|^5.0"
 
            },
 
            "suggest": {
 
                "symfony/yaml": "To use the yaml reference dumper"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\Config\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/config/tree/v4.4.44"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-07-20T09:59:04+00:00"
 
        },
 
        {
 
            "name": "symfony/console",
 
            "version": "v4.4.49",
 
            "version": "v4.2.12",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/console.git",
 
                "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9"
 
                "reference": "fc2e274aade6567a750551942094b2145ade9b6c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
 
                "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
 
                "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c",
 
                "reference": "fc2e274aade6567a750551942094b2145ade9b6c",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1.3",
 
                "symfony/polyfill-mbstring": "~1.0",
 
                "symfony/polyfill-php73": "^1.8",
 
                "symfony/polyfill-php80": "^1.16",
 
                "symfony/service-contracts": "^1.1|^2"
 
                "php": "^7.1.3",
 
                "symfony/contracts": "^1.0",
 
                "symfony/polyfill-mbstring": "~1.0"
 
            },
 
            "conflict": {
 
                "psr/log": ">=3",
 
                "symfony/dependency-injection": "<3.4",
 
                "symfony/event-dispatcher": "<4.3|>=5",
 
                "symfony/lock": "<4.4",
 
                "symfony/process": "<3.3"
 
            },
 
            "provide": {
 
                "psr/log-implementation": "1.0|2.0"
 
                "psr/log-implementation": "1.0"
 
            },
 
            "require-dev": {
 
                "psr/log": "^1|^2",
 
                "symfony/config": "^3.4|^4.0|^5.0",
 
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
                "symfony/event-dispatcher": "^4.3",
 
                "symfony/lock": "^4.4|^5.0",
 
                "symfony/process": "^3.4|^4.0|^5.0",
 
                "symfony/var-dumper": "^4.3|^5.0"
 
                "psr/log": "~1.0",
 
                "symfony/config": "~3.4|~4.0",
 
                "symfony/dependency-injection": "~3.4|~4.0",
 
                "symfony/event-dispatcher": "~3.4|~4.0",
 
                "symfony/lock": "~3.4|~4.0",
 
                "symfony/process": "~3.4|~4.0"
 
            },
 
            "suggest": {
 
                "psr/log": "For using the console logger",
 
                "symfony/event-dispatcher": "",
 
                "symfony/lock": "",
 
                "symfony/process": ""
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "4.2-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\Console\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Eases the creation of beautiful and testable command line interfaces",
 
            "description": "Symfony Console Component",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/console/tree/4.2"
 
            },
 
            "time": "2019-07-24T17:13:20+00:00"
 
        },
 
        {
 
            "name": "symfony/contracts",
 
            "version": "v1.1.13",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/contracts.git",
 
                "reference": "9e27f5c175ecbd6fff554d839ff4a432da797168"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/contracts/zipball/9e27f5c175ecbd6fff554d839ff4a432da797168",
 
                "reference": "9e27f5c175ecbd6fff554d839ff4a432da797168",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1.3",
 
                "psr/cache": "^1.0|^2.0|^3.0",
 
                "psr/container": "^1.0"
 
            },
 
            "replace": {
 
                "symfony/cache-contracts": "self.version",
 
                "symfony/event-dispatcher-contracts": "self.version",
 
                "symfony/http-client-contracts": "self.version",
 
                "symfony/service-contracts": "self.version",
 
                "symfony/translation-contracts": "self.version"
 
            },
 
            "require-dev": {
 
                "symfony/polyfill-intl-idn": "^1.10"
 
            },
 
            "suggest": {
 
                "psr/event-dispatcher": "When using the EventDispatcher contracts",
 
                "symfony/cache-implementation": "",
 
                "symfony/event-dispatcher-implementation": "",
 
                "symfony/http-client-implementation": "",
 
                "symfony/service-implementation": "",
 
                "symfony/translation-implementation": ""
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.1-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Contracts\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "**/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "A set of abstractions extracted out of the Symfony components",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "abstractions",
 
                "contracts",
 
                "decoupling",
 
                "interfaces",
 
                "interoperability",
 
                "standards"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/console/tree/v4.4.49"
 
                "source": "https://github.com/symfony/contracts/tree/v1.1.13"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-05T17:10:16+00:00"
 
            "time": "2022-06-27T13:16:42+00:00"
 
        },
 
        {
 
            "name": "symfony/deprecation-contracts",
 
            "version": "v2.5.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/deprecation-contracts.git",
 
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
 
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "2.5-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/contracts",
 
                    "url": "https://github.com/symfony/contracts"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "function.php"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "A generic function and convention to trigger deprecation notices",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-01-02T09:53:40+00:00"
 
        },
 
        {
 
            "name": "symfony/filesystem",
 
            "version": "v5.4.23",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/filesystem.git",
 
                "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5",
 
                "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.2.5",
 
                "symfony/polyfill-ctype": "~1.8",
 
                "symfony/polyfill-mbstring": "~1.8",
 
                "symfony/polyfill-php80": "^1.16"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\Filesystem\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
@@ -3982,807 +4078,481 @@
 
            ],
 
            "description": "Symfony OptionsResolver Component",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "config",
 
                "configuration",
 
                "options"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/options-resolver/tree/v2.8.50"
 
            },
 
            "time": "2018-11-11T11:18:13+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-ctype",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-ctype.git",
 
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
 
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "provide": {
 
                "ext-ctype": "*"
 
            },
 
            "suggest": {
 
                "ext-ctype": "For best performance"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Ctype\\": ""
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Gert de Pagter",
 
                    "email": "BackEndTea@gmail.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill for ctype functions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "ctype",
 
                "polyfill",
 
                "portable"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-intl-idn",
 
            "name": "symfony/polyfill-mbstring",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
 
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
 
                "url": "https://github.com/symfony/polyfill-mbstring.git",
 
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
 
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
 
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
 
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1",
 
                "symfony/polyfill-intl-normalizer": "^1.10",
 
                "symfony/polyfill-php72": "^1.10"
 
                "php": ">=7.1"
 
            },
 
            "provide": {
 
                "ext-mbstring": "*"
 
            },
 
            "suggest": {
 
                "ext-intl": "For best performance"
 
                "ext-mbstring": "For best performance"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
 
                    "Symfony\\Polyfill\\Mbstring\\": ""
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Laurent Bassin",
 
                    "email": "laurent@bassin.info"
 
                },
 
                {
 
                    "name": "Trevor Rowbotham",
 
                    "email": "trevor.rowbotham@pm.me"
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
 
            "description": "Symfony polyfill for the Mbstring extension",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "idn",
 
                "intl",
 
                "mbstring",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
 
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-intl-normalizer",
 
            "version": "v1.27.0",
 
            "name": "symfony/polyfill-php54",
 
            "version": "v1.20.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
 
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
 
                "url": "https://github.com/symfony/polyfill-php54.git",
 
                "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
 
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/37285b1d5d13f37c8bee546d8d2ad0353460c4c7",
 
                "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "suggest": {
 
                "ext-intl": "For best performance"
 
            },
 
            "type": "library",
 
            "type": "metapackage",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                    "dev-main": "1.20-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
 
                },
 
                "classmap": [
 
                    "Resources/stubs"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
 
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "intl",
 
                "normalizer",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
 
                "source": "https://github.com/symfony/polyfill-php54/tree/v1.20.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
            "time": "2020-10-23T14:02:19+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-mbstring",
 
            "version": "v1.27.0",
 
            "name": "symfony/polyfill-php55",
 
            "version": "v1.20.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-mbstring.git",
 
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
 
                "url": "https://github.com/symfony/polyfill-php55.git",
 
                "reference": "c17452124a883900e1d73961f9075a638399c1a0"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
 
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/c17452124a883900e1d73961f9075a638399c1a0",
 
                "reference": "c17452124a883900e1d73961f9075a638399c1a0",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "provide": {
 
                "ext-mbstring": "*"
 
            },
 
            "suggest": {
 
                "ext-mbstring": "For best performance"
 
            },
 
            "type": "library",
 
            "type": "metapackage",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                    "dev-main": "1.20-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Mbstring\\": ""
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill for the Mbstring extension",
 
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "mbstring",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
 
                "source": "https://github.com/symfony/polyfill-php55/tree/v1.20.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
            "time": "2020-10-23T14:02:19+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-php54",
 
            "name": "symfony/polyfill-php56",
 
            "version": "v1.20.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-php54.git",
 
                "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7"
 
                "url": "https://github.com/symfony/polyfill-php56.git",
 
                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/37285b1d5d13f37c8bee546d8d2ad0353460c4c7",
 
                "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
 
                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "type": "metapackage",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.20-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
 
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-php54/tree/v1.20.0"
 
                "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2020-10-23T14:02:19+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-php55",
 
            "version": "v1.20.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-php55.git",
 
                "reference": "c17452124a883900e1d73961f9075a638399c1a0"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/c17452124a883900e1d73961f9075a638399c1a0",
 
                "reference": "c17452124a883900e1d73961f9075a638399c1a0",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "type": "metapackage",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.20-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-php55/tree/v1.20.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2020-10-23T14:02:19+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-php56",
 
            "version": "v1.20.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-php56.git",
 
                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
 
                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "type": "metapackage",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.20-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2020-10-23T14:02:19+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-php72",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-php72.git",
 
                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
 
                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Php72\\": ""
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-php73",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-php73.git",
 
                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
 
                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Php73\\": ""
 
                },
 
                "classmap": [
 
                    "Resources/stubs"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-php80",
 
            "version": "v1.27.0",
 
            "name": "symfony/polyfill-php80",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-php80.git",
 
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
 
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.27-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/polyfill",
 
                    "url": "https://github.com/symfony/polyfill"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "bootstrap.php"
 
                ],
 
                "psr-4": {
 
                    "Symfony\\Polyfill\\Php80\\": ""
 
                },
 
                "classmap": [
 
                    "Resources/stubs"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Ion Bazan",
 
                    "email": "ion.bazan@gmail.com"
 
                },
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
        },
 
        {
 
            "name": "symfony/polyfill-php81",
 
            "version": "v1.27.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/polyfill-php81.git",
 
                "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
 
                "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1"
 
@@ -4820,275 +4590,192 @@
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "compatibility",
 
                "polyfill",
 
                "portable",
 
                "shim"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-11-03T14:55:06+00:00"
 
        },
 
        {
 
            "name": "symfony/property-access",
 
            "version": "v2.8.52",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/property-access.git",
 
                "reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/property-access/zipball/c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
 
                "reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.9",
 
                "symfony/polyfill-ctype": "~1.8"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.8-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\PropertyAccess\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Symfony PropertyAccess Component",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "access",
 
                "array",
 
                "extraction",
 
                "index",
 
                "injection",
 
                "object",
 
                "property",
 
                "property path",
 
                "reflection"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/property-access/tree/v2.8.50"
 
            },
 
            "time": "2018-11-11T11:18:13+00:00"
 
        },
 
        {
 
            "name": "symfony/service-contracts",
 
            "version": "v2.5.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/service-contracts.git",
 
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
 
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.2.5",
 
                "psr/container": "^1.1",
 
                "symfony/deprecation-contracts": "^2.1|^3"
 
            },
 
            "conflict": {
 
                "ext-psr": "<1.1|>=2"
 
            },
 
            "suggest": {
 
                "symfony/service-implementation": ""
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "2.5-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/contracts",
 
                    "url": "https://github.com/symfony/contracts"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Contracts\\Service\\": ""
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Generic abstractions related to writing services",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "abstractions",
 
                "contracts",
 
                "decoupling",
 
                "interfaces",
 
                "interoperability",
 
                "standards"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-05-30T19:17:29+00:00"
 
        },
 
        {
 
            "name": "symfony/stopwatch",
 
            "version": "v4.4.46",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/stopwatch.git",
 
                "reference": "757660703fbd139eea0001b759c6c3bf5bc3ea52"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/757660703fbd139eea0001b759c6c3bf5bc3ea52",
 
                "reference": "757660703fbd139eea0001b759c6c3bf5bc3ea52",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1.3",
 
                "symfony/service-contracts": "^1.0|^2"
 
            },
 
            "require-dev": {
 
                "symfony/polyfill-php72": "~1.5"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\Stopwatch\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Provides a way to profile code",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/stopwatch/tree/v4.4.46"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-09-28T12:53:24+00:00"
 
        },
 
        {
 
            "name": "symfony/yaml",
 
            "version": "v3.4.47",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/yaml.git",
 
                "reference": "88289caa3c166321883f67fe5130188ebbb47094"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
 
                "reference": "88289caa3c166321883f67fe5130188ebbb47094",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^5.5.9|>=7.0.8",
 
                "symfony/polyfill-ctype": "~1.8"
 
            },
 
            "conflict": {
 
                "symfony/console": "<3.4"
 
            },
 
            "require-dev": {
 
                "symfony/console": "~3.4|~4.0"
 
            },
 
            "suggest": {
 
                "symfony/console": "For validating YAML files using the lint command"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\Yaml\\": ""
 
@@ -5381,286 +5068,289 @@
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Code Climate",
 
                    "email": "hello@codeclimate.com",
 
                    "homepage": "https://codeclimate.com"
 
                }
 
            ],
 
            "description": "PHP client for reporting test coverage to Code Climate",
 
            "homepage": "https://github.com/codeclimate/php-test-reporter",
 
            "keywords": [
 
                "codeclimate",
 
                "coverage"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/codeclimate/php-test-reporter/issues",
 
                "source": "https://github.com/codeclimate/php-test-reporter/tree/master"
 
            },
 
            "time": "2016-04-19T16:54:33+00:00"
 
        },
 
        {
 
            "name": "doctrine/instantiator",
 
            "version": "1.5.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/doctrine/instantiator.git",
 
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
 
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.1 || ^8.0"
 
            },
 
            "require-dev": {
 
                "doctrine/coding-standard": "^9 || ^11",
 
                "ext-pdo": "*",
 
                "ext-phar": "*",
 
                "phpbench/phpbench": "^0.16 || ^1",
 
                "phpstan/phpstan": "^1.4",
 
                "phpstan/phpstan-phpunit": "^1",
 
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
 
                "vimeo/psalm": "^4.30 || ^5.4"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Marco Pivetta",
 
                    "email": "ocramius@gmail.com",
 
                    "homepage": "https://ocramius.github.io/"
 
                }
 
            ],
 
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
 
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
 
            "keywords": [
 
                "constructor",
 
                "instantiate"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/doctrine/instantiator/issues",
 
                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://www.doctrine-project.org/sponsorship.html",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://www.patreon.com/phpdoctrine",
 
                    "type": "patreon"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-12-30T00:15:36+00:00"
 
        },
 
        {
 
            "name": "guzzle/guzzle",
 
            "version": "v3.8.1",
 
            "version": "v3.9.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/guzzle.git",
 
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
 
                "url": "https://github.com/guzzle/guzzle3.git",
 
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
 
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
 
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
 
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-curl": "*",
 
                "php": ">=5.3.3",
 
                "symfony/event-dispatcher": ">=2.1"
 
                "symfony/event-dispatcher": "~2.1"
 
            },
 
            "replace": {
 
                "guzzle/batch": "self.version",
 
                "guzzle/cache": "self.version",
 
                "guzzle/common": "self.version",
 
                "guzzle/http": "self.version",
 
                "guzzle/inflection": "self.version",
 
                "guzzle/iterator": "self.version",
 
                "guzzle/log": "self.version",
 
                "guzzle/parser": "self.version",
 
                "guzzle/plugin": "self.version",
 
                "guzzle/plugin-async": "self.version",
 
                "guzzle/plugin-backoff": "self.version",
 
                "guzzle/plugin-cache": "self.version",
 
                "guzzle/plugin-cookie": "self.version",
 
                "guzzle/plugin-curlauth": "self.version",
 
                "guzzle/plugin-error-response": "self.version",
 
                "guzzle/plugin-history": "self.version",
 
                "guzzle/plugin-log": "self.version",
 
                "guzzle/plugin-md5": "self.version",
 
                "guzzle/plugin-mock": "self.version",
 
                "guzzle/plugin-oauth": "self.version",
 
                "guzzle/service": "self.version",
 
                "guzzle/stream": "self.version"
 
            },
 
            "require-dev": {
 
                "doctrine/cache": "*",
 
                "monolog/monolog": "1.*",
 
                "doctrine/cache": "~1.3",
 
                "monolog/monolog": "~1.0",
 
                "phpunit/phpunit": "3.7.*",
 
                "psr/log": "1.0.*",
 
                "symfony/class-loader": "*",
 
                "zendframework/zend-cache": "<2.3",
 
                "zendframework/zend-log": "<2.3"
 
                "psr/log": "~1.0",
 
                "symfony/class-loader": "~2.1",
 
                "zendframework/zend-cache": "2.*,<2.3",
 
                "zendframework/zend-log": "2.*,<2.3"
 
            },
 
            "suggest": {
 
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "3.8-dev"
 
                    "dev-master": "3.9-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-0": {
 
                    "Guzzle": "src/",
 
                    "Guzzle\\Tests": "tests/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                },
 
                {
 
                    "name": "Guzzle Community",
 
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
 
                }
 
            ],
 
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
 
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
 
            "homepage": "http://guzzlephp.org/",
 
            "keywords": [
 
                "client",
 
                "curl",
 
                "framework",
 
                "http",
 
                "http client",
 
                "rest",
 
                "web service"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/guzzle/issues",
 
                "source": "https://github.com/guzzle/guzzle/tree/master"
 
                "issues": "https://github.com/guzzle/guzzle3/issues",
 
                "source": "https://github.com/guzzle/guzzle3/tree/master"
 
            },
 
            "abandoned": "guzzlehttp/guzzle",
 
            "time": "2014-01-28T22:29:15+00:00"
 
            "time": "2015-03-18T18:23:50+00:00"
 
        },
 
        {
 
            "name": "phpdocumentor/reflection-common",
 
            "version": "2.2.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
 
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
 
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-2.x": "2.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "phpDocumentor\\Reflection\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Jaap van Otterdijk",
 
                    "email": "opensource@ijaap.nl"
 
                }
 
            ],
 
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
 
            "homepage": "http://www.phpdoc.org",
 
            "keywords": [
 
                "FQSEN",
 
                "phpDocumentor",
 
                "phpdoc",
 
                "reflection",
 
                "static analysis"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
 
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
 
            },
 
            "time": "2020-06-27T09:03:43+00:00"
 
        },
 
        {
 
            "name": "phpdocumentor/reflection-docblock",
 
            "version": "5.3.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
 
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
 
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-filter": "*",
 
                "php": "^7.2 || ^8.0",
 
                "phpdocumentor/reflection-common": "^2.2",
 
                "phpdocumentor/type-resolver": "^1.3",
 
                "webmozart/assert": "^1.9.1"
 
            },
 
            "require-dev": {
 
                "mockery/mockery": "~1.3.2",
 
                "psalm/phar": "^4.8"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "5.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "phpDocumentor\\Reflection\\": "src"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
@@ -6663,325 +6353,225 @@
 
                    "role": "lead"
 
                }
 
            ],
 
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
 
            "homepage": "https://github.com/sebastianbergmann/version",
 
            "support": {
 
                "issues": "https://github.com/sebastianbergmann/version/issues",
 
                "source": "https://github.com/sebastianbergmann/version/tree/1.0.6"
 
            },
 
            "time": "2015-06-21T13:59:46+00:00"
 
        },
 
        {
 
            "name": "squizlabs/php_codesniffer",
 
            "version": "2.9.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
 
                "reference": "2acf168de78487db620ab4bc524135a13cfe6745"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745",
 
                "reference": "2acf168de78487db620ab4bc524135a13cfe6745",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-simplexml": "*",
 
                "ext-tokenizer": "*",
 
                "ext-xmlwriter": "*",
 
                "php": ">=5.1.2"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "~4.0"
 
            },
 
            "bin": [
 
                "scripts/phpcs",
 
                "scripts/phpcbf"
 
            ],
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "classmap": [
 
                    "CodeSniffer.php",
 
                    "CodeSniffer/CLI.php",
 
                    "CodeSniffer/Exception.php",
 
                    "CodeSniffer/File.php",
 
                    "CodeSniffer/Fixer.php",
 
                    "CodeSniffer/Report.php",
 
                    "CodeSniffer/Reporting.php",
 
                    "CodeSniffer/Sniff.php",
 
                    "CodeSniffer/Tokens.php",
 
                    "CodeSniffer/Reports/",
 
                    "CodeSniffer/Tokenizers/",
 
                    "CodeSniffer/DocGenerators/",
 
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
 
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
 
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
 
                    "CodeSniffer/Standards/IncorrectPatternException.php",
 
                    "CodeSniffer/Standards/Generic/Sniffs/",
 
                    "CodeSniffer/Standards/MySource/Sniffs/",
 
                    "CodeSniffer/Standards/PEAR/Sniffs/",
 
                    "CodeSniffer/Standards/PSR1/Sniffs/",
 
                    "CodeSniffer/Standards/PSR2/Sniffs/",
 
                    "CodeSniffer/Standards/Squiz/Sniffs/",
 
                    "CodeSniffer/Standards/Zend/Sniffs/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-3-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Greg Sherwood",
 
                    "role": "lead"
 
                }
 
            ],
 
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
 
            "homepage": "http://www.squizlabs.com/php-codesniffer",
 
            "keywords": [
 
                "phpcs",
 
                "standards"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
 
                "source": "https://github.com/squizlabs/PHP_CodeSniffer",
 
                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
 
            },
 
            "time": "2018-11-07T22:31:41+00:00"
 
        },
 
        {
 
            "name": "symfony/event-dispatcher",
 
            "version": "v4.4.44",
 
            "version": "v2.8.52",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/event-dispatcher.git",
 
                "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a"
 
                "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
 
                "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
 
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
 
                "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1.3",
 
                "symfony/event-dispatcher-contracts": "^1.1",
 
                "symfony/polyfill-php80": "^1.16"
 
            },
 
            "conflict": {
 
                "symfony/dependency-injection": "<3.4"
 
            },
 
            "provide": {
 
                "psr/event-dispatcher-implementation": "1.0",
 
                "symfony/event-dispatcher-implementation": "1.1"
 
                "php": ">=5.3.9"
 
            },
 
            "require-dev": {
 
                "psr/log": "^1|^2|^3",
 
                "symfony/config": "^3.4|^4.0|^5.0",
 
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
                "symfony/error-handler": "~3.4|~4.4",
 
                "symfony/expression-language": "^3.4|^4.0|^5.0",
 
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
 
                "symfony/service-contracts": "^1.1|^2",
 
                "symfony/stopwatch": "^3.4|^4.0|^5.0"
 
                "psr/log": "~1.0",
 
                "symfony/config": "^2.0.5|~3.0.0",
 
                "symfony/dependency-injection": "~2.6|~3.0.0",
 
                "symfony/expression-language": "~2.6|~3.0.0",
 
                "symfony/stopwatch": "~2.3|~3.0.0"
 
            },
 
            "suggest": {
 
                "symfony/dependency-injection": "",
 
                "symfony/http-kernel": ""
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.8-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Component\\EventDispatcher\\": ""
 
                },
 
                "exclude-from-classmap": [
 
                    "/Tests/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
 
            "description": "Symfony EventDispatcher Component",
 
            "homepage": "https://symfony.com",
 
            "support": {
 
                "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-07-20T09:59:04+00:00"
 
        },
 
        {
 
            "name": "symfony/event-dispatcher-contracts",
 
            "version": "v1.1.13",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
 
                "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
 
                "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=7.1.3"
 
                "source": "https://github.com/symfony/event-dispatcher/tree/v2.8.50"
 
            },
 
            "suggest": {
 
                "psr/event-dispatcher": "",
 
                "symfony/event-dispatcher-implementation": ""
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-main": "1.1-dev"
 
                },
 
                "thanks": {
 
                    "name": "symfony/contracts",
 
                    "url": "https://github.com/symfony/contracts"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Symfony\\Contracts\\EventDispatcher\\": ""
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Nicolas Grekas",
 
                    "email": "p@tchwork.com"
 
                },
 
                {
 
                    "name": "Symfony Community",
 
                    "homepage": "https://symfony.com/contributors"
 
                }
 
            ],
 
            "description": "Generic abstractions related to dispatching event",
 
            "homepage": "https://symfony.com",
 
            "keywords": [
 
                "abstractions",
 
                "contracts",
 
                "decoupling",
 
                "interfaces",
 
                "interoperability",
 
                "standards"
 
            ],
 
            "support": {
 
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://symfony.com/sponsor",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-01-02T09:41:36+00:00"
 
            "time": "2018-11-21T14:20:20+00:00"
 
        },
 
        {
 
            "name": "webmozart/assert",
 
            "version": "1.11.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/webmozarts/assert.git",
 
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
 
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-ctype": "*",
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "conflict": {
 
                "phpstan/phpstan": "<0.12.20",
 
                "vimeo/psalm": "<4.6.1 || 4.6.2"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^8.5.13"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.10-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Webmozart\\Assert\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Bernhard Schussek",
 
                    "email": "bschussek@gmail.com"
 
                }
 
            ],
 
            "description": "Assertions to validate method input/output with nice error messages.",
 
            "keywords": [
 
                "assert",
 
                "check",
 
                "validate"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/webmozarts/assert/issues",
 
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
 
            },
 
            "time": "2022-06-03T18:03:27+00:00"
 
        }
 
    ],
 
    "aliases": [],
 
    "minimum-stability": "stable",
 
    "stability-flags": [],
 
    "prefer-stable": false,
 
    "prefer-lowest": false,
 
    "platform": [],
 
    "platform-dev": [],
 
    "plugin-api-version": "2.1.0"
 
    "plugin-api-version": "2.3.0"
 
}
0 comments (0 inline, 0 general)