elisei/pagbank-payment-magento

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "27ec71379492b70c8d52875de442bf89",
    "packages": [
        {
            "name": "brick/math",
            "version": "0.10.2",
            "source": {
                "type": "git",
                "url": "https://github.com/brick/math.git",
                "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
                "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.2",
                "phpunit/phpunit": "^9.0",
                "vimeo/psalm": "4.25.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Brick\\Math\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Arbitrary-precision arithmetic library",
            "keywords": [
                "Arbitrary-precision",
                "BigInteger",
                "BigRational",
                "arithmetic",
                "bigdecimal",
                "bignum",
                "brick",
                "math"
            ],
            "support": {
                "issues": "https://github.com/brick/math/issues",
                "source": "https://github.com/brick/math/tree/0.10.2"
            },
            "funding": [
                {
                    "url": "https://github.com/BenMorel",
                    "type": "github"
                }
            ],
            "time": "2022-08-10T22:54:19+00:00"
        },
        {
            "name": "colinmollenhour/credis",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/colinmollenhour/credis.git",
                "reference": "dccc8a46586475075fbb012d8bd523b8a938c2dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/dccc8a46586475075fbb012d8bd523b8a938c2dc",
                "reference": "dccc8a46586475075fbb012d8bd523b8a938c2dc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "suggest": {
                "ext-redis": "Improved performance for communicating with redis"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "Client.php",
                    "Cluster.php",
                    "Sentinel.php",
                    "Module.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin Mollenhour",
                    "email": "colin@mollenhour.com"
                }
            ],
            "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
            "homepage": "https://github.com/colinmollenhour/credis",
            "support": {
                "issues": "https://github.com/colinmollenhour/credis/issues",
                "source": "https://github.com/colinmollenhour/credis/tree/v1.14.0"
            },
            "time": "2022-11-09T01:18:39+00:00"
        },
        {
            "name": "colinmollenhour/php-redis-session-abstract",
            "version": "v1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/colinmollenhour/php-redis-session-abstract.git",
                "reference": "3df52a7247a97fb4ec5bddfb731d1a6cddb5ef99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/colinmollenhour/php-redis-session-abstract/zipball/3df52a7247a97fb4ec5bddfb731d1a6cddb5ef99",
                "reference": "3df52a7247a97fb4ec5bddfb731d1a6cddb5ef99",
                "shasum": ""
            },
            "require": {
                "colinmollenhour/credis": "~1.6",
                "php": "^5.5 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Cm\\RedisSession\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin Mollenhour"
                }
            ],
            "description": "A Redis-based session handler with optimistic locking",
            "homepage": "https://github.com/colinmollenhour/php-redis-session-abstract",
            "support": {
                "issues": "https://github.com/colinmollenhour/php-redis-session-abstract/issues",
                "source": "https://github.com/colinmollenhour/php-redis-session-abstract/tree/v1.5.1"
            },
            "time": "2022-11-16T19:36:20+00:00"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
                "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "psr/log": "^1.0",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.3.5"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2023-01-11T08:27:00+00:00"
        },
        {
            "name": "composer/class-map-generator",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/class-map-generator.git",
                "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513",
                "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^2 || ^3",
                "php": "^7.2 || ^8.0",
                "symfony/finder": "^4.4 || ^5.3 || ^6"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.6",
                "phpstan/phpstan-deprecation-rules": "^1",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/filesystem": "^5.4 || ^6",
                "symfony/phpunit-bridge": "^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\ClassMapGenerator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Utilities to scan PHP code and generate class maps.",
            "keywords": [
                "classmap"
            ],
            "support": {
                "issues": "https://github.com/composer/class-map-generator/issues",
                "source": "https://github.com/composer/class-map-generator/tree/1.0.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-06-19T11:31:27+00:00"
        },
        {
            "name": "composer/composer",
            "version": "2.5.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/composer.git",
                "reference": "c7cffaad16a60636a776017eac5bd8cd0095c32f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/composer/zipball/c7cffaad16a60636a776017eac5bd8cd0095c32f",
                "reference": "c7cffaad16a60636a776017eac5bd8cd0095c32f",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "composer/class-map-generator": "^1.0",
                "composer/metadata-minifier": "^1.0",
                "composer/pcre": "^2.1 || ^3.1",
                "composer/semver": "^3.0",
                "composer/spdx-licenses": "^1.5.7",
                "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
                "justinrainbow/json-schema": "^5.2.11",
                "php": "^7.2.5 || ^8.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "react/promise": "^2.8",
                "seld/jsonlint": "^1.4",
                "seld/phar-utils": "^1.2",
                "seld/signal-handler": "^2.0",
                "symfony/console": "^5.4.11 || ^6.0.11",
                "symfony/filesystem": "^5.4 || ^6.0",
                "symfony/finder": "^5.4 || ^6.0",
                "symfony/polyfill-php73": "^1.24",
                "symfony/polyfill-php80": "^1.24",
                "symfony/polyfill-php81": "^1.24",
                "symfony/process": "^5.4 || ^6.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.9.3",
                "phpstan/phpstan-deprecation-rules": "^1",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpstan/phpstan-strict-rules": "^1",
                "phpstan/phpstan-symfony": "^1.2.10",
                "symfony/phpunit-bridge": "^6.0"
            },
            "suggest": {
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
                "ext-zlib": "Allow gzip compression of HTTP requests"
            },
            "bin": [
                "bin/composer"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "phpstan": {
                    "includes": [
                        "phpstan/rules.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\": "src/Composer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "https://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
            "homepage": "https://getcomposer.org/",
            "keywords": [
                "autoload",
                "dependency",
                "package"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/composer/issues",
                "source": "https://github.com/composer/composer/tree/2.5.5"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2023-03-21T10:50:05+00:00"
        },
        {
            "name": "composer/metadata-minifier",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/metadata-minifier.git",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^2",
                "phpstan/phpstan": "^0.12.55",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\MetadataMinifier\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Small utility library that handles metadata minification and expansion.",
            "keywords": [
                "composer",
                "compression"
            ],
            "support": {
                "issues": "https://github.com/composer/metadata-minifier/issues",
                "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2021-04-07T13:37:33+00:00"
        },
        {
            "name": "composer/pcre",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/pcre.git",
                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.3",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/phpunit-bridge": "^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Pcre\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
            "keywords": [
                "PCRE",
                "preg",
                "regex",
                "regular expression"
            ],
            "support": {
                "issues": "https://github.com/composer/pcre/issues",
                "source": "https://github.com/composer/pcre/tree/3.1.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-17T09:50:14+00:00"
        },
        {
            "name": "composer/semver",
            "version": "3.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.4",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.3.2"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-01T19:23:25+00:00"
        },
        {
            "name": "composer/spdx-licenses",
            "version": "1.5.7",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/spdx-licenses.git",
                "reference": "c848241796da2abf65837d51dce1fae55a960149"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
                "reference": "c848241796da2abf65837d51dce1fae55a960149",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Spdx\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "SPDX licenses list and validation library.",
            "keywords": [
                "license",
                "spdx",
                "validator"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/spdx-licenses/issues",
                "source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-23T07:37:50+00:00"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
                "reference": "ced299686f41dce890debac69273b47ffe98a40c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
                "reference": "ced299686f41dce890debac69273b47ffe98a40c",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^1 || ^2 || ^3",
                "php": "^7.2.5 || ^8.0",
                "psr/log": "^1 || ^2 || ^3"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/phpunit-bridge": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Composer\\XdebugHandler\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "John Stevenson",
                    "email": "john-stevenson@blueyonder.co.uk"
                }
            ],
            "description": "Restarts a process without Xdebug.",
            "keywords": [
                "Xdebug",
                "performance"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/xdebug-handler/issues",
                "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2022-02-25T21:32:43+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": "7.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
                "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5",
                "guzzlehttp/psr7": "^1.9 || ^2.4",
                "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": "*",
                "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": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "7.5-dev"
                }
            },
            "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",
            "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/7.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/guzzle",
                    "type": "tidelift"
                }
            ],
            "time": "2022-08-28T15:39:27+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": "2.4.4",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
                "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "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
                },
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "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/2.4.4"
            },
            "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-03-09T13:19:02+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "5.2.12",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
                "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpunit/phpunit": "^4.8.35"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "support": {
                "issues": "https://github.com/justinrainbow/json-schema/issues",
                "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
            },
            "time": "2022-04-13T08:02:27+00:00"
        },
        {
            "name": "laminas/laminas-captcha",
            "version": "2.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-captcha.git",
                "reference": "8623619b1b634ba3672f91a9fb610deffec9c932"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/8623619b1b634ba3672f91a9fb610deffec9c932",
                "reference": "8623619b1b634ba3672f91a9fb610deffec9c932",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-recaptcha": "^3.4.0",
                "laminas/laminas-session": "^2.12",
                "laminas/laminas-stdlib": "^3.10.1",
                "laminas/laminas-text": "^2.9.0",
                "laminas/laminas-validator": "^2.19.0",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-captcha": "*"
            },
            "require-dev": {
                "ext-gd": "*",
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.4",
                "vimeo/psalm": "^5.1"
            },
            "suggest": {
                "laminas/laminas-i18n-resources": "Translations of captcha messages"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Captcha\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "captcha",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-captcha/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-captcha/issues",
                "rss": "https://github.com/laminas/laminas-captcha/releases.atom",
                "source": "https://github.com/laminas/laminas-captcha"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-01-01T13:12:40+00:00"
        },
        {
            "name": "laminas/laminas-code",
            "version": "4.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-code.git",
                "reference": "ad8b36073f9ac792716478befadca0798cc15635"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/ad8b36073f9ac792716478befadca0798cc15635",
                "reference": "ad8b36073f9ac792716478befadca0798cc15635",
                "shasum": ""
            },
            "require": {
                "php": "~8.1.0 || ~8.2.0"
            },
            "require-dev": {
                "doctrine/annotations": "^2.0.0",
                "ext-phar": "*",
                "laminas/laminas-coding-standard": "^2.3.0",
                "laminas/laminas-stdlib": "^3.6.1",
                "phpunit/phpunit": "^10.0.9",
                "psalm/plugin-phpunit": "^0.18.4",
                "vimeo/psalm": "^5.7.1"
            },
            "suggest": {
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Code\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
            "homepage": "https://laminas.dev",
            "keywords": [
                "code",
                "laminas",
                "laminasframework"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-code/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-code/issues",
                "rss": "https://github.com/laminas/laminas-code/releases.atom",
                "source": "https://github.com/laminas/laminas-code"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-03-08T11:55:01+00:00"
        },
        {
            "name": "laminas/laminas-config",
            "version": "3.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-config.git",
                "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-config/zipball/46baad58d0b12cf98539e04334eff40a1fdfb9a0",
                "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "laminas/laminas-stdlib": "^3.6",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
                "psr/container": "^1.0"
            },
            "conflict": {
                "container-interop/container-interop": "<1.2.0",
                "zendframework/zend-config": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "laminas/laminas-filter": "~2.23.0",
                "laminas/laminas-i18n": "~2.19.0",
                "laminas/laminas-servicemanager": "~3.19.0",
                "phpunit/phpunit": "~9.5.25"
            },
            "suggest": {
                "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
                "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Config\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
            "homepage": "https://laminas.dev",
            "keywords": [
                "config",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-config/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-config/issues",
                "rss": "https://github.com/laminas/laminas-config/releases.atom",
                "source": "https://github.com/laminas/laminas-config"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-10-16T14:21:22+00:00"
        },
        {
            "name": "laminas/laminas-crypt",
            "version": "3.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-crypt.git",
                "reference": "588375caf4d505fee90d1449e9714c912ceb5051"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/588375caf4d505fee90d1449e9714c912ceb5051",
                "reference": "588375caf4d505fee90d1449e9714c912ceb5051",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "laminas/laminas-math": "^3.4",
                "laminas/laminas-servicemanager": "^3.11.2",
                "laminas/laminas-stdlib": "^3.6",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
                "psr/container": "^1.1"
            },
            "conflict": {
                "zendframework/zend-crypt": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "^9.5.25"
            },
            "suggest": {
                "ext-openssl": "Required for most features of Laminas\\Crypt"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Crypt\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Strong cryptography tools and password hashing",
            "homepage": "https://laminas.dev",
            "keywords": [
                "crypt",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-crypt/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-crypt/issues",
                "rss": "https://github.com/laminas/laminas-crypt/releases.atom",
                "source": "https://github.com/laminas/laminas-crypt"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-03-03T15:57:57+00:00"
        },
        {
            "name": "laminas/laminas-db",
            "version": "2.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-db.git",
                "reference": "9020ba27ffa4966c03cac743144bfd6716fdab60"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-db/zipball/9020ba27ffa4966c03cac743144bfd6716fdab60",
                "reference": "9020ba27ffa4966c03cac743144bfd6716fdab60",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^3.7.1",
                "php": "~8.0.0 || ~8.1.0|| ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-db": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "^2.4.0",
                "laminas/laminas-eventmanager": "^3.6.0",
                "laminas/laminas-hydrator": "^4.7",
                "laminas/laminas-servicemanager": "^3.19.0",
                "phpunit/phpunit": "^9.5.25"
            },
            "suggest": {
                "laminas/laminas-eventmanager": "Laminas\\EventManager component",
                "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "component": "Laminas\\Db",
                    "config-provider": "Laminas\\Db\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Db\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
            "homepage": "https://laminas.dev",
            "keywords": [
                "db",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-db/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-db/issues",
                "rss": "https://github.com/laminas/laminas-db/releases.atom",
                "source": "https://github.com/laminas/laminas-db"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-01-31T12:09:24+00:00"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-mbstring": "*",
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-escaper": "*"
            },
            "require-dev": {
                "infection/infection": "^0.26.6",
                "laminas/laminas-coding-standard": "~2.4.0",
                "maglnet/composer-require-checker": "^3.8.0",
                "phpunit/phpunit": "^9.5.18",
                "psalm/plugin-phpunit": "^0.17.0",
                "vimeo/psalm": "^4.22.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-escaper/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-escaper/issues",
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                "source": "https://github.com/laminas/laminas-escaper"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-10-10T10:11:09+00:00"
        },
        {
            "name": "laminas/laminas-eventmanager",
            "version": "3.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-eventmanager.git",
                "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba",
                "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba",
                "shasum": ""
            },
            "require": {
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "container-interop/container-interop": "<1.2",
                "zendframework/zend-eventmanager": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.5.0",
                "laminas/laminas-stdlib": "^3.15",
                "phpbench/phpbench": "^1.2.7",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.0",
                "psr/container": "^1.1.2 || ^2.0.2",
                "vimeo/psalm": "^5.0.0"
            },
            "suggest": {
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
                "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\EventManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Trigger and listen to events within a PHP application",
            "homepage": "https://laminas.dev",
            "keywords": [
                "event",
                "eventmanager",
                "events",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-eventmanager/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-eventmanager/issues",
                "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
                "source": "https://github.com/laminas/laminas-eventmanager"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-01-11T19:52:45+00:00"
        },
        {
            "name": "laminas/laminas-file",
            "version": "2.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-file.git",
                "reference": "9e8ff3a6d7ccaad0865581ef672a7c48260b65d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-file/zipball/9e8ff3a6d7ccaad0865581ef672a7c48260b65d9",
                "reference": "9e8ff3a6d7ccaad0865581ef672a7c48260b65d9",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^2.7.7 || ^3.15.0",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-file": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-filter": "^2.7.2",
                "laminas/laminas-i18n": "^2.7.4",
                "laminas/laminas-progressbar": "^2.5.2",
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
                "laminas/laminas-session": "^2.8",
                "laminas/laminas-validator": "^2.10.1",
                "phpunit/phpunit": "^9.5.10"
            },
            "suggest": {
                "laminas/laminas-filter": "Laminas\\Filter component",
                "laminas/laminas-i18n": "Laminas\\I18n component",
                "laminas/laminas-validator": "Laminas\\Validator component"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\File\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Locate PHP classfiles",
            "homepage": "https://laminas.dev",
            "keywords": [
                "file",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-file/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-file/issues",
                "rss": "https://github.com/laminas/laminas-file/releases.atom",
                "source": "https://github.com/laminas/laminas-file"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-11-21T06:59:25+00:00"
        },
        {
            "name": "laminas/laminas-filter",
            "version": "2.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-filter.git",
                "reference": "548a6597d357b0b0b139cc7bffea4dfbc50eb5a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/548a6597d357b0b0b139cc7bffea4dfbc50eb5a8",
                "reference": "548a6597d357b0b0b139cc7bffea4dfbc50eb5a8",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "laminas/laminas-servicemanager": "^3.14.0",
                "laminas/laminas-stdlib": "^3.13.0",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "laminas/laminas-validator": "<2.10.1",
                "zendframework/zend-filter": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.5.0",
                "laminas/laminas-crypt": "^3.9",
                "laminas/laminas-uri": "^2.10",
                "pear/archive_tar": "^1.4.14",
                "phpunit/phpunit": "^9.5.27",
                "psalm/plugin-phpunit": "^0.18.4",
                "psr/http-factory": "^1.0.1",
                "vimeo/psalm": "^5.3"
            },
            "suggest": {
                "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
                "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
                "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
                "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "component": "Laminas\\Filter",
                    "config-provider": "Laminas\\Filter\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Filter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Programmatically filter and normalize data and files",
            "homepage": "https://laminas.dev",
            "keywords": [
                "filter",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-filter/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-filter/issues",
                "rss": "https://github.com/laminas/laminas-filter/releases.atom",
                "source": "https://github.com/laminas/laminas-filter"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-01-12T06:17:48+00:00"
        },
        {
            "name": "laminas/laminas-http",
            "version": "2.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-http.git",
                "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-http/zipball/76de9008f889bc7088f85a41d0d2b06c2b59c53d",
                "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-loader": "^2.8",
                "laminas/laminas-stdlib": "^3.6",
                "laminas/laminas-uri": "^2.9.1",
                "laminas/laminas-validator": "^2.15",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-http": "*"
            },
            "require-dev": {
                "ext-curl": "*",
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "^9.5.25"
            },
            "suggest": {
                "paragonie/certainty": "For automated management of cacert.pem"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Http\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "http client",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-http/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-http/issues",
                "rss": "https://github.com/laminas/laminas-http/releases.atom",
                "source": "https://github.com/laminas/laminas-http"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-11-23T15:45:41+00:00"
        },
        {
            "name": "laminas/laminas-i18n",
            "version": "2.22.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-i18n.git",
                "reference": "fc13d1314941bd9acda3861883cd9139d747f98f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/fc13d1314941bd9acda3861883cd9139d747f98f",
                "reference": "fc13d1314941bd9acda3861883cd9139d747f98f",
                "shasum": ""
            },
            "require": {
                "ext-intl": "*",
                "laminas/laminas-servicemanager": "^3.14.0",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "laminas/laminas-view": "<2.20.0",
                "phpspec/prophecy": "<1.9.0",
                "zendframework/zend-i18n": "*"
            },
            "require-dev": {
                "laminas/laminas-cache": "^3.8",
                "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
                "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1",
                "laminas/laminas-coding-standard": "~2.5.0",
                "laminas/laminas-config": "^3.8.0",
                "laminas/laminas-eventmanager": "^3.7",
                "laminas/laminas-filter": "^2.28.1",
                "laminas/laminas-validator": "^2.28",
                "laminas/laminas-view": "^2.25",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.3",
                "vimeo/psalm": "^5.0.0"
            },
            "suggest": {
                "laminas/laminas-cache": "You should install this package to cache the translations",
                "laminas/laminas-config": "You should install this package to use the INI translation format",
                "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
                "laminas/laminas-filter": "You should install this package to use the provided filters",
                "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
                "laminas/laminas-validator": "You should install this package to use the provided validators",
                "laminas/laminas-view": "You should install this package to use the provided view helpers"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "component": "Laminas\\I18n",
                    "config-provider": "Laminas\\I18n\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\I18n\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provide translations for your application, and filter and validate internationalized values",
            "homepage": "https://laminas.dev",
            "keywords": [
                "i18n",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-i18n/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-i18n/issues",
                "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
                "source": "https://github.com/laminas/laminas-i18n"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-03-12T01:03:50+00:00"
        },
        {
            "name": "laminas/laminas-loader",
            "version": "2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-loader.git",
                "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/51ed9c3fa42d1098a9997571730c0cbf42d078d3",
                "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3",
                "shasum": ""
            },
            "require": {
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-loader": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "~9.5.25"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Loader\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Autoloading and plugin loading strategies",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "loader"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-loader/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-loader/issues",
                "rss": "https://github.com/laminas/laminas-loader/releases.atom",
                "source": "https://github.com/laminas/laminas-loader"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-10-16T12:50:49+00:00"
        },
        {
            "name": "laminas/laminas-mail",
            "version": "2.22.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mail.git",
                "reference": "1d307ff65328c00117c6d90ba0084fdd0fc2bd5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/1d307ff65328c00117c6d90ba0084fdd0fc2bd5c",
                "reference": "1d307ff65328c00117c6d90ba0084fdd0fc2bd5c",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "laminas/laminas-loader": "^2.8.0",
                "laminas/laminas-mime": "^2.10.0",
                "laminas/laminas-stdlib": "^3.11.0",
                "laminas/laminas-validator": "^2.23.0",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
                "symfony/polyfill-intl-idn": "^1.26.0",
                "symfony/polyfill-mbstring": "^1.16.0",
                "webmozart/assert": "^1.11.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.5.0",
                "laminas/laminas-crypt": "^3.9.0",
                "laminas/laminas-db": "^2.16",
                "laminas/laminas-servicemanager": "^3.20",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.4",
                "symfony/process": "^6.0.11",
                "vimeo/psalm": "^5.1"
            },
            "suggest": {
                "laminas/laminas-crypt": "^3.8 Crammd5 support in SMTP Auth",
                "laminas/laminas-servicemanager": "^3.16 when using SMTP to deliver messages"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "component": "Laminas\\Mail",
                    "config-provider": "Laminas\\Mail\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mail\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mail"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-mail/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-mail/issues",
                "rss": "https://github.com/laminas/laminas-mail/releases.atom",
                "source": "https://github.com/laminas/laminas-mail"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-01-18T08:33:48+00:00"
        },
        {
            "name": "laminas/laminas-math",
            "version": "3.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-math.git",
                "reference": "5770fc632a3614f5526632a8b70f41b65130460e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-math/zipball/5770fc632a3614f5526632a8b70f41b65130460e",
                "reference": "5770fc632a3614f5526632a8b70f41b65130460e",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-math": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "~9.5.25"
            },
            "suggest": {
                "ext-bcmath": "If using the bcmath functionality",
                "ext-gmp": "If using the gmp functionality"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2.x-dev",
                    "dev-develop": "3.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Math\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "math"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-math/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-math/issues",
                "rss": "https://github.com/laminas/laminas-math/releases.atom",
                "source": "https://github.com/laminas/laminas-math"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-10-16T14:22:28+00:00"
        },
        {
            "name": "laminas/laminas-mime",
            "version": "2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mime.git",
                "reference": "60ec04b755821c79c1987ce291b44e69f2c0831f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/60ec04b755821c79c1987ce291b44e69f2c0831f",
                "reference": "60ec04b755821c79c1987ce291b44e69f2c0831f",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-mime": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "laminas/laminas-mail": "^2.19.0",
                "phpunit/phpunit": "~9.5.25"
            },
            "suggest": {
                "laminas/laminas-mail": "Laminas\\Mail component"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Mime\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Create and parse MIME messages and parts",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mime"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-mime/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-mime/issues",
                "rss": "https://github.com/laminas/laminas-mime/releases.atom",
                "source": "https://github.com/laminas/laminas-mime"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-10-18T08:38:15+00:00"
        },
        {
            "name": "laminas/laminas-oauth",
            "version": "2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-oauth.git",
                "reference": "882daa922f3d4f3c1a4282d5c0afeddabefaadb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-oauth/zipball/882daa922f3d4f3c1a4282d5c0afeddabefaadb9",
                "reference": "882daa922f3d4f3c1a4282d5c0afeddabefaadb9",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-config": "^3.7",
                "laminas/laminas-crypt": "^3.6.0",
                "laminas/laminas-http": "^2.15",
                "laminas/laminas-i18n": "^2.13.0",
                "laminas/laminas-loader": "^2.8",
                "laminas/laminas-math": "^3.5",
                "laminas/laminas-stdlib": "^3.10",
                "laminas/laminas-uri": "^2.9",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zendoauth": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^9.5.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\OAuth\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "oauth"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-oauth/issues",
                "rss": "https://github.com/laminas/laminas-oauth/releases.atom",
                "source": "https://github.com/laminas/laminas-oauth"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-11-17T10:40:56+00:00"
        },
        {
            "name": "laminas/laminas-permissions-acl",
            "version": "2.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-permissions-acl.git",
                "reference": "86cecb540cf8f2e088d70d8acef1fc9203ed5023"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/86cecb540cf8f2e088d70d8acef1fc9203ed5023",
                "reference": "86cecb540cf8f2e088d70d8acef1fc9203ed5023",
                "shasum": ""
            },
            "require": {
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "laminas/laminas-servicemanager": "<3.0",
                "zendframework/zend-permissions-acl": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.5.0",
                "laminas/laminas-servicemanager": "^3.19",
                "phpbench/phpbench": "^1.2",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.0",
                "vimeo/psalm": "^5.0"
            },
            "suggest": {
                "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Permissions\\Acl\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
            "homepage": "https://laminas.dev",
            "keywords": [
                "acl",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-permissions-acl/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-permissions-acl/issues",
                "rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom",
                "source": "https://github.com/laminas/laminas-permissions-acl"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-02-01T16:19:54+00:00"
        },
        {
            "name": "laminas/laminas-recaptcha",
            "version": "3.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-recaptcha.git",
                "reference": "ead14136a0ded44d1a72f4885df0f3333065d919"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/ead14136a0ded44d1a72f4885df0f3333065d919",
                "reference": "ead14136a0ded44d1a72f4885df0f3333065d919",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "laminas/laminas-http": "^2.15",
                "laminas/laminas-stdlib": "^3.10.1",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zendservice-recaptcha": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "laminas/laminas-config": "^3.7",
                "laminas/laminas-validator": "^2.15",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.0",
                "vimeo/psalm": "^5.0.0"
            },
            "suggest": {
                "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\ReCaptcha\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "OOP wrapper for the ReCaptcha web service",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "recaptcha"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-recaptcha/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-recaptcha/issues",
                "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom",
                "source": "https://github.com/laminas/laminas-recaptcha"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-12-05T21:28:54+00:00"
        },
        {
            "name": "laminas/laminas-servicemanager",
            "version": "3.20.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-servicemanager.git",
                "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
                "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^3.2.1",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
                "psr/container": "^1.0"
            },
            "conflict": {
                "ext-psr": "*",
                "laminas/laminas-code": "<3.3.1",
                "zendframework/zend-code": "<3.3.1",
                "zendframework/zend-servicemanager": "*"
            },
            "provide": {
                "psr/container-implementation": "^1.0"
            },
            "replace": {
                "container-interop/container-interop": "^1.2.0"
            },
            "require-dev": {
                "composer/package-versions-deprecated": "^1.11.99.5",
                "laminas/laminas-coding-standard": "~2.4.0",
                "laminas/laminas-container-config-test": "^0.8",
                "laminas/laminas-dependency-plugin": "^2.2",
                "mikey179/vfsstream": "^1.6.11@alpha",
                "ocramius/proxy-manager": "^2.14.1",
                "phpbench/phpbench": "^1.2.7",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.0",
                "vimeo/psalm": "^5.0.0"
            },
            "suggest": {
                "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
            },
            "bin": [
                "bin/generate-deps-for-config-factory",
                "bin/generate-factory-for-class"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "src/autoload.php"
                ],
                "psr-4": {
                    "Laminas\\ServiceManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Factory-Driven Dependency Injection Container",
            "homepage": "https://laminas.dev",
            "keywords": [
                "PSR-11",
                "dependency-injection",
                "di",
                "dic",
                "laminas",
                "service-manager",
                "servicemanager"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-servicemanager/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-servicemanager/issues",
                "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
                "source": "https://github.com/laminas/laminas-servicemanager"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-12-01T17:03:38+00:00"
        },
        {
            "name": "laminas/laminas-session",
            "version": "2.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-session.git",
                "reference": "9c845a0361625d5775cad6f043716196201ad41f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-session/zipball/9c845a0361625d5775cad6f043716196201ad41f",
                "reference": "9c845a0361625d5775cad6f043716196201ad41f",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-eventmanager": "^3.5",
                "laminas/laminas-servicemanager": "^3.15.1",
                "laminas/laminas-stdlib": "^3.10.1",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-session": "*"
            },
            "require-dev": {
                "laminas/laminas-cache": "^3.8",
                "laminas/laminas-cache-storage-adapter-memory": "^2.2",
                "laminas/laminas-coding-standard": "~2.4.0",
                "laminas/laminas-db": "^2.15",
                "laminas/laminas-http": "^2.17.1",
                "laminas/laminas-validator": "^2.28",
                "mongodb/mongodb": "~1.13.0",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.0",
                "vimeo/psalm": "^5.0"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component",
                "laminas/laminas-db": "Laminas\\Db component",
                "laminas/laminas-http": "Laminas\\Http component",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
                "laminas/laminas-validator": "Laminas\\Validator component",
                "mongodb/mongodb": "If you want to use the MongoDB session save handler"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "component": "Laminas\\Session",
                    "config-provider": "Laminas\\Session\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Session\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Object-oriented interface to PHP sessions and storage",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "session"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-session/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-session/issues",
                "rss": "https://github.com/laminas/laminas-session/releases.atom",
                "source": "https://github.com/laminas/laminas-session"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-12-04T11:15:36+00:00"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-stdlib.git",
                "reference": "dd35c868075bad80b6718959740913e178eb4274"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/dd35c868075bad80b6718959740913e178eb4274",
                "reference": "dd35c868075bad80b6718959740913e178eb4274",
                "shasum": ""
            },
            "require": {
                "php": "~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-stdlib": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "^2.5",
                "phpbench/phpbench": "^1.2.9",
                "phpunit/phpunit": "^10.0.16",
                "psalm/plugin-phpunit": "^0.18.4",
                "vimeo/psalm": "^5.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "SPL extensions, array utilities, error handlers, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "stdlib"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
                "source": "https://github.com/laminas/laminas-stdlib"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-03-20T13:51:37+00:00"
        },
        {
            "name": "laminas/laminas-text",
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-text.git",
                "reference": "40f7acdb284d41553d32db811e704d6e15e415b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-text/zipball/40f7acdb284d41553d32db811e704d6e15e415b4",
                "reference": "40f7acdb284d41553d32db811e704d6e15e415b4",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-servicemanager": "^3.19.0",
                "laminas/laminas-stdlib": "^3.7.1",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-text": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "^9.5",
                "psalm/plugin-phpunit": "^0.18.4",
                "vimeo/psalm": "^5.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Text\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Create FIGlets and text-based tables",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "text"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-text/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-text/issues",
                "rss": "https://github.com/laminas/laminas-text/releases.atom",
                "source": "https://github.com/laminas/laminas-text"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-12-11T15:36:27+00:00"
        },
        {
            "name": "laminas/laminas-uri",
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-uri.git",
                "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/663b050294945c7345cc3a61f3ca661d5f9e1f80",
                "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-escaper": "^2.9",
                "laminas/laminas-validator": "^2.15",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-uri": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~2.4.0",
                "phpunit/phpunit": "^9.5.25"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Uri\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "uri"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-uri/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-uri/issues",
                "rss": "https://github.com/laminas/laminas-uri/releases.atom",
                "source": "https://github.com/laminas/laminas-uri"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2022-10-16T15:02:45+00:00"
        },
        {
            "name": "laminas/laminas-validator",
            "version": "2.30.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-validator.git",
                "reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/b7d217b5e4951955fda9a3a5ada91b717b5c8d5c",
                "reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-servicemanager": "^3.12.0",
                "laminas/laminas-stdlib": "^3.13",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
                "psr/http-message": "^1.0.1"
            },
            "conflict": {
                "zendframework/zend-validator": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "^2.4.0",
                "laminas/laminas-db": "^2.16",
                "laminas/laminas-filter": "^2.28.1",
                "laminas/laminas-http": "^2.18",
                "laminas/laminas-i18n": "^2.19",
                "laminas/laminas-session": "^2.15",
                "laminas/laminas-uri": "^2.10.0",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.3",
                "psr/http-client": "^1.0.1",
                "psr/http-factory": "^1.0.1",
                "vimeo/psalm": "^5.0"
            },
            "suggest": {
                "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
                "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
                "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
                "laminas/laminas-i18n-resources": "Translations of validator messages",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
                "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
                "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
                "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "component": "Laminas\\Validator",
                    "config-provider": "Laminas\\Validator\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Validator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "validator"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-validator/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-validator/issues",
                "rss": "https://github.com/laminas/laminas-validator/releases.atom",
                "source": "https://github.com/laminas/laminas-validator"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2023-01-30T22:41:19+00:00"
        },
        {
            "name": "magento/composer-dependency-version-audit-plugin",
            "version": "0.1.4",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/composer-dependency-version-audit-plugin/magento-composer-dependency-version-audit-plugin-0.1.4.0.zip",
                "shasum": "873fe911166d3ec6ce44d0018c1749b0afae05e3"
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "composer/composer": "^1.9 || ^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Magento\\ComposerDependencyVersionAuditPlugin\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "Magento\\ComposerDependencyVersionAuditPlugin\\": "src/"
                }
            },
            "license": [
                "OSL-3.0"
            ],
            "description": "Validating packages through a composer plugin"
        },
        {
            "name": "magento/framework",
            "version": "103.0.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/framework/magento-framework-103.0.6.0.zip",
                "shasum": "598095f567a6cb974d1c46a3ef5e5c8ab7ae46a1"
            },
            "require": {
                "colinmollenhour/php-redis-session-abstract": "^1.5",
                "composer/composer": "^2.0, !=2.2.16",
                "ext-bcmath": "*",
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-gd": "*",
                "ext-hash": "*",
                "ext-iconv": "*",
                "ext-intl": "*",
                "ext-openssl": "*",
                "ext-simplexml": "*",
                "ext-sodium": "*",
                "ext-xsl": "*",
                "ezyang/htmlpurifier": "^4.16",
                "guzzlehttp/guzzle": "^7.5",
                "laminas/laminas-code": "^4.5",
                "laminas/laminas-escaper": "^2.10",
                "laminas/laminas-file": "^2.11",
                "laminas/laminas-filter": "^2.17",
                "laminas/laminas-http": "^2.15",
                "laminas/laminas-i18n": "^2.17",
                "laminas/laminas-mail": "^2.16",
                "laminas/laminas-mime": "^2.9",
                "laminas/laminas-oauth": "^2.4",
                "laminas/laminas-permissions-acl": "^2.10",
                "laminas/laminas-stdlib": "^3.11",
                "laminas/laminas-uri": "^2.9",
                "laminas/laminas-validator": "^2.23",
                "lib-libxml": "*",
                "magento/composer-dependency-version-audit-plugin": "^0.1",
                "magento/zend-cache": "^1.16",
                "magento/zend-db": "^1.16",
                "magento/zend-pdf": "^1.16",
                "monolog/monolog": "^2.7",
                "php": "~8.1.0||~8.2.0",
                "ramsey/uuid": "^4.2",
                "symfony/console": "^5.4",
                "symfony/intl": "^5.4",
                "symfony/process": "^5.4",
                "tedivm/jshrink": "^1.4",
                "webonyx/graphql-php": "^15.0",
                "wikimedia/less.php": "^3.2"
            },
            "suggest": {
                "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
            },
            "type": "magento2-library",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Framework\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/framework-bulk",
            "version": "101.0.2",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/framework-bulk/magento-framework-bulk-101.0.2.0.zip",
                "shasum": "2bb9c0551674fd1c0303077710a87f972f3d4f13"
            },
            "require": {
                "magento/framework": "103.0.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-library",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Framework\\Bulk\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/framework-message-queue",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/framework-message-queue/magento-framework-message-queue-100.4.6.0.zip",
                "shasum": "c21ecfe0ac369cedc61aa6abd9bb36c8ddb000ce"
            },
            "require": {
                "magento/framework": "103.0.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-library",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Framework\\MessageQueue\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-asynchronous-operations",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-asynchronous-operations/magento-module-asynchronous-operations-100.4.6.0.zip",
                "shasum": "8a345135c231a15a0c82f24dedc431eb2c1d283b"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/framework-bulk": "101.0.*",
                "magento/framework-message-queue": "100.4.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-admin-notification": "100.4.*",
                "magento/module-logging": "*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\AsynchronousOperations\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-authorization",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-authorization/magento-module-authorization-100.4.6.0.zip",
                "shasum": "bc0c8b14e4c67464d491c5591377c5dabbbecb19"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Authorization\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "Authorization module provides access to Magento ACL functionality."
        },
        {
            "name": "magento/module-backend",
            "version": "102.0.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-backend/magento-module-backend-102.0.6.0.zip",
                "shasum": "981680a87f6dbf94ab8c8428eae7f78185563075"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backup": "100.4.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-cms": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-developer": "100.4.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-quote": "101.2.*",
                "magento/module-reports": "100.4.*",
                "magento/module-require-js": "100.4.*",
                "magento/module-sales": "103.0.*",
                "magento/module-security": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-translation": "100.4.*",
                "magento/module-ui": "101.2.*",
                "magento/module-user": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-theme": "101.1.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php",
                    "cli_commands.php"
                ],
                "psr-4": {
                    "Magento\\Backend\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-backup",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-backup/magento-module-backup-100.4.6.0.zip",
                "shasum": "a2aef0d79aff16176add10d9d3713c47421b453c"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-cron": "100.4.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Backup\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-bundle",
            "version": "101.0.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-bundle/magento-module-bundle-101.0.6.0.zip",
                "shasum": "40b01b9ccb1933584f9a1ab03da2356abfd93106"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-catalog-rule": "101.2.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-gift-message": "100.4.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-bundle-sample-data": "Sample Data version: 100.4.*",
                "magento/module-sales-rule": "101.2.*",
                "magento/module-webapi": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Bundle\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-captcha",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-captcha/magento-module-captcha-100.4.6.0.zip",
                "shasum": "13af06077798ad8ee679cc579548201e69ad403c"
            },
            "require": {
                "laminas/laminas-captcha": "^2.12",
                "laminas/laminas-db": "^2.13.4",
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-customer": "103.0.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Captcha\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-catalog",
            "version": "104.0.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-catalog/magento-module-catalog-104.0.6.0.zip",
                "shasum": "680dad8f65627d3f6efeebe100393a1b629af7fd"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-asynchronous-operations": "100.4.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-catalog-rule": "101.2.*",
                "magento/module-catalog-url-rewrite": "100.4.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-cms": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-indexer": "100.4.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-msrp": "100.4.*",
                "magento/module-page-cache": "100.4.*",
                "magento/module-product-alert": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-url-rewrite": "102.0.*",
                "magento/module-widget": "101.2.*",
                "magento/module-wishlist": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-catalog-sample-data": "Sample Data version: 100.4.*",
                "magento/module-cookie": "100.4.*",
                "magento/module-sales": "103.0.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Catalog\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-catalog-import-export",
            "version": "101.1.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-catalog-import-export/magento-module-catalog-import-export-101.1.6.0.zip",
                "shasum": "759454e86fb3b47cbe88ff627d64b3a00faf5502"
            },
            "require": {
                "ext-ctype": "*",
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-catalog-url-rewrite": "100.4.*",
                "magento/module-customer": "103.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-import-export": "101.0.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\CatalogImportExport\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-catalog-inventory",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-catalog-inventory/magento-module-catalog-inventory-100.4.6.0.zip",
                "shasum": "50ba89bd2ee24a5481a38beaa317971440bb3527"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-quote": "101.2.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\CatalogInventory\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-catalog-rule",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-catalog-rule/magento-module-catalog-rule-101.2.6.0.zip",
                "shasum": "e619391f89f9c296e35775b6dbd11c6e3d0c44f0"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-customer": "103.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-rule": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-catalog-rule-sample-data": "Sample Data version: 100.4.*",
                "magento/module-import-export": "101.0.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\CatalogRule\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-catalog-url-rewrite",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite/magento-module-catalog-url-rewrite-100.4.6.0.zip",
                "shasum": "37b8c6a498ef5a1493e88d98cb5cc295ab5c5f22"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-import-export": "101.1.*",
                "magento/module-eav": "102.1.*",
                "magento/module-import-export": "101.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-url-rewrite": "102.0.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-webapi": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\CatalogUrlRewrite\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-checkout",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-checkout/magento-module-checkout-100.4.6.0.zip",
                "shasum": "6b8de0f1a392ad35fe74c2d8991f26f21b7b38a9"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-captcha": "100.4.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-msrp": "100.4.*",
                "magento/module-page-cache": "100.4.*",
                "magento/module-payment": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-sales": "103.0.*",
                "magento/module-sales-rule": "101.2.*",
                "magento/module-security": "100.4.*",
                "magento/module-shipping": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-cookie": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Checkout\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-cms",
            "version": "104.0.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-cms/magento-module-cms-104.0.6.0.zip",
                "shasum": "6a67a41b5589ee5140f345ca0c2db137eefd8379"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-email": "101.1.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-variable": "100.4.*",
                "magento/module-widget": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-cms-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Cms\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-cms-url-rewrite",
            "version": "100.4.5",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite/magento-module-cms-url-rewrite-100.4.5.0.zip",
                "shasum": "08958e1a35a0dd053943669da20b1c3a91d4b896"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-cms": "104.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-url-rewrite": "102.0.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\CmsUrlRewrite\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-config",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-config/magento-module-config-101.2.6.0.zip",
                "shasum": "5e9911a5ffb3523258fb369ca260e9507849ade9"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-cron": "100.4.*",
                "magento/module-deploy": "100.4.*",
                "magento/module-directory": "100.4.*",
                "magento/module-email": "101.1.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Config\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-contact",
            "version": "100.4.5",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-contact/magento-module-contact-100.4.5.0.zip",
                "shasum": "f1826bfffeb3cc6901af30927824843dead28cc6"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-cms": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Contact\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-cron",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-cron/magento-module-cron-100.4.6.0.zip",
                "shasum": "03e886ea8de44eaaae1021c5f0d9781b7490cd93"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-config": "101.2.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Cron\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-customer",
            "version": "103.0.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-customer/magento-module-customer-103.0.6.0.zip",
                "shasum": "c1fac91883b9f88a0fdc949e735bef63fe083478"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-config": "101.2.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-integration": "100.4.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-newsletter": "100.4.*",
                "magento/module-page-cache": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-wishlist": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-cookie": "100.4.*",
                "magento/module-customer-sample-data": "Sample Data version: 100.4.*",
                "magento/module-webapi": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Customer\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-deploy",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-deploy/magento-module-deploy-100.4.6.0.zip",
                "shasum": "9f8fdb18f528dfa63d3b824af23553467c39cb06"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-require-js": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-user": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "cli_commands.php",
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Deploy\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-developer",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-developer/magento-module-developer-100.4.6.0.zip",
                "shasum": "654a870880e4700339847649db862e811942a00f"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Developer\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-directory",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-directory/magento-module-directory-100.4.6.0.zip",
                "shasum": "0046708e894b6d8fc9a13a0494e05844cf38ff31"
            },
            "require": {
                "lib-libxml": "*",
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Directory\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-downloadable",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-downloadable/magento-module-downloadable-100.4.6.0.zip",
                "shasum": "141266b6b85fc64eef5375d5722d44218aae49d4"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-gift-message": "100.4.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-downloadable-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Downloadable\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-eav",
            "version": "102.1.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-eav/magento-module-eav-102.1.6.0.zip",
                "shasum": "12b53ec5b46c57fa0188d19df7d7965c18af3845"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Eav\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-email",
            "version": "101.1.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-email/magento-module-email-101.1.6.0.zip",
                "shasum": "b3dbf67a10677326ed836b11904ead5ead1ba890"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-cms": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-require-js": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-variable": "100.4.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-theme": "101.1.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Email\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-gift-message",
            "version": "100.4.5",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-gift-message/magento-module-gift-message-100.4.5.0.zip",
                "shasum": "0fdd983d9426c8a307217632888aaa3cf27c0813"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-customer": "103.0.*",
                "magento/module-quote": "101.2.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-eav": "102.1.*",
                "magento/module-multishipping": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\GiftMessage\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-import-export",
            "version": "101.0.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-import-export/magento-module-import-export-101.0.6.0.zip",
                "shasum": "327ac5dac6b4f238d6c43682e0fccca67777129b"
            },
            "require": {
                "ext-ctype": "*",
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\ImportExport\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-indexer",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-indexer/magento-module-indexer-100.4.6.0.zip",
                "shasum": "de59fc4caf71aacc7dfd895a2cdacb094beddbd3"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Indexer\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-integration",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-integration/magento-module-integration-100.4.6.0.zip",
                "shasum": "4fd650526f5a38c495760e1360cc78d6ed2b61a6"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-customer": "103.0.*",
                "magento/module-security": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-user": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Integration\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-media-storage",
            "version": "100.4.5",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-media-storage/magento-module-media-storage-100.4.5.0.zip",
                "shasum": "eff7965c56ed3331d883fd689181b0d9c4468ad5"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/framework-bulk": "101.0.*",
                "magento/module-asynchronous-operations": "100.4.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\MediaStorage\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-msrp",
            "version": "100.4.5",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-msrp/magento-module-msrp-100.4.5.0.zip",
                "shasum": "20190271a54ea1a584e1a59ee5c744e981b3cef1"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-downloadable": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-bundle": "101.0.*",
                "magento/module-msrp-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Msrp\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-newsletter",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-newsletter/magento-module-newsletter-100.4.6.0.zip",
                "shasum": "23efdc3842544d681613816f42faad5a2fc6b240"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-cms": "104.0.*",
                "magento/module-customer": "103.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-email": "101.1.*",
                "magento/module-require-js": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-widget": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Newsletter\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-page-cache",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-page-cache/magento-module-page-cache-100.4.6.0.zip",
                "shasum": "60a88d7805b2b9596bae3fc22e6dd1f04e37537c"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\PageCache\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-payment",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-payment/magento-module-payment-100.4.6.0.zip",
                "shasum": "22762fe72aafffb6ceff5a346cc6643b2f8d87ab"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-config": "101.2.*",
                "magento/module-directory": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-vault": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Payment\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-product-alert",
            "version": "100.4.5",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-product-alert/magento-module-product-alert-100.4.5.0.zip",
                "shasum": "4dd8e33723cf0d397eb1382e92e3a0af43bb9f09"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/framework-bulk": "101.0.*",
                "magento/module-asynchronous-operations": "100.4.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-customer": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-config": "101.2.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\ProductAlert\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-quote",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-quote/magento-module-quote-101.2.6.0.zip",
                "shasum": "cd225ff41050c7b052ab3d583c916b05ae35a72f"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-payment": "100.4.*",
                "magento/module-sales": "103.0.*",
                "magento/module-sales-sequence": "100.4.*",
                "magento/module-shipping": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-webapi": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Quote\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-reports",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-reports/magento-module-reports-100.4.6.0.zip",
                "shasum": "c8a6d5f366aa12fccf0adccb6a756758dfef06b6"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-cms": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-downloadable": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-quote": "101.2.*",
                "magento/module-review": "100.4.*",
                "magento/module-sales": "103.0.*",
                "magento/module-sales-rule": "101.2.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "magento/module-widget": "101.2.*",
                "magento/module-wishlist": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Reports\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-require-js",
            "version": "100.4.2",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-require-js/magento-module-require-js-100.4.2.0.zip",
                "shasum": "642f592fb47428acb6bfb07b9e0ace551aa9df5f"
            },
            "require": {
                "magento/framework": "103.0.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\RequireJs\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-review",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-review/magento-module-review-100.4.6.0.zip",
                "shasum": "ef05b54dbb31be615e7dc029f14bcad1e41aab0a"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-customer": "103.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-newsletter": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-cookie": "100.4.*",
                "magento/module-review-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Review\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-rss",
            "version": "100.4.4",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-rss/magento-module-rss-100.4.4.0.zip",
                "shasum": "a8e6833313aa10bf92f3f567a29ca1b9e9c85422"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-customer": "103.0.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Rss\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-rule",
            "version": "100.4.5",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-rule/magento-module-rule-100.4.5.0.zip",
                "shasum": "caefdf53ae3ba5dcb2bb09013f9028f55b591d7e"
            },
            "require": {
                "lib-libxml": "*",
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-store": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Rule\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-sales",
            "version": "103.0.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-sales/magento-module-sales-103.0.6.0.zip",
                "shasum": "25edc463493e854aaeff458d03944d4abde694b3"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-bundle": "101.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-gift-message": "100.4.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-payment": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-reports": "100.4.*",
                "magento/module-sales-rule": "101.2.*",
                "magento/module-sales-sequence": "100.4.*",
                "magento/module-shipping": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-widget": "101.2.*",
                "magento/module-wishlist": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-sales-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Sales\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-sales-rule",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-sales-rule/magento-module-sales-rule-101.2.6.0.zip",
                "shasum": "4b503924ac3bc5142c27e75c22ea331dd5926866"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/framework-bulk": "101.0.*",
                "magento/module-asynchronous-operations": "100.4.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-captcha": "100.4.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-rule": "101.2.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-payment": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-reports": "100.4.*",
                "magento/module-rule": "100.4.*",
                "magento/module-sales": "103.0.*",
                "magento/module-shipping": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-widget": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-sales-rule-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\SalesRule\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-sales-sequence",
            "version": "100.4.3",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-sales-sequence/magento-module-sales-sequence-100.4.3.0.zip",
                "shasum": "c2c30c0993e022159dd5b944a198a7ff899e2066"
            },
            "require": {
                "magento/framework": "103.0.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\SalesSequence\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-security",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-security/magento-module-security-100.4.6.0.zip",
                "shasum": "307393f4a3bf057e4e1e1297265259b26f05cdb7"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-store": "101.1.*",
                "magento/module-user": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-customer": "103.0.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Security\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "Security management module"
        },
        {
            "name": "magento/module-shipping",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-shipping/magento-module-shipping-100.4.6.0.zip",
                "shasum": "2142e5f799f4fcf3f1f5e4498d13454c60b18edd"
            },
            "require": {
                "ext-gd": "*",
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-contact": "100.4.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-payment": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-tax": "100.4.*",
                "magento/module-ui": "101.2.*",
                "magento/module-user": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-config": "101.2.*",
                "magento/module-fedex": "100.4.*",
                "magento/module-ups": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Shipping\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-store",
            "version": "101.1.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-store/magento-module-store-101.1.6.0.zip",
                "shasum": "85800089d778fb2ff2a836ce09b83065b726e938"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-deploy": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Store\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-tax",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-tax/magento-module-tax-100.4.6.0.zip",
                "shasum": "6c4bd17f7cdb40dcf228a6099af41b8c896025f4"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-directory": "100.4.*",
                "magento/module-eav": "102.1.*",
                "magento/module-page-cache": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-reports": "100.4.*",
                "magento/module-sales": "103.0.*",
                "magento/module-shipping": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-tax-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Tax\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-theme",
            "version": "101.1.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-theme/magento-module-theme-101.1.6.0.zip",
                "shasum": "d76e2417215de1613206a3a2d45d0659056b85f1"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-cms": "104.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-customer": "103.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-media-storage": "100.4.*",
                "magento/module-require-js": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-widget": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-deploy": "100.4.*",
                "magento/module-directory": "100.4.*",
                "magento/module-theme-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Theme\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-translation",
            "version": "100.4.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-translation/magento-module-translation-100.4.6.0.zip",
                "shasum": "a5292c7319e662393bf7f71a4e6139ed3a491c04"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-deploy": "100.4.*",
                "magento/module-developer": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-deploy": "100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Translation\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-ui",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-ui/magento-module-ui-101.2.6.0.zip",
                "shasum": "6a7e50cd6c6dd49622665bc9a764af20691c1dc3"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-eav": "102.1.*",
                "magento/module-store": "101.1.*",
                "magento/module-user": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-config": "101.2.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Ui\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-url-rewrite",
            "version": "102.0.5",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-url-rewrite/magento-module-url-rewrite-102.0.5.0.zip",
                "shasum": "685aa0381083bc752d373d1bc5d4f340a62f035d"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-url-rewrite": "100.4.*",
                "magento/module-cms": "104.0.*",
                "magento/module-cms-url-rewrite": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\UrlRewrite\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-user",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-user/magento-module-user-101.2.6.0.zip",
                "shasum": "7fedf788997f6b217d71c0680b4868dc7a7b8681"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-authorization": "100.4.*",
                "magento/module-backend": "102.0.*",
                "magento/module-email": "101.1.*",
                "magento/module-integration": "100.4.*",
                "magento/module-security": "100.4.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\User\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-variable",
            "version": "100.4.4",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-variable/magento-module-variable-100.4.4.0.zip",
                "shasum": "8dd7d5655d7d464cddee47a26e108cfc688c897d"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-config": "101.2.*",
                "magento/module-store": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Variable\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-vault",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-vault/magento-module-vault-101.2.6.0.zip",
                "shasum": "074654cedee1b08293bc9ffff4b9236491341a3f"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-customer": "103.0.*",
                "magento/module-payment": "100.4.*",
                "magento/module-quote": "101.2.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "php": "~8.1.0||~8.2.0"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Vault\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ]
        },
        {
            "name": "magento/module-widget",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-widget/magento-module-widget-101.2.6.0.zip",
                "shasum": "f51e6671685c912e3721a6d1605457c679b9e749"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-cms": "104.0.*",
                "magento/module-email": "101.1.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "magento/module-variable": "100.4.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-widget-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Widget\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/module-wishlist",
            "version": "101.2.6",
            "dist": {
                "type": "zip",
                "url": "https://repo.magento.com/archives/magento/module-wishlist/magento-module-wishlist-101.2.6.0.zip",
                "shasum": "6748d88279b43cd8af73b14d30a0b46ceb79dfb1"
            },
            "require": {
                "magento/framework": "103.0.*",
                "magento/module-backend": "102.0.*",
                "magento/module-captcha": "100.4.*",
                "magento/module-catalog": "104.0.*",
                "magento/module-catalog-inventory": "100.4.*",
                "magento/module-checkout": "100.4.*",
                "magento/module-customer": "103.0.*",
                "magento/module-rss": "100.4.*",
                "magento/module-sales": "103.0.*",
                "magento/module-store": "101.1.*",
                "magento/module-theme": "101.1.*",
                "magento/module-ui": "101.2.*",
                "php": "~8.1.0||~8.2.0"
            },
            "suggest": {
                "magento/module-bundle": "101.0.*",
                "magento/module-configurable-product": "100.4.*",
                "magento/module-cookie": "100.4.*",
                "magento/module-downloadable": "100.4.*",
                "magento/module-grouped-product": "100.4.*",
                "magento/module-wishlist-sample-data": "Sample Data version: 100.4.*"
            },
            "type": "magento2-module",
            "autoload": {
                "files": [
                    "registration.php"
                ],
                "psr-4": {
                    "Magento\\Wishlist\\": ""
                }
            },
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "N/A"
        },
        {
            "name": "magento/zend-cache",
            "version": "1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-cache.git",
                "reference": "75e6a43f198b17ea4b0c3f46b700b7a757eba84d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/magento/magento-zend-cache/zipball/75e6a43f198b17ea4b0c3f46b700b7a757eba84d",
                "reference": "75e6a43f198b17ea4b0c3f46b700b7a757eba84d",
                "shasum": ""
            },
            "require": {
                "magento/zend-exception": "^1.16",
                "magento/zend-log": "^1.16",
                "php": ">=7.0.0"
            },
            "replace": {
                "zf1/zend-cache": "^1.12",
                "zfs1/zend-cache": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.16.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Cache": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Cache package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "cache",
                "framework",
                "zend"
            ],
            "support": {
                "issues": "https://github.com/magento/magento-zend-cache/issues",
                "source": "https://github.com/magento/magento-zend-cache/tree/1.16.0"
            },
            "time": "2022-09-22T19:09:32+00:00"
        },
        {
            "name": "magento/zend-db",
            "version": "1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-db.git",
                "reference": "def36bc00e49cf0056a59192e52f2e83077b933c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/magento/magento-zend-db/zipball/def36bc00e49cf0056a59192e52f2e83077b933c",
                "reference": "def36bc00e49cf0056a59192e52f2e83077b933c",
                "shasum": ""
            },
            "require": {
                "magento/zend-exception": "^1.16",
                "magento/zend-loader": "^1.16",
                "php": ">=7.0.0"
            },
            "replace": {
                "zf1/zend-db": "^1.12",
                "zfs1/zend-db": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.16.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Db": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Db package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "db",
                "framework",
                "zend"
            ],
            "support": {
                "issues": "https://github.com/magento/magento-zend-db/issues",
                "source": "https://github.com/magento/magento-zend-db/tree/1.16.0"
            },
            "time": "2022-09-22T18:19:14+00:00"
        },
        {
            "name": "magento/zend-exception",
            "version": "1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-exception.git",
                "reference": "5219ba961e36dc1a713da3ad4f1594a87c71f758"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/magento/magento-zend-exception/zipball/5219ba961e36dc1a713da3ad4f1594a87c71f758",
                "reference": "5219ba961e36dc1a713da3ad4f1594a87c71f758",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "replace": {
                "zf1/zend-exception": "^1.12",
                "zfs1/zend-exception": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.16.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Exception": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Exception package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "exception",
                "framework",
                "zend"
            ],
            "support": {
                "issues": "https://github.com/magento/magento-zend-exception/issues",
                "source": "https://github.com/magento/magento-zend-exception/tree/1.16.0"
            },
            "time": "2022-09-22T19:06:06+00:00"
        },
        {
            "name": "magento/zend-loader",
            "version": "1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-loader.git",
                "reference": "200786c8009d668917a42250ed72ebf8c4c958d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/magento/magento-zend-loader/zipball/200786c8009d668917a42250ed72ebf8c4c958d2",
                "reference": "200786c8009d668917a42250ed72ebf8c4c958d2",
                "shasum": ""
            },
            "require": {
                "magento/zend-exception": "^1.16.0",
                "php": ">=7.0.0"
            },
            "replace": {
                "zf1/zend-loader": "^1.12",
                "zf1s/zend-loader": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.16.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Loader": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Loader package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "loader",
                "zend"
            ],
            "support": {
                "issues": "https://github.com/magento/magento-zend-loader/issues",
                "source": "https://github.com/magento/magento-zend-loader/tree/1.16.0"
            },
            "time": "2022-09-22T19:00:04+00:00"
        },
        {
            "name": "magento/zend-log",
            "version": "1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-log.git",
                "reference": "c03b9febe92c501288cf441d41b49cd01f1e8a50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/magento/magento-zend-log/zipball/c03b9febe92c501288cf441d41b49cd01f1e8a50",
                "reference": "c03b9febe92c501288cf441d41b49cd01f1e8a50",
                "shasum": ""
            },
            "require": {
                "magento/zend-exception": "^1.16",
                "php": ">=7.0.0"
            },
            "replace": {
                "zf1/zend-log": "^1.12",
                "zfs1/zend-log": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.16.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Log": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Log package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "log",
                "zend"
            ],
            "support": {
                "issues": "https://github.com/magento/magento-zend-log/issues",
                "source": "https://github.com/magento/magento-zend-log/tree/1.16.0"
            },
            "time": "2022-09-22T19:03:03+00:00"
        },
        {
            "name": "magento/zend-memory",
            "version": "1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-memory.git",
                "reference": "0d48804c6718cc9f15e5c356e6192fd6fff8932b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/magento/magento-zend-memory/zipball/0d48804c6718cc9f15e5c356e6192fd6fff8932b",
                "reference": "0d48804c6718cc9f15e5c356e6192fd6fff8932b",
                "shasum": ""
            },
            "require": {
                "magento/zend-cache": "^1.16",
                "magento/zend-exception": "^1.16",
                "php": ">=7.0.0"
            },
            "replace": {
                "zf1/zend-memory": "^1.12",
                "zfs1/zend-memory": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.16.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Memory": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Memory package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "memory",
                "zend"
            ],
            "support": {
                "issues": "https://github.com/magento/magento-zend-memory/issues",
                "source": "https://github.com/magento/magento-zend-memory/tree/1.16.0"
            },
            "time": "2022-09-22T18:17:46+00:00"
        },
        {
            "name": "magento/zend-pdf",
            "version": "1.16.2",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-pdf.git",
                "reference": "120ad9e854231431e3a5837f00158a91885b3fbe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/magento/magento-zend-pdf/zipball/120ad9e854231431e3a5837f00158a91885b3fbe",
                "reference": "120ad9e854231431e3a5837f00158a91885b3fbe",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-gd": "*",
                "ext-iconv": "*",
                "ext-zlib": "*",
                "magento/zend-exception": "^1.16",
                "magento/zend-log": "^1.16",
                "magento/zend-memory": "^1.16",
                "php": ">=7.0.0"
            },
            "replace": {
                "zf1/zend-pdf": "^1.12",
                "zfs1/zend-pdf": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.16.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Pdf": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Pdf package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "pdf",
                "zend"
            ],
            "support": {
                "issues": "https://github.com/magento/magento-zend-pdf/issues",
                "source": "https://github.com/magento/magento-zend-pdf/tree/1.16.2"
            },
            "time": "2023-02-08T18:07:39+00:00"
        },
        {
            "name": "monolog/monolog",
            "version": "2.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7 || ^8",
                "ext-json": "*",
                "graylog2/gelf-php": "^1.4.2 || ^2@dev",
                "guzzlehttp/guzzle": "^7.4",
                "guzzlehttp/psr7": "^2.2",
                "mongodb/mongodb": "^1.8",
                "php-amqplib/php-amqplib": "~2.4 || ^3",
                "phpspec/prophecy": "^1.15",
                "phpstan/phpstan": "^0.12.91",
                "phpunit/phpunit": "^8.5.14",
                "predis/predis": "^1.1 || ^2.0",
                "rollbar/rollbar": "^1.3 || ^2 || ^3",
                "ruflin/elastica": "^7",
                "swiftmailer/swiftmailer": "^5.3|^6.0",
                "symfony/mailer": "^5.4 || ^6",
                "symfony/mime": "^5.4 || ^6"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/2.9.1"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "time": "2023-02-06T13:44:46+00:00"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.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.2"
            },
            "time": "2021-11-05T16:50:12+00:00"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.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": "http://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": {
                "source": "https://github.com/php-fig/http-client/tree/master"
            },
            "time": "2020-06-29T06:28:15+00:00"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory/tree/master"
            },
            "time": "2019-04-30T12:38:16+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/master"
            },
            "time": "2016-08-06T14:39:51+00:00"
        },
        {
            "name": "psr/log",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
                "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/2.0.0"
            },
            "time": "2021-07-14T16:41:46+00:00"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "time": "2019-03-08T08:55:37+00:00"
        },
        {
            "name": "ramsey/collection",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/collection.git",
                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "captainhook/plugin-composer": "^5.3",
                "ergebnis/composer-normalize": "^2.28.3",
                "fakerphp/faker": "^1.21",
                "hamcrest/hamcrest-php": "^2.0",
                "jangregor/phpstan-prophecy": "^1.0",
                "mockery/mockery": "^1.5",
                "php-parallel-lint/php-console-highlighter": "^1.0",
                "php-parallel-lint/php-parallel-lint": "^1.3",
                "phpcsstandards/phpcsutils": "^1.0.0-rc1",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.9",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^9.5",
                "psalm/plugin-mockery": "^1.1",
                "psalm/plugin-phpunit": "^0.18.4",
                "ramsey/coding-standard": "^2.0.3",
                "ramsey/conventional-commits": "^1.3",
                "vimeo/psalm": "^5.4"
            },
            "type": "library",
            "extra": {
                "captainhook": {
                    "force-install": true
                },
                "ramsey/conventional-commits": {
                    "configFile": "conventional-commits.json"
                }
            },
            "autoload": {
                "psr-4": {
                    "Ramsey\\Collection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
                }
            ],
            "description": "A PHP library for representing and manipulating collections.",
            "keywords": [
                "array",
                "collection",
                "hash",
                "map",
                "queue",
                "set"
            ],
            "support": {
                "issues": "https://github.com/ramsey/collection/issues",
                "source": "https://github.com/ramsey/collection/tree/2.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/ramsey",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-31T21:50:55+00:00"
        },
        {
            "name": "ramsey/uuid",
            "version": "4.7.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "433b2014e3979047db08a17a205f410ba3869cf2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/433b2014e3979047db08a17a205f410ba3869cf2",
                "reference": "433b2014e3979047db08a17a205f410ba3869cf2",
                "shasum": ""
            },
            "require": {
                "brick/math": "^0.8.8 || ^0.9 || ^0.10",
                "ext-json": "*",
                "php": "^8.0",
                "ramsey/collection": "^1.2 || ^2.0"
            },
            "replace": {
                "rhumsaa/uuid": "self.version"
            },
            "require-dev": {
                "captainhook/captainhook": "^5.10",
                "captainhook/plugin-composer": "^5.3",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                "doctrine/annotations": "^1.8",
                "ergebnis/composer-normalize": "^2.15",
                "mockery/mockery": "^1.3",
                "paragonie/random-lib": "^2",
                "php-mock/php-mock": "^2.2",
                "php-mock/php-mock-mockery": "^1.3",
                "php-parallel-lint/php-parallel-lint": "^1.1",
                "phpbench/phpbench": "^1.0",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpunit/phpunit": "^8.5 || ^9",
                "ramsey/composer-repl": "^1.4",
                "slevomat/coding-standard": "^8.4",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.9"
            },
            "suggest": {
                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
            },
            "type": "library",
            "extra": {
                "captainhook": {
                    "force-install": true
                }
            },
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Ramsey\\Uuid\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
            "keywords": [
                "guid",
                "identifier",
                "uuid"
            ],
            "support": {
                "issues": "https://github.com/ramsey/uuid/issues",
                "source": "https://github.com/ramsey/uuid/tree/4.7.3"
            },
            "funding": [
                {
                    "url": "https://github.com/ramsey",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                    "type": "tidelift"
                }
            ],
            "time": "2023-01-12T18:13:24+00:00"
        },
        {
            "name": "react/promise",
            "version": "v2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910",
                "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "React\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com",
                    "homepage": "https://sorgalla.com/"
                },
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering",
                    "homepage": "https://clue.engineering/"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "reactphp@ceesjankiewiet.nl",
                    "homepage": "https://wyrihaximus.net/"
                },
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "homepage": "https://cboden.dev/"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "support": {
                "issues": "https://github.com/reactphp/promise/issues",
                "source": "https://github.com/reactphp/promise/tree/v2.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/WyriHaximus",
                    "type": "github"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                }
            ],
            "time": "2022-02-11T10:27:51+00:00"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "4211420d25eba80712bff236a98960ef68b866b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7",
                "reference": "4211420d25eba80712bff236a98960ef68b866b7",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.5",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
            },
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/jsonlint/issues",
                "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-01T13:37:23+00:00"
        },
        {
            "name": "seld/phar-utils",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/phar-utils.git",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\PharUtils\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "PHAR file format utilities, for when PHP phars you up",
            "keywords": [
                "phar"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/phar-utils/issues",
                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
            },
            "time": "2022-08-31T10:31:18+00:00"
        },
        {
            "name": "seld/signal-handler",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/signal-handler.git",
                "reference": "f69d119511dc0360440cdbdaa71829c149b7be75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75",
                "reference": "f69d119511dc0360440cdbdaa71829c149b7be75",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1",
                "phpstan/phpstan-deprecation-rules": "^1.0",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.3",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23",
                "psr/log": "^1 || ^2 || ^3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\Signal\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
            "keywords": [
                "posix",
                "sigint",
                "signal",
                "sigterm",
                "unix"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/signal-handler/issues",
                "source": "https://github.com/Seldaek/signal-handler/tree/2.0.1"
            },
            "time": "2022-07-20T18:31:45+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v5.4.21",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "c77433ddc6cdc689caf48065d9ea22ca0853fbd9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/c77433ddc6cdc689caf48065d9ea22ca0853fbd9",
                "reference": "c77433ddc6cdc689caf48065d9ea22ca0853fbd9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/string": "^5.1|^6.0"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/process": "<4.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "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",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command line",
                "console",
                "terminal"
            ],
            "support": {
                "source": "https://github.com/symfony/console/tree/v5.4.21"
            },
            "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": "2023-02-25T16:59:41+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
                "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.3-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/v3.2.1"
            },
            "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": "2023-03-01T10:25:55+00:00"
        },
        {
            "name": "symfony/filesystem",
            "version": "v6.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "82b6c62b959f642d000456f08c6d219d749215b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/82b6c62b959f642d000456f08c6d219d749215b3",
                "reference": "82b6c62b959f642d000456f08c6d219d749215b3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "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 basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v6.2.7"
            },
            "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": "2023-02-14T08:44:56+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v6.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb",
                "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "symfony/filesystem": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "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": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v6.2.7"
            },
            "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": "2023-02-16T09:57:23+00:00"
        },
        {
            "name": "symfony/intl",
            "version": "v5.4.21",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/intl.git",
                "reference": "32c2d958b88f5c7f0b080774d7d15d4c87769bc8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/intl/zipball/32c2d958b88f5c7f0b080774d7d15d4c87769bc8",
                "reference": "32c2d958b88f5c7f0b080774d7d15d4c87769bc8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "symfony/filesystem": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\Intl\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ],
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                },
                {
                    "name": "Eriksen Costa",
                    "email": "eriksen.costa@infranology.com.br"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
            "homepage": "https://symfony.com",
            "keywords": [
                "i18n",
                "icu",
                "internationalization",
                "intl",
                "l10n",
                "localization"
            ],
            "support": {
                "source": "https://github.com/symfony/intl/tree/v5.4.21"
            },
            "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": "2023-02-17T21:35:35+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-grapheme",
            "version": "v1.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "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\\Grapheme\\": ""
                }
            },
            "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 grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/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",
            "version": "v1.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "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\\": ""
                }
            },
            "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": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/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",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "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\\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",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/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-mbstring",
            "version": "v1.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "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\\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",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "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-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",
            "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"
            },
            "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\\Php81\\": ""
                },
                "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 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/process",
            "version": "v5.4.21",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "d4ce417ebcb0b7d090b4c178ed6d3accc518e8bd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/d4ce417ebcb0b7d090b4c178ed6d3accc518e8bd",
                "reference": "d4ce417ebcb0b7d090b4c178ed6d3accc518e8bd",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "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": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v5.4.21"
            },
            "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": "2023-02-21T19:46:44+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/string",
            "version": "v6.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "67b8c1eec78296b85dc1c7d9743830160218993d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/67b8c1eec78296b85dc1c7d9743830160218993d",
                "reference": "67b8c1eec78296b85dc1c7d9743830160218993d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/translation-contracts": "<2.0"
            },
            "require-dev": {
                "symfony/error-handler": "^5.4|^6.0",
                "symfony/http-client": "^5.4|^6.0",
                "symfony/intl": "^6.2",
                "symfony/translation-contracts": "^2.0|^3.0",
                "symfony/var-exporter": "^5.4|^6.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
                "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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https://symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "source": "https://github.com/symfony/string/tree/v6.2.7"
            },
            "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": "2023-02-24T10:42:00+00:00"
        },
        {
            "name": "tedivm/jshrink",
            "version": "v1.6.5",
            "source": {
                "type": "git",
                "url": "https://github.com/tedious/JShrink.git",
                "reference": "aa786b10f012fc0e15b5147c22bdb8c765fac76a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tedious/JShrink/zipball/aa786b10f012fc0e15b5147c22bdb8c765fac76a",
                "reference": "aa786b10f012fc0e15b5147c22bdb8c765fac76a",
                "shasum": ""
            },
            "require": {
                "php": "^7.0|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "php-coveralls/php-coveralls": "^2.5.0",
                "phpunit/phpunit": "^9|^10"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JShrink": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Robert Hafner",
                    "email": "tedivm@tedivm.com"
                }
            ],
            "description": "Javascript Minifier built in PHP",
            "homepage": "http://github.com/tedious/JShrink",
            "keywords": [
                "javascript",
                "minifier"
            ],
            "support": {
                "issues": "https://github.com/tedious/JShrink/issues",
                "source": "https://github.com/tedious/JShrink/tree/v1.6.5"
            },
            "funding": [
                {
                    "url": "https://github.com/tedivm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/tedivm/jshrink",
                    "type": "tidelift"
                }
            ],
            "time": "2023-03-12T15:19:34+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"
        },
        {
            "name": "webonyx/graphql-php",
            "version": "v15.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/webonyx/graphql-php.git",
                "reference": "ac27a8692622ac13e72a6fe354027cc81ef31a6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/ac27a8692622ac13e72a6fe354027cc81ef31a6e",
                "reference": "ac27a8692622ac13e72a6fe354027cc81ef31a6e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^7.4 || ^8"
            },
            "require-dev": {
                "amphp/amp": "^2.6",
                "amphp/http-server": "^2.1",
                "dms/phpunit-arraysubset-asserts": "^0.4",
                "ergebnis/composer-normalize": "^2.28",
                "mll-lab/php-cs-fixer-config": "^5.0",
                "nyholm/psr7": "^1.5",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "1.10.6",
                "phpstan/phpstan-phpunit": "1.3.10",
                "phpstan/phpstan-strict-rules": "1.5.0",
                "phpunit/phpunit": "^9.5",
                "psr/http-message": "^1",
                "react/http": "^1.6",
                "react/promise": "^2.9",
                "rector/rector": "^0.15.18",
                "symfony/polyfill-php81": "^1.23",
                "symfony/var-exporter": "^5 || ^6",
                "thecodingmachine/safe": "^1.3 || ^2"
            },
            "suggest": {
                "amphp/http-server": "To leverage async resolving with webserver on AMPHP platform",
                "psr/http-message": "To use standard GraphQL server",
                "react/promise": "To leverage async resolving on React PHP platform"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "GraphQL\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A PHP port of GraphQL reference implementation",
            "homepage": "https://github.com/webonyx/graphql-php",
            "keywords": [
                "api",
                "graphql"
            ],
            "support": {
                "issues": "https://github.com/webonyx/graphql-php/issues",
                "source": "https://github.com/webonyx/graphql-php/tree/v15.2.4"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/webonyx-graphql-php",
                    "type": "open_collective"
                }
            ],
            "time": "2023-03-20T18:50:41+00:00"
        },
        {
            "name": "wikimedia/less.php",
            "version": "v3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/less.php.git",
                "reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/less.php/zipball/0d5b30ba792bdbf8991a646fc9c30561b38a5559",
                "reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "40.0.1",
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "mediawiki/minus-x": "1.1.1",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^8.5"
            },
            "bin": [
                "bin/lessc"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Less": "lib/"
                },
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Timo Tijhof",
                    "homepage": "https://timotijhof.net"
                },
                {
                    "name": "Josh Schmidt",
                    "homepage": "https://github.com/oyejorge"
                },
                {
                    "name": "Matt Agar",
                    "homepage": "https://github.com/agar"
                },
                {
                    "name": "Martin Jantošovič",
                    "homepage": "https://github.com/Mordred"
                }
            ],
            "description": "PHP port of the LESS processor",
            "homepage": "https://gerrit.wikimedia.org/g/mediawiki/libs/less.php",
            "keywords": [
                "css",
                "less",
                "less.js",
                "lesscss",
                "php",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/wikimedia/less.php/issues",
                "source": "https://github.com/wikimedia/less.php/tree/v3.2.1"
            },
            "time": "2023-02-03T06:43:41+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "doctrine/instantiator",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^11",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/phpstan": "^1.9.4",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^9.5.27",
                "vimeo/psalm": "^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/2.0.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:23:10+00:00"
        },
        {
            "name": "magento/magento-coding-standard",
            "version": "31",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-coding-standard.git",
                "reference": "1172711ea1947d0258adae8d8e0a72669f1c2d99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/magento/magento-coding-standard/zipball/1172711ea1947d0258adae8d8e0a72669f1c2d99",
                "reference": "1172711ea1947d0258adae8d8e0a72669f1c2d99",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-simplexml": "*",
                "php": ">=7.4",
                "phpcompatibility/php-compatibility": "^9.3",
                "rector/rector": "^0.15.10",
                "squizlabs/php_codesniffer": "^3.6.1",
                "webonyx/graphql-php": "^15.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5.8"
            },
            "type": "phpcodesniffer-standard",
            "autoload": {
                "psr-4": {
                    "Magento2\\": "Magento2/",
                    "Magento2Framework\\": "Magento2Framework/"
                },
                "classmap": [
                    "PHP_CodeSniffer/Tokenizers/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "OSL-3.0",
                "AFL-3.0"
            ],
            "description": "A set of Magento specific PHP CodeSniffer rules.",
            "support": {
                "issues": "https://github.com/magento/magento-coding-standard/issues",
                "source": "https://github.com/magento/magento-coding-standard/tree/v31"
            },
            "time": "2023-02-01T15:38:47+00:00"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.11.1",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/collections": "<1.6.8",
                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
            },
            "require-dev": {
                "doctrine/collections": "^1.6.8",
                "doctrine/common": "^2.13.3 || ^3.2.2",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ],
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https://github.com/myclabs/DeepCopy/issues",
                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                    "type": "tidelift"
                }
            ],
            "time": "2023-03-08T13:26:56+00:00"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.15.4",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
                "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
            },
            "time": "2023-03-05T19:49:14+00:00"
        },
        {
            "name": "pdepend/pdepend",
            "version": "2.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pdepend/pdepend.git",
                "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/31be7cd4f305f3f7b52af99c1cb13fc938d1cfad",
                "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.7",
                "symfony/config": "^2.3.0|^3|^4|^5|^6.0",
                "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0",
                "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0"
            },
            "require-dev": {
                "easy-doc/easy-doc": "0.0.0|^1.2.3",
                "gregwar/rst": "^1.0",
                "phpunit/phpunit": "^4.8.36|^5.7.27",
                "squizlabs/php_codesniffer": "^2.0.0"
            },
            "bin": [
                "src/bin/pdepend"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PDepend\\": "src/main/php/PDepend"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Official version of pdepend to be handled with Composer",
            "support": {
                "issues": "https://github.com/pdepend/pdepend/issues",
                "source": "https://github.com/pdepend/pdepend/tree/2.13.0"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend",
                    "type": "tidelift"
                }
            ],
            "time": "2023-02-28T20:56:15+00:00"
        },
        {
            "name": "phar-io/manifest",
            "version": "2.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/manifest.git",
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-phar": "*",
                "ext-xmlwriter": "*",
                "phar-io/version": "^3.0.1",
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
            "support": {
                "issues": "https://github.com/phar-io/manifest/issues",
                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
            },
            "time": "2021-07-20T11:28:43+00:00"
        },
        {
            "name": "phar-io/version",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/version.git",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "support": {
                "issues": "https://github.com/phar-io/version/issues",
                "source": "https://github.com/phar-io/version/tree/3.2.1"
            },
            "time": "2022-02-21T01:04:05+00:00"
        },
        {
            "name": "phpcompatibility/php-compatibility",
            "version": "9.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
            },
            "conflict": {
                "squizlabs/php_codesniffer": "2.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "homepage": "https://github.com/wimg",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl",
                    "role": "lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
                }
            ],
            "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
            "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibility"
            },
            "time": "2019-12-27T09:44:58+00:00"
        },
        {
            "name": "phpmd/phpmd",
            "version": "2.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpmd/phpmd.git",
                "reference": "dad0228156856b3ad959992f9748514fa943f3e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/dad0228156856b3ad959992f9748514fa943f3e3",
                "reference": "dad0228156856b3ad959992f9748514fa943f3e3",
                "shasum": ""
            },
            "require": {
                "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
                "ext-xml": "*",
                "pdepend/pdepend": "^2.12.1",
                "php": ">=5.3.9"
            },
            "require-dev": {
                "easy-doc/easy-doc": "0.0.0 || ^1.3.2",
                "ext-json": "*",
                "ext-simplexml": "*",
                "gregwar/rst": "^1.0",
                "mikey179/vfsstream": "^1.6.8",
                "phpunit/phpunit": "^4.8.36 || ^5.7.27",
                "squizlabs/php_codesniffer": "^2.0"
            },
            "bin": [
                "src/bin/phpmd"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PHPMD\\": "src/main/php"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Manuel Pichler",
                    "email": "github@manuel-pichler.de",
                    "homepage": "https://github.com/manuelpichler",
                    "role": "Project Founder"
                },
                {
                    "name": "Marc Würth",
                    "email": "ravage@bluewin.ch",
                    "homepage": "https://github.com/ravage84",
                    "role": "Project Maintainer"
                },
                {
                    "name": "Other contributors",
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
            "homepage": "https://phpmd.org/",
            "keywords": [
                "mess detection",
                "mess detector",
                "pdepend",
                "phpmd",
                "pmd"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/phpmd",
                "issues": "https://github.com/phpmd/phpmd/issues",
                "source": "https://github.com/phpmd/phpmd/tree/2.13.0"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd",
                    "type": "tidelift"
                }
            ],
            "time": "2022-09-10T08:44:15+00:00"
        },
        {
            "name": "phpstan/extension-installer",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/extension-installer.git",
                "reference": "f06dbb052ddc394e7896fcd1cfcd533f9f6ace40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f06dbb052ddc394e7896fcd1cfcd533f9f6ace40",
                "reference": "f06dbb052ddc394e7896fcd1cfcd533f9f6ace40",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "^7.2 || ^8.0",
                "phpstan/phpstan": "^1.8.0"
            },
            "require-dev": {
                "composer/composer": "^2.0",
                "php-parallel-lint/php-parallel-lint": "^1.2.0",
                "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PHPStan\\ExtensionInstaller\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "PHPStan\\ExtensionInstaller\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Composer plugin for automatic installation of PHPStan extensions",
            "support": {
                "issues": "https://github.com/phpstan/extension-installer/issues",
                "source": "https://github.com/phpstan/extension-installer/tree/1.2.0"
            },
            "time": "2022-10-17T12:59:16+00:00"
        },
        {
            "name": "phpstan/phpstan",
            "version": "1.10.8",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan.git",
                "reference": "0166aef76e066f0dd2adc2799bdadfa1635711e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0166aef76e066f0dd2adc2799bdadfa1635711e9",
                "reference": "0166aef76e066f0dd2adc2799bdadfa1635711e9",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "conflict": {
                "phpstan/phpstan-shim": "*"
            },
            "bin": [
                "phpstan",
                "phpstan.phar"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPStan - PHP Static Analysis Tool",
            "keywords": [
                "dev",
                "static analysis"
            ],
            "support": {
                "docs": "https://phpstan.org/user-guide/getting-started",
                "forum": "https://github.com/phpstan/phpstan/discussions",
                "issues": "https://github.com/phpstan/phpstan/issues",
                "security": "https://github.com/phpstan/phpstan/security/policy",
                "source": "https://github.com/phpstan/phpstan-src"
            },
            "funding": [
                {
                    "url": "https://github.com/ondrejmirtes",
                    "type": "github"
                },
                {
                    "url": "https://github.com/phpstan",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
                    "type": "tidelift"
                }
            ],
            "time": "2023-03-24T10:28:16+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "9.2.26",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
                "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-xmlwriter": "*",
                "nikic/php-parser": "^4.15",
                "php": ">=7.3",
                "phpunit/php-file-iterator": "^3.0.3",
                "phpunit/php-text-template": "^2.0.2",
                "sebastian/code-unit-reverse-lookup": "^2.0.2",
                "sebastian/complexity": "^2.0",
                "sebastian/environment": "^5.1.2",
                "sebastian/lines-of-code": "^1.0.3",
                "sebastian/version": "^3.0.1",
                "theseer/tokenizer": "^1.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-pcov": "PHP extension that provides line coverage",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2023-03-06T12:58:08+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "3.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2021-12-02T12:48:52+00:00"
        },
        {
            "name": "phpunit/php-invoker",
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "ext-pcntl": "*",
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-pcntl": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Invoke callables with a timeout",
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
            "keywords": [
                "process"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-09-28T05:58:55+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-10-26T05:33:50+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "5.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-10-26T13:16:10+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "9.6.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86e761949019ae83f49240b2f2123fb5ab3b2fc5",
                "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.3.1 || ^2",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "myclabs/deep-copy": "^1.10.1",
                "phar-io/manifest": "^2.0.3",
                "phar-io/version": "^3.0.2",
                "php": ">=7.3",
                "phpunit/php-code-coverage": "^9.2.13",
                "phpunit/php-file-iterator": "^3.0.5",
                "phpunit/php-invoker": "^3.1.1",
                "phpunit/php-text-template": "^2.0.3",
                "phpunit/php-timer": "^5.0.2",
                "sebastian/cli-parser": "^1.0.1",
                "sebastian/code-unit": "^1.0.6",
                "sebastian/comparator": "^4.0.8",
                "sebastian/diff": "^4.0.3",
                "sebastian/environment": "^5.1.3",
                "sebastian/exporter": "^4.0.5",
                "sebastian/global-state": "^5.0.1",
                "sebastian/object-enumerator": "^4.0.3",
                "sebastian/resource-operations": "^3.0.3",
                "sebastian/type": "^3.2",
                "sebastian/version": "^3.0.2"
            },
            "suggest": {
                "ext-soap": "To be able to generate mocks based on WSDL files",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.6-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/Framework/Assert/Functions.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.5"
            },
            "funding": [
                {
                    "url": "https://phpunit.de/sponsors.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
                    "type": "tidelift"
                }
            ],
            "time": "2023-03-09T06:34:10+00:00"
        },
        {
            "name": "rector/rector",
            "version": "0.15.23",
            "source": {
                "type": "git",
                "url": "https://github.com/rectorphp/rector.git",
                "reference": "f4984ebd62b3613002869b0ddd6868261d62819e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rectorphp/rector/zipball/f4984ebd62b3613002869b0ddd6868261d62819e",
                "reference": "f4984ebd62b3613002869b0ddd6868261d62819e",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0",
                "phpstan/phpstan": "^1.10.1"
            },
            "conflict": {
                "rector/rector-doctrine": "*",
                "rector/rector-downgrade-php": "*",
                "rector/rector-phpunit": "*",
                "rector/rector-symfony": "*"
            },
            "bin": [
                "bin/rector"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "0.15-dev"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Instant Upgrade and Automated Refactoring of any PHP code",
            "keywords": [
                "automation",
                "dev",
                "migration",
                "refactoring"
            ],
            "support": {
                "issues": "https://github.com/rectorphp/rector/issues",
                "source": "https://github.com/rectorphp/rector/tree/0.15.23"
            },
            "funding": [
                {
                    "url": "https://github.com/tomasvotruba",
                    "type": "github"
                }
            ],
            "time": "2023-03-22T15:22:45+00:00"
        },
        {
            "name": "sebastian/cli-parser",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for parsing CLI options",
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
            "support": {
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-09-28T06:08:49+00:00"
        },
        {
            "name": "sebastian/code-unit",
            "version": "1.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit.git",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the PHP code units",
            "homepage": "https://github.com/sebastianbergmann/code-unit",
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-10-26T13:08:54+00:00"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "2.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-09-28T05:30:19+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "4.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/diff": "^4.0",
                "sebastian/exporter": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "https://github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2022-09-14T12:41:17+00:00"
        },
        {
            "name": "sebastian/complexity",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/complexity.git",
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.7",
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for calculating the complexity of PHP code units",
            "homepage": "https://github.com/sebastianbergmann/complexity",
            "support": {
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-10-26T15:52:27+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "4.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3",
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/diff/issues",
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-10-26T13:10:38+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "5.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/environment/issues",
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2023-02-03T06:03:51+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "4.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2022-09-14T06:03:37+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "5.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2022-02-14T08:28:10+00:00"
        },
        {
            "name": "sebastian/lines-of-code",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.6",
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for counting the lines of code in PHP source code",
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
            "support": {
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-28T06:42:11+00:00"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "4.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-10-26T13:12:34+00:00"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-10-26T13:14:26+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "4.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
            "support": {
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2023-02-03T06:07:39+00:00"
        },
        {
            "name": "sebastian/resource-operations",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
            "support": {
                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-09-28T06:45:17+00:00"
        },
        {
            "name": "sebastian/type",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/type.git",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https://github.com/sebastianbergmann/type",
            "support": {
                "issues": "https://github.com/sebastianbergmann/type/issues",
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2023-02-03T06:13:03+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "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/3.0.2"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-09-28T06:39:44+00:00"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "bin": [
                "bin/phpcs",
                "bin/phpcbf"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "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": "https://github.com/squizlabs/PHP_CodeSniffer",
            "keywords": [
                "phpcs",
                "standards",
                "static analysis"
            ],
            "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": "2023-02-22T23:07:41+00:00"
        },
        {
            "name": "symfony/config",
            "version": "v6.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "249271da6f545d6579e0663374f8249a80be2893"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/249271da6f545d6579e0663374f8249a80be2893",
                "reference": "249271da6f545d6579e0663374f8249a80be2893",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/filesystem": "^5.4|^6.0",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/finder": "<5.4"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^5.4|^6.0",
                "symfony/finder": "^5.4|^6.0",
                "symfony/messenger": "^5.4|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/yaml": "^5.4|^6.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/v6.2.7"
            },
            "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": "2023-02-14T08:44:56+00:00"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v6.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "83369dd4ec84bba9673524d25b79dfbde9e6e84c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/83369dd4ec84bba9673524d25b79dfbde9e6e84c",
                "reference": "83369dd4ec84bba9673524d25b79dfbde9e6e84c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/container": "^1.1|^2.0",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/service-contracts": "^1.1.6|^2.0|^3.0",
                "symfony/var-exporter": "^6.2.7"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<6.1",
                "symfony/finder": "<5.4",
                "symfony/proxy-manager-bridge": "<6.2",
                "symfony/yaml": "<5.4"
            },
            "provide": {
                "psr/container-implementation": "1.1|2.0",
                "symfony/service-implementation": "1.1|2.0|3.0"
            },
            "require-dev": {
                "symfony/config": "^6.1",
                "symfony/expression-language": "^5.4|^6.0",
                "symfony/yaml": "^5.4|^6.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "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": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v6.2.7"
            },
            "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": "2023-02-16T14:11:02+00:00"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v6.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "86062dd0103530e151588c8f60f5b85a139f1442"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/86062dd0103530e151588c8f60f5b85a139f1442",
                "reference": "86062dd0103530e151588c8f60f5b85a139f1442",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "symfony/var-dumper": "^5.4|^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\VarExporter\\": ""
                },
                "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": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "lazy loading",
                "proxy",
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v6.2.7"
            },
            "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": "2023-02-24T10:42:00+00:00"
        },
        {
            "name": "theseer/tokenizer",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/tokenizer.git",
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "support": {
                "issues": "https://github.com/theseer/tokenizer/issues",
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
            },
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
            "time": "2021-07-28T10:34:58+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": [],
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": "~8.1.0||~8.2.0",
        "ext-json": "*"
    },
    "platform-dev": [],
    "plugin-api-version": "2.3.0"
}