{
    "packages": [
        {
            "name": "brick/math",
            "version": "0.10.1",
            "version_normalized": "0.10.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/brick/math.git",
                "reference": "de846578401f4e58f911b3afeb62ced56365ed87"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brick/math/zipball/de846578401f4e58f911b3afeb62ced56365ed87",
                "reference": "de846578401f4e58f911b3afeb62ced56365ed87",
                "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"
            },
            "time": "2022-08-01T22:54:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.1"
            },
            "funding": [
                {
                    "url": "https://github.com/BenMorel",
                    "type": "github"
                }
            ],
            "install-path": "../brick/math"
        },
        {
            "name": "composer/package-versions-deprecated",
            "version": "1.11.99.5",
            "version_normalized": "1.11.99.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/package-versions-deprecated.git",
                "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
                "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1.0 || ^2.0",
                "php": "^7 || ^8"
            },
            "replace": {
                "ocramius/package-versions": "1.11.99"
            },
            "require-dev": {
                "composer/composer": "^1.9.3 || ^2.0@dev",
                "ext-zip": "^1.13",
                "phpunit/phpunit": "^6.5 || ^7"
            },
            "time": "2022-01-17T14:14:24+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
            "support": {
                "issues": "https://github.com/composer/package-versions-deprecated/issues",
                "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.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"
                }
            ],
            "install-path": "./package-versions-deprecated"
        },
        {
            "name": "doctrine/cache",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
                "shasum": ""
            },
            "require": {
                "php": "~7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/coding-standard": "^9",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "psr/cache": "^1.0 || ^2.0 || ^3.0",
                "symfony/cache": "^4.4 || ^5.4 || ^6",
                "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
            },
            "time": "2022-05-20T20:07:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "xcache"
            ],
            "support": {
                "issues": "https://github.com/doctrine/cache/issues",
                "source": "https://github.com/doctrine/cache/tree/2.2.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%2Fcache",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/cache"
        },
        {
            "name": "doctrine/dbal",
            "version": "2.13.9",
            "version_normalized": "2.13.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8",
                "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.0|^2.0",
                "doctrine/deprecations": "^0.5.3|^1",
                "doctrine/event-manager": "^1.0",
                "ext-pdo": "*",
                "php": "^7.1 || ^8"
            },
            "require-dev": {
                "doctrine/coding-standard": "9.0.0",
                "jetbrains/phpstorm-stubs": "2021.1",
                "phpstan/phpstan": "1.4.6",
                "phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
                "psalm/plugin-phpunit": "0.16.1",
                "squizlabs/php_codesniffer": "3.6.2",
                "symfony/cache": "^4.4",
                "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
                "vimeo/psalm": "4.22.0"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "time": "2022-05-02T20:28:55+00:00",
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
            "keywords": [
                "abstraction",
                "database",
                "db2",
                "dbal",
                "mariadb",
                "mssql",
                "mysql",
                "oci8",
                "oracle",
                "pdo",
                "pgsql",
                "postgresql",
                "queryobject",
                "sasql",
                "sql",
                "sqlanywhere",
                "sqlite",
                "sqlserver",
                "sqlsrv"
            ],
            "support": {
                "issues": "https://github.com/doctrine/dbal/issues",
                "source": "https://github.com/doctrine/dbal/tree/2.13.9"
            },
            "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%2Fdbal",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/dbal"
        },
        {
            "name": "doctrine/deprecations",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
                "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
                "shasum": ""
            },
            "require": {
                "php": "^7.1|^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9",
                "phpunit/phpunit": "^7.5|^8.5|^9.5",
                "psr/log": "^1|^2|^3"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "time": "2022-05-02T15:47:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
            "homepage": "https://www.doctrine-project.org/",
            "support": {
                "issues": "https://github.com/doctrine/deprecations/issues",
                "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
            },
            "install-path": "../doctrine/deprecations"
        },
        {
            "name": "doctrine/event-manager",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
                "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9",
                "phpstan/phpstan": "~1.4.10 || ^1.5.4",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "vimeo/psalm": "^4.22"
            },
            "time": "2022-07-27T22:18:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "support": {
                "issues": "https://github.com/doctrine/event-manager/issues",
                "source": "https://github.com/doctrine/event-manager/tree/1.1.2"
            },
            "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%2Fevent-manager",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/event-manager"
        },
        {
            "name": "doctrine/lexer",
            "version": "1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
                "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9.0",
                "phpstan/phpstan": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "vimeo/psalm": "^4.11"
            },
            "time": "2022-02-28T11:07:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/lexer/issues",
                "source": "https://github.com/doctrine/lexer/tree/1.2.3"
            },
            "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%2Flexer",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/lexer"
        },
        {
            "name": "doctrine/migrations",
            "version": "2.3.5",
            "version_normalized": "2.3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/migrations.git",
                "reference": "28d92a34348fee5daeb80879e56461b2e862fc05"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/28d92a34348fee5daeb80879e56461b2e862fc05",
                "reference": "28d92a34348fee5daeb80879e56461b2e862fc05",
                "shasum": ""
            },
            "require": {
                "composer/package-versions-deprecated": "^1.8",
                "doctrine/dbal": "^2.9",
                "friendsofphp/proxy-manager-lts": "^1.0",
                "php": "^7.1 || ^8.0",
                "symfony/console": "^3.4||^4.4.16||^5.0",
                "symfony/stopwatch": "^3.4||^4.0||^5.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^8.2",
                "doctrine/orm": "^2.6",
                "ext-pdo_sqlite": "*",
                "jdorn/sql-formatter": "^1.1",
                "mikey179/vfsstream": "^1.6",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-deprecation-rules": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpstan/phpstan-strict-rules": "^0.12",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
                "symfony/cache": "^4.4. || ^5.3",
                "symfony/process": "^3.4||^4.0||^5.0",
                "symfony/yaml": "^3.4||^4.0||^5.0"
            },
            "suggest": {
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
                "symfony/yaml": "Allows the use of yaml for migration configuration files."
            },
            "time": "2021-10-19T19:55:20+00:00",
            "bin": [
                "bin/doctrine-migrations"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Michael Simonson",
                    "email": "contact@mikesimonson.com"
                }
            ],
            "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
            "homepage": "https://www.doctrine-project.org/projects/migrations.html",
            "keywords": [
                "database",
                "dbal",
                "migrations",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/migrations/issues",
                "source": "https://github.com/doctrine/migrations/tree/2.3.5"
            },
            "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%2Fmigrations",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/migrations"
        },
        {
            "name": "dragonmantank/cron-expression",
            "version": "v3.3.1",
            "version_normalized": "3.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dragonmantank/cron-expression.git",
                "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/be85b3f05b46c39bbc0d95f6c071ddff669510fa",
                "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0",
                "webmozart/assert": "^1.0"
            },
            "replace": {
                "mtdowling/cron-expression": "^1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-webmozart-assert": "^1.0",
                "phpunit/phpunit": "^7.0|^8.0|^9.0"
            },
            "time": "2022-01-18T15:43:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cron\\": "src/Cron/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Tankersley",
                    "email": "chris@ctankersley.com",
                    "homepage": "https://github.com/dragonmantank"
                }
            ],
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
            "keywords": [
                "cron",
                "schedule"
            ],
            "support": {
                "issues": "https://github.com/dragonmantank/cron-expression/issues",
                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.1"
            },
            "funding": [
                {
                    "url": "https://github.com/dragonmantank",
                    "type": "github"
                }
            ],
            "install-path": "../dragonmantank/cron-expression"
        },
        {
            "name": "egulias/email-validator",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
                "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.2",
                "php": ">=7.2",
                "symfony/polyfill-intl-idn": "^1.15"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.2",
                "phpunit/phpunit": "^8.5.8|^9.3.3",
                "vimeo/psalm": "^4"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "time": "2022-06-18T20:57:19+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Egulias\\EmailValidator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eduardo Gulias Davis"
                }
            ],
            "description": "A library for validating emails against several RFCs",
            "homepage": "https://github.com/egulias/EmailValidator",
            "keywords": [
                "email",
                "emailvalidation",
                "emailvalidator",
                "validation",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
            },
            "funding": [
                {
                    "url": "https://github.com/egulias",
                    "type": "github"
                }
            ],
            "install-path": "../egulias/email-validator"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v5.5.1",
            "version_normalized": "5.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8 <=9"
            },
            "suggest": {
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2021-11-08T20:18:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https://github.com/firebase/php-jwt/issues",
                "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "friendsofphp/proxy-manager-lts",
            "version": "v1.0.12",
            "version_normalized": "1.0.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
                "reference": "8419f0158715b30d4b99a5bd37c6a39671994ad7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/8419f0158715b30d4b99a5bd37c6a39671994ad7",
                "reference": "8419f0158715b30d4b99a5bd37c6a39671994ad7",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-code": "~3.4.1|^4.0",
                "php": ">=7.1",
                "symfony/filesystem": "^4.4.17|^5.0|^6.0"
            },
            "conflict": {
                "laminas/laminas-stdlib": "<3.2.1",
                "zendframework/zend-stdlib": "<3.2.1"
            },
            "replace": {
                "ocramius/proxy-manager": "^2.1"
            },
            "require-dev": {
                "ext-phar": "*",
                "symfony/phpunit-bridge": "^5.4|^6.0"
            },
            "time": "2022-05-05T09:31:05+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "ocramius/proxy-manager",
                    "url": "https://github.com/Ocramius/ProxyManager"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ProxyManager\\": "src/ProxyManager"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https://ocramius.github.io/"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                }
            ],
            "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
            "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
            "keywords": [
                "aop",
                "lazy loading",
                "proxy",
                "proxy pattern",
                "service proxies"
            ],
            "support": {
                "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
                "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.12"
            },
            "funding": [
                {
                    "url": "https://github.com/Ocramius",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
                    "type": "tidelift"
                }
            ],
            "install-path": "../friendsofphp/proxy-manager-lts"
        },
        {
            "name": "fusio/adapter-cli",
            "version": "v5.0.0",
            "version_normalized": "5.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-cli.git",
                "reference": "b80522a8d0e957c58bdd25a8b60e0b2dbd02578e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-cli/zipball/b80522a8d0e957c58bdd25a8b60e0b2dbd02578e",
                "reference": "b80522a8d0e957c58bdd25a8b60e0b2dbd02578e",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "php": ">=8.0",
                "symfony/process": "^5.0|^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-01-08T16:11:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\Cli\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Provides a connection to execute cli command",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-cli/issues",
                "source": "https://github.com/apioo/fusio-adapter-cli/tree/v5.0.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-cli"
        },
        {
            "name": "fusio/adapter-fcgi",
            "version": "v5.0.0",
            "version_normalized": "5.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-fcgi.git",
                "reference": "40276f9946192158dd4580e6e1de7cdfe26b4cae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-fcgi/zipball/40276f9946192158dd4580e6e1de7cdfe26b4cae",
                "reference": "40276f9946192158dd4580e6e1de7cdfe26b4cae",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "hollodotme/fast-cgi-client": "^3.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-01-09T12:51:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\Fcgi\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Adapter to call a FastCGI endpoint",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-fcgi/issues",
                "source": "https://github.com/apioo/fusio-adapter-fcgi/tree/v5.0.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-fcgi"
        },
        {
            "name": "fusio/adapter-file",
            "version": "v5.1.0",
            "version_normalized": "5.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-file.git",
                "reference": "c169bc524debfdaa09e608d87e5d367e0912371d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-file/zipball/c169bc524debfdaa09e608d87e5d367e0912371d",
                "reference": "c169bc524debfdaa09e608d87e5d367e0912371d",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "league/flysystem": "^2.3",
                "php": ">=8.0",
                "ramsey/uuid": "^4.2",
                "symfony/yaml": "^5.0|^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-07-18T20:25:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\File\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Adapter to serve static files",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-file/issues",
                "source": "https://github.com/apioo/fusio-adapter-file/tree/v5.1.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-file"
        },
        {
            "name": "fusio/adapter-graphql",
            "version": "v5.0.2",
            "version_normalized": "5.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-graphql.git",
                "reference": "9ca0482f69abfba18398a8178122a66ba976142a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-graphql/zipball/9ca0482f69abfba18398a8178122a66ba976142a",
                "reference": "9ca0482f69abfba18398a8178122a66ba976142a",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "guzzlehttp/guzzle": "^7.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-02-13T23:25:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\GraphQL\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Provides a connection to send GraphQL queries",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-graphql/issues",
                "source": "https://github.com/apioo/fusio-adapter-graphql/tree/v5.0.2"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-graphql"
        },
        {
            "name": "fusio/adapter-http",
            "version": "v5.0.5",
            "version_normalized": "5.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-http.git",
                "reference": "4d5fc98840667e04628871405f26f57e2bf906d8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-http/zipball/4d5fc98840667e04628871405f26f57e2bf906d8",
                "reference": "4d5fc98840667e04628871405f26f57e2bf906d8",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "guzzlehttp/guzzle": "^7.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-05-24T17:51:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\Http\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Provides a connection to send and retrieve HTTP messages",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-http/issues",
                "source": "https://github.com/apioo/fusio-adapter-http/tree/v5.0.5"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-http"
        },
        {
            "name": "fusio/adapter-php",
            "version": "v5.0.1",
            "version_normalized": "5.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-php.git",
                "reference": "1ab83ac4d373467541ddfb3d87dda39930234e33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-php/zipball/1ab83ac4d373467541ddfb3d87dda39930234e33",
                "reference": "1ab83ac4d373467541ddfb3d87dda39930234e33",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "php": ">=8.0",
                "psx/sandbox": "^0.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-02-13T23:25:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\Php\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Write the endpoint logic in simple PHP files",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-php/issues",
                "source": "https://github.com/apioo/fusio-adapter-php/tree/v5.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-php"
        },
        {
            "name": "fusio/adapter-smtp",
            "version": "v5.0.1",
            "version_normalized": "5.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-smtp.git",
                "reference": "b7a6f98c6ad308c91c1fec21936625df833bd4ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-smtp/zipball/b7a6f98c6ad308c91c1fec21936625df833bd4ce",
                "reference": "b7a6f98c6ad308c91c1fec21936625df833bd4ce",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "php": ">=8.0",
                "symfony/mailer": "^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-03-03T20:21:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\Smtp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Provides a connection to send mails",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-smtp/issues",
                "source": "https://github.com/apioo/fusio-adapter-smtp/tree/v5.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-smtp"
        },
        {
            "name": "fusio/adapter-soap",
            "version": "v5.0.0",
            "version_normalized": "5.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-soap.git",
                "reference": "13b8e4ba83872af4b00dff9f4b6a840d7d4b40f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-soap/zipball/13b8e4ba83872af4b00dff9f4b6a840d7d4b40f1",
                "reference": "13b8e4ba83872af4b00dff9f4b6a840d7d4b40f1",
                "shasum": ""
            },
            "require": {
                "ext-soap": "*",
                "fusio/engine": "^5.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-01-08T16:14:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\Soap\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Provides a connection to call SOAP endpoints",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-soap/issues",
                "source": "https://github.com/apioo/fusio-adapter-soap/tree/v5.0.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-soap"
        },
        {
            "name": "fusio/adapter-sql",
            "version": "v5.1.8",
            "version_normalized": "5.1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-sql.git",
                "reference": "ef4411daa27d7fe27fd613d2fd2a4ec2aad70041"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-sql/zipball/ef4411daa27d7fe27fd613d2fd2a4ec2aad70041",
                "reference": "ef4411daa27d7fe27fd613d2fd2a4ec2aad70041",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "php": ">=8.0",
                "psx/sql": "^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-07-31T11:07:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\Sql\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Provides actions and connections to work with relational databases",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-sql/issues",
                "source": "https://github.com/apioo/fusio-adapter-sql/tree/v5.1.8"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-sql"
        },
        {
            "name": "fusio/adapter-util",
            "version": "v5.1.0",
            "version_normalized": "5.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-adapter-util.git",
                "reference": "2a7b4451b7474c6b792f78935623fcea3cb8d3da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-adapter-util/zipball/2a7b4451b7474c6b792f78935623fcea3cb8d3da",
                "reference": "2a7b4451b7474c6b792f78935623fcea3cb8d3da",
                "shasum": ""
            },
            "require": {
                "fusio/engine": "^5.0",
                "php": ">=8.0",
                "psx/json": "^2.0",
                "symfony/cache": "^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2022-08-02T19:12:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Adapter\\Util\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Provides several utility actions",
            "homepage": "https://www.fusio-project.org",
            "keywords": [
                "fusio-adapter"
            ],
            "support": {
                "issues": "https://github.com/apioo/fusio-adapter-util/issues",
                "source": "https://github.com/apioo/fusio-adapter-util/tree/v5.1.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/adapter-util"
        },
        {
            "name": "fusio/cli",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-cli.git",
                "reference": "1f72ffbf9835b067c792932f38e222c190b4f635"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-cli/zipball/1f72ffbf9835b067c792932f38e222c190b4f635",
                "reference": "1f72ffbf9835b067c792932f38e222c190b4f635",
                "shasum": ""
            },
            "require": {
                "fusio/model": "^1.0",
                "guzzlehttp/guzzle": "^7.0",
                "php": ">=8.0",
                "psr/log": "^1.0|^2.0|^3.0",
                "psx/http": "^3.0",
                "psx/schema": "^4.0",
                "symfony/console": "^4.0|^5.0",
                "symfony/yaml": "^4.0|^5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-01-09T16:49:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Cli\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app/"
                }
            ],
            "description": "Fusio CLI",
            "homepage": "https://www.fusio-project.org",
            "support": {
                "issues": "https://github.com/apioo/fusio-cli/issues",
                "source": "https://github.com/apioo/fusio-cli/tree/v1.0.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/cli"
        },
        {
            "name": "fusio/engine",
            "version": "v5.2.4",
            "version_normalized": "5.2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-engine.git",
                "reference": "4b366a6c5d06724c21f0bdf4dd0062d1d0a1aa6c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-engine/zipball/4b366a6c5d06724c21f0bdf4dd0062d1d0a1aa6c",
                "reference": "4b366a6c5d06724c21f0bdf4dd0062d1d0a1aa6c",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "^2.3",
                "php": ">=8.0",
                "psr/log": "^1.0|^2.0|^3.0",
                "psr/simple-cache": "^1.0|^2.0|^3.0",
                "psx/dependency": "^2.0",
                "psx/http": "^3.0",
                "psx/record": "^2.0",
                "psx/schema": "^4.0",
                "symfony/property-access": "^5.0|^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-31T11:04:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Engine\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Abstract definition of the Fusio system",
            "homepage": "https://www.fusio-project.org",
            "support": {
                "issues": "https://github.com/apioo/fusio-engine/issues",
                "source": "https://github.com/apioo/fusio-engine/tree/v5.2.4"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/engine"
        },
        {
            "name": "fusio/impl",
            "version": "v6.2.6",
            "version_normalized": "6.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-impl.git",
                "reference": "80d15f21149fa3d453507edb56e2313fc3ce5e5a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-impl/zipball/80d15f21149fa3d453507edb56e2313fc3ce5e5a",
                "reference": "80d15f21149fa3d453507edb56e2313fc3ce5e5a",
                "shasum": ""
            },
            "require": {
                "doctrine/migrations": "^2.3",
                "dragonmantank/cron-expression": "^3.3",
                "firebase/php-jwt": "^5.0",
                "fusio/adapter-cli": "^5.0",
                "fusio/adapter-fcgi": "^5.0",
                "fusio/adapter-file": "^5.0",
                "fusio/adapter-graphql": "^5.0",
                "fusio/adapter-http": "^5.0",
                "fusio/adapter-php": "^5.0",
                "fusio/adapter-smtp": "^5.0",
                "fusio/adapter-soap": "^5.0",
                "fusio/adapter-sql": "^5.0",
                "fusio/adapter-util": "^5.0",
                "fusio/cli": "^1.0",
                "fusio/engine": "^5.0",
                "fusio/model": "^1.0",
                "packaged/thrift": "^0.15",
                "php": ">=8.0",
                "psx/cloudevents": "^1.0",
                "psx/framework": "^6.0",
                "psx/openssl": "^2.0",
                "symfony/filesystem": "^5.0|^6.0",
                "symfony/mailer": "^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-08-10T16:06:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Impl\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Fusio implementation",
            "homepage": "https://www.fusio-project.org",
            "support": {
                "issues": "https://github.com/apioo/fusio-impl/issues",
                "source": "https://github.com/apioo/fusio-impl/tree/v6.2.6"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/impl"
        },
        {
            "name": "fusio/model",
            "version": "v1.2.9",
            "version_normalized": "1.2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/fusio-model.git",
                "reference": "86ff12a881ddd2c66efb32fb25b4ebcbcf8bb07e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/fusio-model/zipball/86ff12a881ddd2c66efb32fb25b4ebcbcf8bb07e",
                "reference": "86ff12a881ddd2c66efb32fb25b4ebcbcf8bb07e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psx/record": "^2.0"
            },
            "require-dev": {
                "psx/schema": "^4.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-08-10T14:12:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fusio\\Model\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app/"
                }
            ],
            "description": "Fusio generated models",
            "homepage": "https://www.fusio-project.org",
            "support": {
                "issues": "https://github.com/apioo/fusio-model/issues",
                "source": "https://github.com/apioo/fusio-model/tree/v1.2.9"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../fusio/model"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.4.5",
            "version_normalized": "7.4.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
                "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
                "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.4.1",
                "ext-curl": "*",
                "php-http/client-integration-tests": "^3.0",
                "phpunit/phpunit": "^8.5.5 || ^9.3.5",
                "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"
            },
            "time": "2022-06-20T22:16:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.4-dev"
                }
            },
            "installation-source": "dist",
            "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.4.5"
            },
            "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"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.5.1",
            "version_normalized": "1.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "time": "2021-10-22T20:56:57+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "installation-source": "dist",
            "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.1"
            },
            "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"
                }
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "13388f00956b1503577598873fffb5ae994b5737"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
                "reference": "13388f00956b1503577598873fffb5ae994b5737",
                "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.4.1",
                "http-interop/http-factory-tests": "^0.9",
                "phpunit/phpunit": "^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2022-06-20T21:43:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "installation-source": "dist",
            "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.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "hollodotme/fast-cgi-client",
            "version": "v3.1.7",
            "version_normalized": "3.1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hollodotme/fast-cgi-client.git",
                "reference": "062182d4eda73c161cc2839783acc83096ec0f37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hollodotme/fast-cgi-client/zipball/062182d4eda73c161cc2839783acc83096ec0f37",
                "reference": "062182d4eda73c161cc2839783acc83096ec0f37",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "ext-xdebug": ">=2.6.0"
            },
            "time": "2021-12-07T10:10:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "hollodotme\\FastCGI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Holger Woltersdorf",
                    "email": "hw@hollo.me"
                }
            ],
            "description": "A PHP fast CGI client to send requests (a)synchronously to PHP-FPM.",
            "keywords": [
                "Socket",
                "async",
                "fastcgi",
                "php-fpm"
            ],
            "support": {
                "issues": "https://github.com/hollodotme/fast-cgi-client/issues",
                "source": "https://github.com/hollodotme/fast-cgi-client/tree/v3.1.7"
            },
            "install-path": "../hollodotme/fast-cgi-client"
        },
        {
            "name": "laminas/laminas-code",
            "version": "4.6.0",
            "version_normalized": "4.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-code.git",
                "reference": "16ec7577ff315d53ac2e1b1f03a344d8fe680a6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/16ec7577ff315d53ac2e1b1f03a344d8fe680a6e",
                "reference": "16ec7577ff315d53ac2e1b1f03a344d8fe680a6e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4, <8.2"
            },
            "require-dev": {
                "doctrine/annotations": "^1.13.2",
                "ext-phar": "*",
                "laminas/laminas-coding-standard": "^2.3.0",
                "laminas/laminas-stdlib": "^3.6.1",
                "phpunit/phpunit": "^9.5.10",
                "psalm/plugin-phpunit": "^0.17.0",
                "vimeo/psalm": "^4.13.1"
            },
            "suggest": {
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
            },
            "time": "2022-07-28T22:46:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "polyfill/ReflectionEnumPolyfill.php"
                ],
                "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"
                }
            ],
            "install-path": "../laminas/laminas-code"
        },
        {
            "name": "league/flysystem",
            "version": "2.4.5",
            "version_normalized": "2.4.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "9392c5f1df57d865c406ee65e5012d566686be12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9392c5f1df57d865c406ee65e5012d566686be12",
                "reference": "9392c5f1df57d865c406ee65e5012d566686be12",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "league/mime-type-detection": "^1.0.0",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "guzzlehttp/ringphp": "<1.1.1"
            },
            "require-dev": {
                "async-aws/s3": "^1.5",
                "async-aws/simple-s3": "^1.0",
                "aws/aws-sdk-php": "^3.132.4",
                "composer/semver": "^3.0",
                "ext-fileinfo": "*",
                "ext-ftp": "*",
                "friendsofphp/php-cs-fixer": "^3.2",
                "google/cloud-storage": "^1.23",
                "phpseclib/phpseclib": "^2.0",
                "phpstan/phpstan": "^0.12.26",
                "phpunit/phpunit": "^8.5 || ^9.4",
                "sabre/dav": "^4.1"
            },
            "time": "2022-04-25T18:39:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frankdejonge.nl"
                }
            ],
            "description": "File storage abstraction for PHP",
            "keywords": [
                "WebDAV",
                "aws",
                "cloud",
                "file",
                "files",
                "filesystem",
                "filesystems",
                "ftp",
                "s3",
                "sftp",
                "storage"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/flysystem/issues",
                "source": "https://github.com/thephpleague/flysystem/tree/2.4.5"
            },
            "funding": [
                {
                    "url": "https://offset.earth/frankdejonge",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                    "type": "tidelift"
                }
            ],
            "install-path": "../league/flysystem"
        },
        {
            "name": "league/mime-type-detection",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/mime-type-detection.git",
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.2",
                "phpstan/phpstan": "^0.12.68",
                "phpunit/phpunit": "^8.5.8 || ^9.3"
            },
            "time": "2022-04-17T13:12:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\MimeTypeDetection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frankdejonge.nl"
                }
            ],
            "description": "Mime-type detection for Flysystem",
            "support": {
                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
            },
            "funding": [
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                    "type": "tidelift"
                }
            ],
            "install-path": "../league/mime-type-detection"
        },
        {
            "name": "monolog/monolog",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
                "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",
                "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"
            },
            "time": "2022-07-24T11:55:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "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.8.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.14.0",
            "version_normalized": "4.14.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
                "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
                "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"
            },
            "time": "2022-05-31T20:59:12+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "installation-source": "dist",
            "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.14.0"
            },
            "install-path": "../nikic/php-parser"
        },
        {
            "name": "packaged/thrift",
            "version": "0.15.0",
            "version_normalized": "0.15.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/packaged/thrift.git",
                "reference": "dbf4e5ff5c85d56ccae62265ed25424b366ce269"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/packaged/thrift/zipball/dbf4e5ff5c85d56ccae62265ed25424b366ce269",
                "reference": "dbf4e5ff5c85d56ccae62265ed25424b366ce269",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0 || ^8.0"
            },
            "time": "2021-09-23T10:34:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Thrift\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Apache Thrift",
            "homepage": "http://thrift.apache.org/",
            "keywords": [
                "apache",
                "thrift"
            ],
            "support": {
                "issues": "https://github.com/packaged/thrift/issues",
                "source": "https://github.com/packaged/thrift/tree/0.15.0"
            },
            "install-path": "../packaged/thrift"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2020-06-27T09:03:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
            },
            "install-path": "../phpdocumentor/reflection-common"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "1.6.1",
            "version_normalized": "1.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "77a32518733312af16a44300404e945338981de3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
                "reference": "77a32518733312af16a44300404e945338981de3",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0"
            },
            "require-dev": {
                "ext-tokenizer": "*",
                "psalm/phar": "^4.8"
            },
            "time": "2022-03-15T21:29:03+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
            "support": {
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
            },
            "install-path": "../phpdocumentor/type-resolver"
        },
        {
            "name": "psr/cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "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"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "install-path": "../psr/event-dispatcher"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "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"
            },
            "time": "2020-06-29T06:28:15+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "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"
            },
            "time": "2019-04-30T12:38:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "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"
            },
            "time": "2016-08-06T14:39:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/log",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-07-14T16:46:02+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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/3.0.0"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "psr/simple-cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-10-29T13:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
            },
            "install-path": "../psr/simple-cache"
        },
        {
            "name": "psx/api",
            "version": "v4.1.4",
            "version_normalized": "4.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-api.git",
                "reference": "0ac2991544fd1b488b31dd19922d71ab7563f38b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-api/zipball/0ac2991544fd1b488b31dd19922d71ab7563f38b",
                "reference": "0ac2991544fd1b488b31dd19922d71ab7563f38b",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.0",
                "php": ">=8.0",
                "psx/json": "^2.0",
                "psx/model": "^4.0",
                "psx/schema": "^4.0",
                "symfony/cache": "^5.0|^6.0",
                "symfony/console": "^4.0|^5.0|^6.0",
                "symfony/yaml": "^4.0|^5.0|^6.0",
                "twig/twig": "^2.4|^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-31T10:26:55+00:00",
            "bin": [
                "bin/api"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Api\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Parse and generate API specification formats",
            "homepage": "https://phpsx.org",
            "keywords": [
                "api",
                "openapi",
                "raml",
                "specification",
                "swagger"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-api/issues",
                "source": "https://github.com/apioo/psx-api/tree/v4.1.4"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/api"
        },
        {
            "name": "psx/cloudevents",
            "version": "v1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-cloudevents.git",
                "reference": "4410968e8713daa741423aff2fa1dac38b06cd64"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-cloudevents/zipball/4410968e8713daa741423aff2fa1dac38b06cd64",
                "reference": "4410968e8713daa741423aff2fa1dac38b06cd64",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-27T19:03:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\CloudEvents\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Produce and consume cloud events",
            "homepage": "https://phpsx.org",
            "keywords": [
                "cloud",
                "cloudevents",
                "events"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-cloudevents/issues",
                "source": "https://github.com/apioo/psx-cloudevents/tree/v1.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/cloudevents"
        },
        {
            "name": "psx/data",
            "version": "v4.0.5",
            "version_normalized": "4.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-data.git",
                "reference": "1c10f24b2ef608dde6e8a5562fa6ad8df6de4ff1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-data/zipball/1c10f24b2ef608dde6e8a5562fa6ad8df6de4ff1",
                "reference": "1c10f24b2ef608dde6e8a5562fa6ad8df6de4ff1",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psx/datetime": "^2.0",
                "psx/http": "^3.0",
                "psx/json": "^2.0",
                "psx/model": "^4.0",
                "psx/record": "^2.0",
                "psx/schema": "^4.0",
                "psx/validate": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-27T19:02:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Data\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Data processing library to read and write POPOs in different formats",
            "homepage": "https://phpsx.org",
            "keywords": [
                "data",
                "json",
                "popo",
                "processor",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-data/issues",
                "source": "https://github.com/apioo/psx-data/tree/v4.0.5"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/data"
        },
        {
            "name": "psx/datetime",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-datetime.git",
                "reference": "df4dcd98f27f962a17c22b3d5162d8b92aa1169a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-datetime/zipball/df4dcd98f27f962a17c22b3d5162d8b92aa1169a",
                "reference": "df4dcd98f27f962a17c22b3d5162d8b92aa1169a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-27T19:05:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\DateTime\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Date and time implementations which only accept RFC3339 formats",
            "homepage": "https://phpsx.org",
            "keywords": [
                "date",
                "rfc3339",
                "time"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-datetime/issues",
                "source": "https://github.com/apioo/psx-datetime/tree/v2.0.2"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/datetime"
        },
        {
            "name": "psx/dependency",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-dependency.git",
                "reference": "d2526651c6f40b4e2740edb146ae0d5921a8c407"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-dependency/zipball/d2526651c6f40b4e2740edb146ae0d5921a8c407",
                "reference": "d2526651c6f40b4e2740edb146ae0d5921a8c407",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psr/cache": "^1.0|^2.0|^3.0",
                "psr/container": "^1.1|^2.0"
            },
            "provide": {
                "psr/container-implementation": "2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "symfony/cache": "^5.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-01-09T01:08:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Dependency\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Simple and fast DI container",
            "homepage": "https://phpsx.org",
            "keywords": [
                "container",
                "dependency",
                "di"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-dependency/issues",
                "source": "https://github.com/apioo/psx-dependency/tree/v2.0.2"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/dependency"
        },
        {
            "name": "psx/engine",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-engine.git",
                "reference": "e0a75d62dd0fb658d30cef5ad78b3ff6eca1f283"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-engine/zipball/e0a75d62dd0fb658d30cef5ad78b3ff6eca1f283",
                "reference": "e0a75d62dd0fb658d30cef5ad78b3ff6eca1f283",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psx/http": "^3.0"
            },
            "time": "2021-12-26T23:41:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Engine\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Engine to support multiple web server types",
            "homepage": "https://phpsx.org",
            "keywords": [
                "PSX",
                "engine",
                "framework"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-engine/issues",
                "source": "https://github.com/apioo/psx-engine/tree/v1.0.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/engine"
        },
        {
            "name": "psx/framework",
            "version": "v6.0.8",
            "version_normalized": "6.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-framework.git",
                "reference": "fc41778c2c40f62796f93534b38ee84f0e752116"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-framework/zipball/fc41778c2c40f62796f93534b38ee84f0e752116",
                "reference": "fc41778c2c40f62796f93534b38ee84f0e752116",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "^2.3",
                "php": ">=8.0",
                "psr/cache": "^1.0|^2.0|^3.0",
                "psr/container": "^1.0|^2.0",
                "psr/log": "^1.0|^2.0|^3.0",
                "psx/api": "^4.0",
                "psx/data": "^4.0",
                "psx/dependency": "^2.0",
                "psx/engine": "^1.0",
                "psx/http": "^3.0",
                "psx/json": "^2.0",
                "psx/oauth2": "^3.0",
                "psx/schema": "^4.0",
                "psx/sql": "^3.0",
                "psx/uri": "^2.0",
                "psx/validate": "^2.0",
                "symfony/cache": "^5.0|^6.0",
                "symfony/console": "^5.0|^6.0",
                "symfony/event-dispatcher": "^5.0|^6.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^6.3",
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-06-16T16:22:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Framework\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Engine of the PSX framework",
            "homepage": "https://phpsx.org",
            "keywords": [
                "PSX",
                "api",
                "framework",
                "rest"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-framework/issues",
                "source": "https://github.com/apioo/psx-framework/tree/v6.0.8"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/framework"
        },
        {
            "name": "psx/http",
            "version": "v3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-http.git",
                "reference": "7cd8425c23d721d638a1f593832a0f5685d634bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-http/zipball/7cd8425c23d721d638a1f593832a0f5685d634bf",
                "reference": "7cd8425c23d721d638a1f593832a0f5685d634bf",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^7.0",
                "php": ">=8.0",
                "psr/http-message": "^1.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "psx/uri": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-01-26T09:18:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Http\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Mutable HTTP model and HTTP client implementation",
            "homepage": "https://phpsx.org",
            "keywords": [
                "http"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-http/issues",
                "source": "https://github.com/apioo/psx-http/tree/v3.0.4"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/http"
        },
        {
            "name": "psx/json",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-json.git",
                "reference": "283236718ea16510f98bcbdfa48518401a23ce7d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-json/zipball/283236718ea16510f98bcbdfa48518401a23ce7d",
                "reference": "283236718ea16510f98bcbdfa48518401a23ce7d",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=8.0",
                "psx/record": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2021-12-22T19:37:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Json\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Read and transform JSON documents through JSON-Patch/Pointer",
            "homepage": "https://phpsx.org",
            "keywords": [
                "json",
                "json-patch",
                "json-pointer",
                "json-rpc"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-json/issues",
                "source": "https://github.com/apioo/psx-json/tree/v2.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/json"
        },
        {
            "name": "psx/model",
            "version": "v4.0.1",
            "version_normalized": "4.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-model.git",
                "reference": "da043a4a8cf8de4e750e7450fcef674a0d9c3c5d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-model/zipball/da043a4a8cf8de4e750e7450fcef674a0d9c3c5d",
                "reference": "da043a4a8cf8de4e750e7450fcef674a0d9c3c5d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psx/record": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "psx/schema": "^4.0",
                "symfony/yaml": "^4.0|^5.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-24T19:27:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Model\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Model classes based on open data specifications",
            "homepage": "https://phpsx.org",
            "keywords": [
                "activitystream",
                "atom",
                "dto",
                "model",
                "openapi",
                "popo",
                "rss",
                "schema-org"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-model/issues",
                "source": "https://github.com/apioo/psx-model/tree/v4.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/model"
        },
        {
            "name": "psx/oauth2",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-oauth2.git",
                "reference": "edfdd7d5e00ddd2a8b6f916e61d4fb21776fb492"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-oauth2/zipball/edfdd7d5e00ddd2a8b6f916e61d4fb21776fb492",
                "reference": "edfdd7d5e00ddd2a8b6f916e61d4fb21776fb492",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psx/schema": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2021-12-28T12:38:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Oauth2\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Oauth2 consumer",
            "homepage": "https://phpsx.org",
            "keywords": [
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-oauth2/issues",
                "source": "https://github.com/apioo/psx-oauth2/tree/v3.0.2"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/oauth2"
        },
        {
            "name": "psx/openssl",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-openssl.git",
                "reference": "c9fa83560b1a7b4f228b0d78e91485638d101466"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-openssl/zipball/c9fa83560b1a7b4f228b0d78e91485638d101466",
                "reference": "c9fa83560b1a7b4f228b0d78e91485638d101466",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-01-09T16:15:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\OpenSsl\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "OpenSsl wrapper library",
            "homepage": "https://phpsx.org",
            "keywords": [
                "openssl"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-openssl/issues",
                "source": "https://github.com/apioo/psx-openssl/tree/v2.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/openssl"
        },
        {
            "name": "psx/record",
            "version": "v2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-record.git",
                "reference": "84802b1dd9a45519a5e265d38002742f794afc00"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-record/zipball/84802b1dd9a45519a5e265d38002742f794afc00",
                "reference": "84802b1dd9a45519a5e265d38002742f794afc00",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psr/cache": "^1.0|^2.0|^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "psx/cache": "^1.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-09T16:10:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Record\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Data HashMap implementation",
            "homepage": "https://phpsx.org",
            "keywords": [
                "data",
                "hashmap",
                "record"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-record/issues",
                "source": "https://github.com/apioo/psx-record/tree/v2.0.3"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/record"
        },
        {
            "name": "psx/sandbox",
            "version": "v0.3.1",
            "version_normalized": "0.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-sandbox.git",
                "reference": "52a9e4ce9d4267103ed2361550c15db97934c22a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-sandbox/zipball/52a9e4ce9d4267103ed2361550c15db97934c22a",
                "reference": "52a9e4ce9d4267103ed2361550c15db97934c22a",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.0",
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0"
            },
            "time": "2021-03-11T19:38:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Sandbox\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "http://christoph.kappestein.com/"
                }
            ],
            "description": "PHP sandbox to execute a safe subset of the PHP programming language",
            "homepage": "http://phpsx.org",
            "keywords": [
                "parser",
                "php",
                "sandbox"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-sandbox/issues",
                "source": "https://github.com/apioo/psx-sandbox/tree/v0.3.1"
            },
            "install-path": "../psx/sandbox"
        },
        {
            "name": "psx/schema",
            "version": "v4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-schema.git",
                "reference": "e65860ce1a4ea9451f08527ba4f5cfebcd43491f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-schema/zipball/e65860ce1a4ea9451f08527ba4f5cfebcd43491f",
                "reference": "e65860ce1a4ea9451f08527ba4f5cfebcd43491f",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.0",
                "php": ">=8.0",
                "phpdocumentor/type-resolver": "^1.0",
                "psr/cache": "^1.0|^2.0|^3.0",
                "psx/datetime": "^2.0",
                "psx/http": "^3.0",
                "psx/json": "^2.0",
                "psx/record": "^2.0",
                "psx/uri": "^2.0",
                "psx/validate": "^2.0",
                "symfony/cache": "^4.0|^5.0|^6.0",
                "symfony/console": "^4.0|^5.0|^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "symfony/yaml": "^4.0|^5.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-27T19:08:25+00:00",
            "bin": [
                "bin/schema"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Schema\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Parse and generate data schema formats",
            "homepage": "https://phpsx.org",
            "keywords": [
                "generator",
                "json",
                "schema",
                "typeschema"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-schema/issues",
                "source": "https://github.com/apioo/psx-schema/tree/v4.1.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/schema"
        },
        {
            "name": "psx/sql",
            "version": "v3.1.5",
            "version_normalized": "3.1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-sql.git",
                "reference": "3bdbd9332e5d70312e72acd5b3b1de420edf1d4c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-sql/zipball/3bdbd9332e5d70312e72acd5b3b1de420edf1d4c",
                "reference": "3bdbd9332e5d70312e72acd5b3b1de420edf1d4c",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.12",
                "nikic/php-parser": "^4.0",
                "php": ">=8.0",
                "psx/datetime": "^2.0",
                "psx/record": "^2.0",
                "symfony/console": "^4.0|^5.0|^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "symfony/cache": "^5.0|^6.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2022-07-25T20:14:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Sql\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Build complex data structures from relational databases",
            "homepage": "https://phpsx.org",
            "keywords": [
                "sql"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-sql/issues",
                "source": "https://github.com/apioo/psx-sql/tree/v3.1.5"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/sql"
        },
        {
            "name": "psx/uri",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-uri.git",
                "reference": "0b5256ac6f61ade12732b04c384bcb56609bd415"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-uri/zipball/0b5256ac6f61ade12732b04c384bcb56609bd415",
                "reference": "0b5256ac6f61ade12732b04c384bcb56609bd415",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2021-12-28T20:38:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Uri\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "URI, URL and URN value objects",
            "homepage": "https://phpsx.org",
            "keywords": [
                "URN",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-uri/issues",
                "source": "https://github.com/apioo/psx-uri/tree/v2.0.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/uri"
        },
        {
            "name": "psx/validate",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/apioo/psx-validate.git",
                "reference": "fd33e1bcd541edd822d8d9df053033e673ecb2c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/apioo/psx-validate/zipball/fd33e1bcd541edd822d8d9df053033e673ecb2c1",
                "reference": "fd33e1bcd541edd822d8d9df053033e673ecb2c1",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0",
                "vimeo/psalm": "^4.0"
            },
            "time": "2021-12-22T20:54:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PSX\\Validate\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Christoph Kappestein",
                    "email": "christoph.kappestein@gmail.com",
                    "homepage": "https://chrisk.app"
                }
            ],
            "description": "Validate data through a filter system",
            "homepage": "https://phpsx.org",
            "keywords": [
                "filter",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/apioo/psx-validate/issues",
                "source": "https://github.com/apioo/psx-validate/tree/v2.0.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/fusioapi",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/chriskapp",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/fusio",
                    "type": "patreon"
                }
            ],
            "install-path": "../psx/validate"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "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"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "ramsey/collection",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/collection.git",
                "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
                "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ^8",
                "symfony/polyfill-php81": "^1.23"
            },
            "require-dev": {
                "captainhook/captainhook": "^5.3",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                "ergebnis/composer-normalize": "^2.6",
                "fakerphp/faker": "^1.5",
                "hamcrest/hamcrest-php": "^2",
                "jangregor/phpstan-prophecy": "^0.8",
                "mockery/mockery": "^1.3",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpstan/extension-installer": "^1",
                "phpstan/phpstan": "^0.12.32",
                "phpstan/phpstan-mockery": "^0.12.5",
                "phpstan/phpstan-phpunit": "^0.12.11",
                "phpunit/phpunit": "^8.5 || ^9",
                "psy/psysh": "^0.10.4",
                "slevomat/coding-standard": "^6.3",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.4"
            },
            "time": "2021-10-10T03:01:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "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/1.2.2"
            },
            "funding": [
                {
                    "url": "https://github.com/ramsey",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
                    "type": "tidelift"
                }
            ],
            "install-path": "../ramsey/collection"
        },
        {
            "name": "ramsey/uuid",
            "version": "4.4.0",
            "version_normalized": "4.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "373f7bacfcf3de038778ff27dcce5672ddbf4c8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/373f7bacfcf3de038778ff27dcce5672ddbf4c8a",
                "reference": "373f7bacfcf3de038778ff27dcce5672ddbf4c8a",
                "shasum": ""
            },
            "require": {
                "brick/math": "^0.8 || ^0.9 || ^0.10",
                "ext-ctype": "*",
                "ext-json": "*",
                "php": "^8.0",
                "ramsey/collection": "^1.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.0",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-mockery": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpunit/phpunit": "^8.5 || ^9",
                "slevomat/coding-standard": "^7.0",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.9"
            },
            "suggest": {
                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
                "ext-ctype": "Enables faster processing of character classification using ctype functions.",
                "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."
            },
            "time": "2022-08-05T17:58:37+00:00",
            "type": "library",
            "extra": {
                "captainhook": {
                    "force-install": true
                }
            },
            "installation-source": "dist",
            "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.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/ramsey",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                    "type": "tidelift"
                }
            ],
            "install-path": "../ramsey/uuid"
        },
        {
            "name": "symfony/cache",
            "version": "v6.0.11",
            "version_normalized": "6.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache.git",
                "reference": "8c98079892d254b4e5806bedf694bddab8fe92b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache/zipball/8c98079892d254b4e5806bedf694bddab8fe92b4",
                "reference": "8c98079892d254b4e5806bedf694bddab8fe92b4",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "psr/cache": "^2.0|^3.0",
                "psr/log": "^1.1|^2|^3",
                "symfony/cache-contracts": "^1.1.7|^2|^3",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/var-exporter": "^5.4|^6.0"
            },
            "conflict": {
                "doctrine/dbal": "<2.13.1",
                "symfony/dependency-injection": "<5.4",
                "symfony/http-kernel": "<5.4",
                "symfony/var-dumper": "<5.4"
            },
            "provide": {
                "psr/cache-implementation": "2.0|3.0",
                "psr/simple-cache-implementation": "1.0|2.0|3.0",
                "symfony/cache-implementation": "1.1|2.0|3.0"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/dbal": "^2.13.1|^3.0",
                "predis/predis": "^1.1",
                "psr/simple-cache": "^1.0|^2.0|^3.0",
                "symfony/config": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/filesystem": "^5.4|^6.0",
                "symfony/http-kernel": "^5.4|^6.0",
                "symfony/messenger": "^5.4|^6.0",
                "symfony/var-dumper": "^5.4|^6.0"
            },
            "time": "2022-07-29T07:39:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Cache\\": ""
                },
                "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 extended PSR-6, PSR-16 (and tags) implementation",
            "homepage": "https://symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "support": {
                "source": "https://github.com/symfony/cache/tree/v6.0.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/cache"
        },
        {
            "name": "symfony/cache-contracts",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache-contracts.git",
                "reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1c0a181c9ee221afe4fa55b2d13fc63c5ae14348",
                "reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "psr/cache": "^3.0"
            },
            "suggest": {
                "symfony/cache-implementation": ""
            },
            "time": "2022-01-02T09:55:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Cache\\": ""
                }
            },
            "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 caching",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/cache-contracts/tree/v3.0.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"
                }
            ],
            "install-path": "../symfony/cache-contracts"
        },
        {
            "name": "symfony/console",
            "version": "v5.3.16",
            "version_normalized": "5.3.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "2e322c76cdccb302af6b275ea2207169c8355328"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/2e322c76cdccb302af6b275ea2207169c8355328",
                "reference": "2e322c76cdccb302af6b275ea2207169c8355328",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2",
                "symfony/string": "^5.1"
            },
            "conflict": {
                "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",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/event-dispatcher": "^4.4|^5.0",
                "symfony/lock": "^4.4|^5.0",
                "symfony/process": "^4.4|^5.0",
                "symfony/var-dumper": "^4.4|^5.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "time": "2022-03-01T08:24:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.3.16"
            },
            "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"
                }
            ],
            "install-path": "../symfony/console"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-01-02T09:53:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/dotenv",
            "version": "v6.0.5",
            "version_normalized": "6.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dotenv.git",
                "reference": "1c2288fdfd0787288cd04b9868f879f2212159c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/1c2288fdfd0787288cd04b9868f879f2212159c4",
                "reference": "1c2288fdfd0787288cd04b9868f879f2212159c4",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2"
            },
            "require-dev": {
                "symfony/console": "^5.4|^6.0",
                "symfony/process": "^5.4|^6.0"
            },
            "time": "2022-02-21T17:15:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Dotenv\\": ""
                },
                "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": "Registers environment variables from a .env file",
            "homepage": "https://symfony.com",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "support": {
                "source": "https://github.com/symfony/dotenv/tree/v6.0.5"
            },
            "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"
                }
            ],
            "install-path": "../symfony/dotenv"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v6.0.9",
            "version_normalized": "6.0.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "5c85b58422865d42c6eb46f7693339056db098a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5c85b58422865d42c6eb46f7693339056db098a8",
                "reference": "5c85b58422865d42c6eb46f7693339056db098a8",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/event-dispatcher-contracts": "^2|^3"
            },
            "conflict": {
                "symfony/dependency-injection": "<5.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0|3.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/error-handler": "^5.4|^6.0",
                "symfony/expression-language": "^5.4|^6.0",
                "symfony/http-foundation": "^5.4|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/stopwatch": "^5.4|^6.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "time": "2022-05-05T16:45:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.9"
            },
            "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"
                }
            ],
            "install-path": "../symfony/event-dispatcher"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "7bc61cc2db649b4637d331240c5346dcc7708051"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
                "reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "psr/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
            },
            "time": "2022-01-02T09:55:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.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"
                }
            ],
            "install-path": "../symfony/event-dispatcher-contracts"
        },
        {
            "name": "symfony/filesystem",
            "version": "v6.0.11",
            "version_normalized": "6.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "33787a6b6e055245d5710697dfc4a9a2b896c032"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/33787a6b6e055245d5710697dfc4a9a2b896c032",
                "reference": "33787a6b6e055245d5710697dfc4a9a2b896c032",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8"
            },
            "time": "2022-07-20T14:06:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.0.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/filesystem"
        },
        {
            "name": "symfony/mailer",
            "version": "v6.0.11",
            "version_normalized": "6.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mailer.git",
                "reference": "4a787a257addd412eac53157d459f87f8e335037"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mailer/zipball/4a787a257addd412eac53157d459f87f8e335037",
                "reference": "4a787a257addd412eac53157d459f87f8e335037",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "^2.1.10|^3",
                "php": ">=8.0.2",
                "psr/event-dispatcher": "^1",
                "psr/log": "^1|^2|^3",
                "symfony/event-dispatcher": "^5.4|^6.0",
                "symfony/mime": "^5.4|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3"
            },
            "conflict": {
                "symfony/http-kernel": "<5.4"
            },
            "require-dev": {
                "symfony/http-client-contracts": "^1.1|^2|^3",
                "symfony/messenger": "^5.4|^6.0"
            },
            "time": "2022-07-27T15:50:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mailer\\": ""
                },
                "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 sending emails",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/mailer/tree/v6.0.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/mailer"
        },
        {
            "name": "symfony/mime",
            "version": "v6.0.11",
            "version_normalized": "6.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "c6f16f6789587348f6518b193d3499c0e1f5e5c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/c6f16f6789587348f6518b193d3499c0e1f5e5c5",
                "reference": "c6f16f6789587348f6518b193d3499c0e1f5e5c5",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<5.4"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3.1",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/property-access": "^5.4|^6.0",
                "symfony/property-info": "^5.4|^6.0",
                "symfony/serializer": "^5.4|^6.0"
            },
            "time": "2022-07-20T13:45:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mime\\": ""
                },
                "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 manipulating MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "support": {
                "source": "https://github.com/symfony/mime/tree/v6.0.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/mime"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
                "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "433d05519ce6990bf3530fba6957499d327395c2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
                "reference": "433d05519ce6990bf3530fba6957499d327395c2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-grapheme"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
                "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-idn"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
                "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
                "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
                "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-php72"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
                "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-php73"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-05-10T07:21:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
                "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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.26.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"
                }
            ],
            "install-path": "../symfony/polyfill-php81"
        },
        {
            "name": "symfony/process",
            "version": "v6.0.11",
            "version_normalized": "6.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "44270a08ccb664143dede554ff1c00aaa2247a43"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43",
                "reference": "44270a08ccb664143dede554ff1c00aaa2247a43",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2"
            },
            "time": "2022-06-27T17:10:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "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/v6.0.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/process"
        },
        {
            "name": "symfony/property-access",
            "version": "v6.0.11",
            "version_normalized": "6.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-access.git",
                "reference": "8299bd756989ef04be53e2099e6b6fd5154a03ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-access/zipball/8299bd756989ef04be53e2099e6b6fd5154a03ed",
                "reference": "8299bd756989ef04be53e2099e6b6fd5154a03ed",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/property-info": "^5.4|^6.0"
            },
            "require-dev": {
                "symfony/cache": "^5.4|^6.0"
            },
            "suggest": {
                "psr/cache-implementation": "To cache access methods."
            },
            "time": "2022-06-27T17:10:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyAccess\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides functions to read and write from/to an object or array using a simple string notation",
            "homepage": "https://symfony.com",
            "keywords": [
                "access",
                "array",
                "extraction",
                "index",
                "injection",
                "object",
                "property",
                "property path",
                "reflection"
            ],
            "support": {
                "source": "https://github.com/symfony/property-access/tree/v6.0.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/property-access"
        },
        {
            "name": "symfony/property-info",
            "version": "v6.0.11",
            "version_normalized": "6.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-info.git",
                "reference": "518f172491b9c09afd5d963f783909b80c4b0308"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-info/zipball/518f172491b9c09afd5d963f783909b80c4b0308",
                "reference": "518f172491b9c09afd5d963f783909b80c4b0308",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/string": "^5.4|^6.0"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "<5.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/dependency-injection": "<5.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.10.4",
                "phpdocumentor/reflection-docblock": "^5.2",
                "phpstan/phpdoc-parser": "^1.0",
                "symfony/cache": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/serializer": "^5.4|^6.0"
            },
            "suggest": {
                "phpdocumentor/reflection-docblock": "To use the PHPDoc",
                "psr/cache-implementation": "To cache results",
                "symfony/doctrine-bridge": "To use Doctrine metadata",
                "symfony/serializer": "To use Serializer metadata"
            },
            "time": "2022-07-19T08:33:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyInfo\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Extracts information about PHP class' properties using metadata of popular sources",
            "homepage": "https://symfony.com",
            "keywords": [
                "doctrine",
                "phpdoc",
                "property",
                "symfony",
                "type",
                "validator"
            ],
            "support": {
                "source": "https://github.com/symfony/property-info/tree/v6.0.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/property-info"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "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": ""
            },
            "time": "2022-05-30T19:17:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../symfony/service-contracts"
        },
        {
            "name": "symfony/stopwatch",
            "version": "v5.4.5",
            "version_normalized": "5.4.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
                "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
                "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/service-contracts": "^1|^2|^3"
            },
            "time": "2022-02-18T16:06:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Stopwatch\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a way to profile code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/stopwatch/tree/v5.4.5"
            },
            "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"
                }
            ],
            "install-path": "../symfony/stopwatch"
        },
        {
            "name": "symfony/string",
            "version": "v5.4.11",
            "version_normalized": "5.4.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "5eb661e49ad389e4ae2b6e4df8d783a8a6548322"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/5eb661e49ad389e4ae2b6e4df8d783a8a6548322",
                "reference": "5eb661e49ad389e4ae2b6e4df8d783a8a6548322",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "time": "2022-07-24T16:15:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "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/v5.4.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/string"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v6.0.10",
            "version_normalized": "6.0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "e3df004a8d0fb572c420a6915cd23db9254c8366"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/e3df004a8d0fb572c420a6915cd23db9254c8366",
                "reference": "e3df004a8d0fb572c420a6915cd23db9254c8366",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2"
            },
            "require-dev": {
                "symfony/var-dumper": "^5.4|^6.0"
            },
            "time": "2022-05-27T12:57:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "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",
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v6.0.10"
            },
            "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"
                }
            ],
            "install-path": "../symfony/var-exporter"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.11",
            "version_normalized": "5.4.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "05d4ea560f3402c6c116afd99fdc66e60eda227e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/05d4ea560f3402c6c116afd99fdc66e60eda227e",
                "reference": "05d4ea560f3402c6c116afd99fdc66e60eda227e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2022-06-27T16:58:25+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v5.4.11"
            },
            "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"
                }
            ],
            "install-path": "../symfony/yaml"
        },
        {
            "name": "twig/twig",
            "version": "v3.4.1",
            "version_normalized": "3.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/e939eae92386b69b49cfa4599dd9bead6bf4a342",
                "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
            },
            "time": "2022-05-17T05:48:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.4.1"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "../twig/twig"
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
            "version_normalized": "1.11.0.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"
            },
            "time": "2022-06-03T18:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../webmozart/assert"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
