[
    {
        "name": "api-platform/core",
        "version": "v2.6.5",
        "version_normalized": "2.6.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/api-platform/core.git",
            "reference": "4e22a289e474db454480020ff37d20472668c11c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/api-platform/core/zipball/4e22a289e474db454480020ff37d20472668c11c",
            "reference": "4e22a289e474db454480020ff37d20472668c11c",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.0 || ^2.0",
            "fig/link-util": "^1.0",
            "php": ">=7.1",
            "psr/cache": "^1.0 || ^2.0 || ^3.0",
            "psr/container": "^1.0",
            "symfony/http-foundation": "^4.4 || ^5.1",
            "symfony/http-kernel": "^4.4 || ^5.1",
            "symfony/property-access": "^3.4.19 || ^4.4 || ^5.1",
            "symfony/property-info": "^3.4 || ^4.4 || ^5.2.1",
            "symfony/serializer": "^4.4 || ^5.1",
            "symfony/web-link": "^4.4 || ^5.1",
            "willdurand/negotiation": "^2.0.3 || ^3.0"
        },
        "conflict": {
            "doctrine/common": "<2.7",
            "doctrine/mongodb-odm": "<2.2",
            "doctrine/persistence": "<1.3"
        },
        "require-dev": {
            "behat/behat": "^3.1",
            "behat/mink": "^1.7",
            "doctrine/annotations": "^1.7",
            "doctrine/cache": "^1.11",
            "doctrine/common": "^2.11 || ^3.0",
            "doctrine/data-fixtures": "^1.2.2",
            "doctrine/doctrine-bundle": "^1.12 || ^2.0",
            "doctrine/mongodb-odm": "^2.2",
            "doctrine/mongodb-odm-bundle": "^4.0",
            "doctrine/orm": "^2.6.4 || ^3.0",
            "elasticsearch/elasticsearch": "^6.0 || ^7.0",
            "friends-of-behat/mink-browserkit-driver": "^1.3.1",
            "friends-of-behat/mink-extension": "^2.2",
            "friends-of-behat/symfony-extension": "^2.1",
            "guzzlehttp/guzzle": "^6.0 || ^7.0",
            "jangregor/phpstan-prophecy": "^0.8",
            "justinrainbow/json-schema": "^5.2.1",
            "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
            "phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12.65",
            "phpstan/phpstan-doctrine": "^0.12.7",
            "phpstan/phpstan-phpunit": "^0.12.4",
            "phpstan/phpstan-symfony": "^0.12.4",
            "psr/log": "^1.0",
            "ramsey/uuid": "^3.7 || ^4.0",
            "ramsey/uuid-doctrine": "^1.4",
            "soyuka/contexts": "^3.3.1",
            "soyuka/stubs-mongodb": "^1.0",
            "symfony/asset": "^3.4 || ^4.4 || ^5.1",
            "symfony/browser-kit": "^4.4 || ^5.1",
            "symfony/cache": "^3.4 || ^4.4 || ^5.1",
            "symfony/config": "^3.4 || ^4.4 || ^5.1",
            "symfony/console": "^3.4 || ^4.4 || ^5.1",
            "symfony/css-selector": "^3.4 || ^4.4 || ^5.1",
            "symfony/debug": "^3.4 || ^4.4 || ^5.1",
            "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",
            "symfony/doctrine-bridge": "^3.4 || ^4.4 || ^5.1",
            "symfony/dom-crawler": "^3.4 || ^4.4 || ^5.1",
            "symfony/event-dispatcher": "^3.4 || ^4.4 || ^5.1",
            "symfony/expression-language": "^3.4 || ^4.4 || ^5.1",
            "symfony/finder": "^3.4 || ^4.4 || ^5.1",
            "symfony/form": "^3.4 || ^4.4 || ^5.1",
            "symfony/framework-bundle": "^4.4 || ^5.1",
            "symfony/http-client": "^4.4 || ^5.1",
            "symfony/mercure-bundle": "*",
            "symfony/messenger": "^4.4 || ^5.1",
            "symfony/phpunit-bridge": "^5.1.7",
            "symfony/routing": "^3.4 || ^4.4 || ^5.1",
            "symfony/security-bundle": "^3.4 || ^4.4 || ^5.1",
            "symfony/security-core": "^4.4 || ^5.1",
            "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.1",
            "symfony/validator": "^3.4 || ^4.4 || ^5.1",
            "symfony/web-profiler-bundle": "^4.4 || ^5.1",
            "symfony/yaml": "^3.4 || ^4.4 || ^5.1",
            "twig/twig": "^1.42.3 || ^2.12 || ^3.0",
            "webonyx/graphql-php": "^14.0"
        },
        "suggest": {
            "doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
            "elasticsearch/elasticsearch": "To support Elasticsearch.",
            "guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
            "ocramius/package-versions": "To display the API Platform's version in the debug bar.",
            "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
            "psr/cache-implementation": "To use metadata caching.",
            "ramsey/uuid": "To support Ramsey's UUID identifiers.",
            "symfony/cache": "To have metadata caching when using Symfony integration.",
            "symfony/config": "To load XML configuration files.",
            "symfony/expression-language": "To use authorization features.",
            "symfony/security": "To use authorization features.",
            "symfony/twig-bundle": "To use the Swagger UI integration.",
            "symfony/uid": "To support Symfony UUID/ULID identifiers.",
            "symfony/web-profiler-bundle": "To use the data collector.",
            "webonyx/graphql-php": "To support GraphQL."
        },
        "time": "2021-06-15T16:53:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.7.x-dev"
            },
            "symfony": {
                "require": "^3.4 || ^4.4 || ^5.1"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ApiPlatform\\Core\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kévin Dunglas",
                "email": "kevin@dunglas.fr",
                "homepage": "https://dunglas.fr"
            }
        ],
        "description": "Build a fully-featured hypermedia or GraphQL API in minutes!",
        "homepage": "https://api-platform.com",
        "keywords": [
            "Hydra",
            "JSON-LD",
            "api",
            "graphql",
            "hal",
            "jsonapi",
            "openapi",
            "rest",
            "swagger"
        ],
        "funding": [
            {
                "url": "https://tidelift.com/funding/github/packagist/api-platform/core",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "beberlei/assert",
        "version": "v3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/beberlei/assert.git",
            "reference": "5e721d7e937ca3ba2cdec1e1adf195f9e5188372"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/beberlei/assert/zipball/5e721d7e937ca3ba2cdec1e1adf195f9e5188372",
            "reference": "5e721d7e937ca3ba2cdec1e1adf195f9e5188372",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-simplexml": "*",
            "php": "^7.0 || ^8.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "*",
            "phpstan/phpstan": "*",
            "phpunit/phpunit": ">=6.0.0",
            "yoast/phpunit-polyfills": "^0.1.0"
        },
        "suggest": {
            "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
        },
        "time": "2021-04-18T20:11:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Assert\\": "lib/Assert"
            },
            "files": [
                "lib/Assert/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de",
                "role": "Lead Developer"
            },
            {
                "name": "Richard Quadling",
                "email": "rquadling@gmail.com",
                "role": "Collaborator"
            }
        ],
        "description": "Thin assertion library for input validation in business models.",
        "keywords": [
            "assert",
            "assertion",
            "validation"
        ]
    },
    {
        "name": "composer/package-versions-deprecated",
        "version": "1.11.99.3",
        "version_normalized": "1.11.99.3",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/package-versions-deprecated.git",
            "reference": "fff576ac850c045158a250e7e27666e146e78d18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/fff576ac850c045158a250e7e27666e146e78d18",
            "reference": "fff576ac850c045158a250e7e27666e146e78d18",
            "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": "2021-08-17T13:49:14+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.3"
        },
        "funding": [
            {
                "url": "https://packagist.com",
                "type": "custom"
            },
            {
                "url": "https://github.com/composer",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "defuse/php-encryption",
        "version": "v2.3.1",
        "version_normalized": "2.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/defuse/php-encryption.git",
            "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
            "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "paragonie/random_compat": ">= 2",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
        },
        "time": "2021-04-09T23:57:26+00:00",
        "bin": [
            "bin/generate-defuse-key"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Defuse\\Crypto\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Hornby",
                "email": "taylor@defuse.ca",
                "homepage": "https://defuse.ca/"
            },
            {
                "name": "Scott Arciszewski",
                "email": "info@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "Secure PHP Encryption Library",
        "keywords": [
            "aes",
            "authenticated encryption",
            "cipher",
            "crypto",
            "cryptography",
            "encrypt",
            "encryption",
            "openssl",
            "security",
            "symmetric key cryptography"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "1.13.2",
        "version_normalized": "1.13.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
            "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "ext-tokenizer": "*",
            "php": "^7.1 || ^8.0",
            "psr/cache": "^1 || ^2 || ^3"
        },
        "require-dev": {
            "doctrine/cache": "^1.11 || ^2.0",
            "doctrine/coding-standard": "^6.0 || ^8.1",
            "phpstan/phpstan": "^0.12.20",
            "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
            "symfony/cache": "^4.4 || ^5.2"
        },
        "time": "2021-08-05T19:00:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
            }
        },
        "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": "Docblock Annotations Parser",
        "homepage": "https://www.doctrine-project.org/projects/annotations.html",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ],
        "support": {
            "issues": "https://github.com/doctrine/annotations/issues",
            "source": "https://github.com/doctrine/annotations/tree/1.13.2"
        }
    },
    {
        "name": "doctrine/cache",
        "version": "1.12.1",
        "version_normalized": "1.12.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
            "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
            "shasum": ""
        },
        "require": {
            "php": "~7.1 || ^8.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "cache/integration-tests": "dev-master",
            "doctrine/coding-standard": "^8.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
            "predis/predis": "~1.0",
            "psr/cache": "^1.0 || ^2.0 || ^3.0",
            "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
            "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2021-07-17T14:39:21+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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "1.6.8",
        "version_normalized": "1.6.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
            "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^9.0",
            "phpstan/phpstan": "^0.12",
            "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
            "vimeo/psalm": "^4.2.1"
        },
        "time": "2021-08-10T18:51:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
            }
        },
        "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 Collections library that adds additional functionality on top of PHP arrays.",
        "homepage": "https://www.doctrine-project.org/projects/collections.html",
        "keywords": [
            "array",
            "collections",
            "iterators",
            "php"
        ],
        "support": {
            "issues": "https://github.com/doctrine/collections/issues",
            "source": "https://github.com/doctrine/collections/tree/1.6.8"
        }
    },
    {
        "name": "doctrine/common",
        "version": "3.1.2",
        "version_normalized": "3.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/a036d90c303f3163b5be8b8fde9b6755b2be4a3a",
            "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a",
            "shasum": ""
        },
        "require": {
            "doctrine/persistence": "^2.0",
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0 || ^8.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
            "squizlabs/php_codesniffer": "^3.0",
            "symfony/phpunit-bridge": "^4.0.5",
            "vimeo/psalm": "^4.4"
        },
        "time": "2021-02-10T20:18:51+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": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
        "homepage": "https://www.doctrine-project.org/projects/common.html",
        "keywords": [
            "common",
            "doctrine",
            "php"
        ],
        "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%2Fcommon",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "2.13.3",
        "version_normalized": "2.13.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "0d7adf4cadfee6f70850e5b163e6cdd706417838"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/0d7adf4cadfee6f70850e5b163e6cdd706417838",
            "reference": "0d7adf4cadfee6f70850e5b163e6cdd706417838",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.0|^2.0",
            "doctrine/deprecations": "^0.5.3",
            "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": "0.12.96",
            "phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
            "psalm/plugin-phpunit": "0.16.1",
            "squizlabs/php_codesniffer": "3.6.0",
            "symfony/cache": "^4.4",
            "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
            "vimeo/psalm": "4.10.0"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2021-09-12T19:11:48+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.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%2Fdbal",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/deprecations",
        "version": "v0.5.3",
        "version_normalized": "0.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/deprecations.git",
            "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
            "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
            "shasum": ""
        },
        "require": {
            "php": "^7.1|^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0|^7.0|^8.0",
            "phpunit/phpunit": "^7.0|^8.0|^9.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
        },
        "time": "2021-03-21T12:59:47+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/"
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "4202ce675d29e70a8b9ee763bec021b6f44caccb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4202ce675d29e70a8b9ee763bec021b6f44caccb",
            "reference": "4202ce675d29e70a8b9ee763bec021b6f44caccb",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.11 || ^2.0",
            "doctrine/dbal": "^2.9.0|^3.0",
            "doctrine/persistence": "^1.3.3|^2.0",
            "doctrine/sql-formatter": "^1.0.1",
            "php": "^7.1 || ^8.0",
            "symfony/cache": "^4.3.3|^5.0|^6.0",
            "symfony/config": "^4.4.3|^5.0|^6.0",
            "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
            "symfony/dependency-injection": "^4.3.3|^5.0|^6.0",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
            "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
            "symfony/service-contracts": "^1.1.1|^2.0"
        },
        "conflict": {
            "doctrine/orm": "<2.9",
            "twig/twig": "<1.34|>=2.0,<2.4"
        },
        "require-dev": {
            "doctrine/coding-standard": "^9.0",
            "doctrine/orm": "^2.9",
            "friendsofphp/proxy-manager-lts": "^1.0",
            "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
            "psalm/plugin-phpunit": "^0.15.1",
            "psalm/plugin-symfony": "^2.3.0",
            "symfony/phpunit-bridge": "^5.2|^6.0",
            "symfony/property-info": "^4.3.3|^5.0|^6.0",
            "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
            "symfony/security-bundle": "^4.4|^5.0|^6.0",
            "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
            "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
            "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
            "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
            "twig/twig": "^1.34|^2.12|^3.0",
            "vimeo/psalm": "^4.7"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "ext-pdo": "*",
            "symfony/web-profiler-bundle": "To use the data collector."
        },
        "time": "2021-06-05T13:40:39+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ],
        "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%2Fdoctrine-bundle",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/doctrine-migrations-bundle",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
            "reference": "0a9a4ffdb8713d0b7f2bbc04b0bbfa2991b2a238"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/0a9a4ffdb8713d0b7f2bbc04b0bbfa2991b2a238",
            "reference": "0a9a4ffdb8713d0b7f2bbc04b0bbfa2991b2a238",
            "shasum": ""
        },
        "require": {
            "doctrine/doctrine-bundle": "~1.0|~2.0",
            "doctrine/migrations": "~3.0",
            "php": "^7.2|^8.0",
            "symfony/framework-bundle": "~3.4|~4.0|~5.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.0",
            "doctrine/orm": "^2.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.0|^8.0|^9.0"
        },
        "time": "2021-03-18T21:01:51+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\MigrationsBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony DoctrineMigrationsBundle",
        "homepage": "https://www.doctrine-project.org",
        "keywords": [
            "dbal",
            "migrations",
            "schema"
        ],
        "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%2Fdoctrine-migrations-bundle",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/event-manager",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/event-manager.git",
            "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
            "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "conflict": {
            "doctrine/common": "<2.9@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2020-05-29T18:28:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "1.4.4",
        "version_normalized": "1.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
            "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
        },
        "time": "2021-04-16T17:34:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
                "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
            }
        },
        "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 Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
        "homepage": "https://www.doctrine-project.org/projects/inflector.html",
        "keywords": [
            "inflection",
            "inflector",
            "lowercase",
            "manipulation",
            "php",
            "plural",
            "singular",
            "strings",
            "uppercase",
            "words"
        ],
        "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%2Finflector",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
            "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.0",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
        },
        "time": "2020-11-10T18:47:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "https://ocramius.github.io/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
            "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
        },
        "time": "2020-05-25T17:44:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "doctrine/migrations",
        "version": "3.0.4",
        "version_normalized": "3.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/migrations.git",
            "reference": "0e37888c726f18e2691428128cdeebda5e23fe24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/migrations/zipball/0e37888c726f18e2691428128cdeebda5e23fe24",
            "reference": "0e37888c726f18e2691428128cdeebda5e23fe24",
            "shasum": ""
        },
        "require": {
            "composer/package-versions-deprecated": "^1.8",
            "doctrine/dbal": "^2.10",
            "doctrine/event-manager": "^1.0",
            "friendsofphp/proxy-manager-lts": "^1.0",
            "php": "^7.2 || ^8.0",
            "psr/log": "^1.1.3",
            "symfony/console": "^3.4 || ^4.4.16 || ^5.0",
            "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.0",
            "doctrine/orm": "^2.6",
            "doctrine/persistence": "^1.3 || ^2.0",
            "doctrine/sql-formatter": "^1.0",
            "ergebnis/composer-normalize": "^2.9",
            "ext-pdo_sqlite": "*",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-deprecation-rules": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpstan/phpstan-symfony": "^0.12",
            "phpunit/phpunit": "^8.5 || ^9.4",
            "symfony/process": "^3.4 || ^4.0 || ^5.0",
            "symfony/yaml": "^3.4 || ^4.0 || ^5.0"
        },
        "suggest": {
            "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
            "symfony/yaml": "Allows the use of yaml for migration configuration files."
        },
        "time": "2021-03-14T10:25:50+00:00",
        "bin": [
            "bin/doctrine-migrations"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            },
            "composer-normalize": {
                "indent-size": 4,
                "indent-style": "space"
            }
        },
        "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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "2.9.5",
        "version_normalized": "2.9.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/orm.git",
            "reference": "77cc86ed880e3f1f6c9c5819e131a8aaeeeee0da"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/orm/zipball/77cc86ed880e3f1f6c9c5819e131a8aaeeeee0da",
            "reference": "77cc86ed880e3f1f6c9c5819e131a8aaeeeee0da",
            "shasum": ""
        },
        "require": {
            "composer/package-versions-deprecated": "^1.8",
            "doctrine/annotations": "^1.13",
            "doctrine/cache": "^1.12.1 || ^2.1.1",
            "doctrine/collections": "^1.5",
            "doctrine/common": "^3.0.3",
            "doctrine/dbal": "^2.13.0",
            "doctrine/deprecations": "^0.5.3",
            "doctrine/event-manager": "^1.1",
            "doctrine/inflector": "^1.4 || ^2.0",
            "doctrine/instantiator": "^1.3",
            "doctrine/lexer": "^1.0",
            "doctrine/persistence": "^2.2",
            "ext-ctype": "*",
            "ext-pdo": "*",
            "php": "^7.1 ||^8.0",
            "psr/cache": "^1 || ^2 || ^3",
            "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^9.0",
            "phpbench/phpbench": "^0.16.10 || ^1.0",
            "phpstan/phpstan": "0.12.94",
            "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
            "squizlabs/php_codesniffer": "3.6.0",
            "symfony/cache": "^4.4 || ^5.2",
            "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
            "vimeo/psalm": "4.7.0"
        },
        "suggest": {
            "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2021-08-23T10:20:22+00:00",
        "bin": [
            "bin/doctrine"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\ORM\\": "lib/Doctrine/ORM"
            }
        },
        "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": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "https://www.doctrine-project.org/projects/orm.html",
        "keywords": [
            "database",
            "orm"
        ],
        "support": {
            "issues": "https://github.com/doctrine/orm/issues",
            "source": "https://github.com/doctrine/orm/tree/2.9.5"
        }
    },
    {
        "name": "doctrine/persistence",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/persistence.git",
            "reference": "4ce4712e6dc84a156176a0fbbb11954a25c93103"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/persistence/zipball/4ce4712e6dc84a156176a0fbbb11954a25c93103",
            "reference": "4ce4712e6dc84a156176a0fbbb11954a25c93103",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.11 || ^2.0",
            "doctrine/collections": "^1.0",
            "doctrine/deprecations": "^0.5.3",
            "doctrine/event-manager": "^1.0",
            "php": "^7.1 || ^8.0",
            "psr/cache": "^1.0|^2.0|^3.0"
        },
        "conflict": {
            "doctrine/common": "<2.10@dev"
        },
        "require-dev": {
            "composer/package-versions-deprecated": "^1.11",
            "doctrine/coding-standard": "^6.0 || ^9.0",
            "doctrine/common": "^3.0",
            "phpstan/phpstan": "0.12.84",
            "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
            "symfony/cache": "^4.4|^5.0",
            "vimeo/psalm": "4.7.0"
        },
        "time": "2021-08-10T19:01:29+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common",
                "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
            }
        },
        "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 Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
        "homepage": "https://doctrine-project.org/projects/persistence.html",
        "keywords": [
            "mapper",
            "object",
            "odm",
            "orm",
            "persistence"
        ],
        "support": {
            "issues": "https://github.com/doctrine/persistence/issues",
            "source": "https://github.com/doctrine/persistence/tree/2.2.2"
        }
    },
    {
        "name": "doctrine/sql-formatter",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/sql-formatter.git",
            "reference": "56070bebac6e77230ed7d306ad13528e60732871"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
            "reference": "56070bebac6e77230ed7d306ad13528e60732871",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.4"
        },
        "time": "2020-07-30T16:57:33+00:00",
        "bin": [
            "bin/sql-formatter"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\SqlFormatter\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Dorn",
                "email": "jeremy@jeremydorn.com",
                "homepage": "http://jeremydorn.com/"
            }
        ],
        "description": "a PHP SQL highlighting library",
        "homepage": "https://github.com/doctrine/sql-formatter/",
        "keywords": [
            "highlight",
            "sql"
        ]
    },
    {
        "name": "elasticsearch/elasticsearch",
        "version": "v7.15.0",
        "version_normalized": "7.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/elastic/elasticsearch-php.git",
            "reference": "77a4ade87aef8e8e6b84bafb6704cd35ac15742a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/77a4ade87aef8e8e6b84bafb6704cd35ac15742a",
            "reference": "77a4ade87aef8e8e6b84bafb6704cd35ac15742a",
            "shasum": ""
        },
        "require": {
            "ext-json": ">=1.3.7",
            "ezimuel/ringphp": "^1.1.2",
            "php": "^7.3 || ^8.0",
            "psr/log": "^1|^2"
        },
        "require-dev": {
            "ext-yaml": "*",
            "ext-zip": "*",
            "mockery/mockery": "^1.2",
            "phpstan/phpstan": "^0.12",
            "phpunit/phpunit": "^9.3",
            "squizlabs/php_codesniffer": "^3.4",
            "symfony/finder": "~4.0"
        },
        "suggest": {
            "ext-curl": "*",
            "monolog/monolog": "Allows for client-level logging and tracing"
        },
        "time": "2021-09-23T07:05:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/autoload.php"
            ],
            "psr-4": {
                "Elasticsearch\\": "src/Elasticsearch/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Zachary Tong"
            },
            {
                "name": "Enrico Zimuel"
            }
        ],
        "description": "PHP Client for Elasticsearch",
        "keywords": [
            "client",
            "elasticsearch",
            "search"
        ],
        "support": {
            "issues": "https://github.com/elastic/elasticsearch-php/issues",
            "source": "https://github.com/elastic/elasticsearch-php/tree/v7.15.0"
        }
    },
    {
        "name": "ezimuel/guzzlestreams",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezimuel/guzzlestreams.git",
            "reference": "abe3791d231167f14eb80d413420d1eab91163a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/abe3791d231167f14eb80d413420d1eab91163a8",
            "reference": "abe3791d231167f14eb80d413420d1eab91163a8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2020-02-14T23:11:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Stream\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "stream"
        ],
        "support": {
            "source": "https://github.com/ezimuel/guzzlestreams/tree/3.0.1"
        }
    },
    {
        "name": "ezimuel/ringphp",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezimuel/ringphp.git",
            "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/0b78f89d8e0bb9e380046c31adfa40347e9f663b",
            "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b",
            "shasum": ""
        },
        "require": {
            "ezimuel/guzzlestreams": "^3.0.1",
            "php": ">=5.4.0",
            "react/promise": "~2.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "ext-curl": "Guzzle will use specific adapters if cURL is present"
        },
        "time": "2020-02-14T23:51:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Ring\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
        "support": {
            "source": "https://github.com/ezimuel/ringphp/tree/1.1.2"
        }
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.13.0",
        "version_normalized": "4.13.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezyang/htmlpurifier.git",
            "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
            "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
        },
        "time": "2020-06-29T00:56:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ],
            "exclude-from-classmap": [
                "/library/HTMLPurifier/Language/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "fig/link-util",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link-util.git",
            "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link-util/zipball/5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
            "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "psr/link": "~1.0@dev"
        },
        "provide": {
            "psr/link-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.1",
            "squizlabs/php_codesniffer": "^2.3.1"
        },
        "time": "2021-02-03T23:36:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Fig\\Link\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common utility implementations for HTTP links",
        "keywords": [
            "http",
            "http-link",
            "link",
            "psr",
            "psr-13",
            "rest"
        ]
    },
    {
        "name": "firebase/php-jwt",
        "version": "v5.4.0",
        "version_normalized": "5.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/firebase/php-jwt.git",
            "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
            "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
            "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-06-23T19:00:23+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"
        ]
    },
    {
        "name": "friendsofphp/proxy-manager-lts",
        "version": "v1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
            "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/006aa5d32f887a4db4353b13b5b5095613e0611f",
            "reference": "006aa5d32f887a4db4353b13b5b5095613e0611f",
            "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.2|^6.0"
        },
        "time": "2021-05-22T16:11:15+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": "http://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"
        ],
        "funding": [
            {
                "url": "https://github.com/Ocramius",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "google/apiclient",
        "version": "v2.11.0",
        "version_normalized": "2.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-api-php-client.git",
            "reference": "7db9eb40c8ba887e81c0fe84f2888a967396cdfb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/7db9eb40c8ba887e81c0fe84f2888a967396cdfb",
            "reference": "7db9eb40c8ba887e81c0fe84f2888a967396cdfb",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
            "google/apiclient-services": "~0.200",
            "google/auth": "^1.10",
            "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
            "guzzlehttp/psr7": "^1.7||^2.0.0",
            "monolog/monolog": "^1.17||^2.0",
            "php": "^5.6|^7.0|^8.0",
            "phpseclib/phpseclib": "~2.0||^3.0.2"
        },
        "require-dev": {
            "cache/filesystem-adapter": "^0.3.2|^1.1",
            "composer/composer": "^1.10.22",
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
            "phpcompatibility/php-compatibility": "^9.2",
            "phpspec/prophecy-phpunit": "^1.1||^2.0",
            "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
            "squizlabs/php_codesniffer": "~2.3",
            "symfony/css-selector": "~2.1",
            "symfony/dom-crawler": "~2.1",
            "yoast/phpunit-polyfills": "^1.0"
        },
        "suggest": {
            "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
        },
        "time": "2021-09-20T21:15:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Google\\": "src/"
            },
            "files": [
                "src/aliases.php"
            ],
            "classmap": [
                "src/aliases.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http://developers.google.com/api-client-library/php",
        "keywords": [
            "google"
        ],
        "support": {
            "issues": "https://github.com/googleapis/google-api-php-client/issues",
            "source": "https://github.com/googleapis/google-api-php-client/tree/v2.11.0"
        }
    },
    {
        "name": "google/apiclient-services",
        "version": "v0.214.0",
        "version_normalized": "0.214.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-api-php-client-services.git",
            "reference": "f3823c7d217a0fae0da661df9f92f937bdd10a95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/f3823c7d217a0fae0da661df9f92f937bdd10a95",
            "reference": "f3823c7d217a0fae0da661df9f92f937bdd10a95",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7||^8.5.13"
        },
        "time": "2021-09-26T11:20:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Google\\Service\\": "src"
            },
            "files": [
                "autoload.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http://developers.google.com/api-client-library/php",
        "keywords": [
            "google"
        ],
        "support": {
            "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
            "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.214.0"
        }
    },
    {
        "name": "google/auth",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-auth-library-php.git",
            "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/21dd478e77b0634ed9e3a68613f74ed250ca9347",
            "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
            "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
            "guzzlehttp/psr7": "^1.7|^2.0",
            "php": ">=5.4",
            "psr/cache": "^1.0|^2.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "guzzlehttp/promises": "0.1.1|^1.3",
            "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
            "phpseclib/phpseclib": "^2.0.31",
            "phpunit/phpunit": "^4.8.36|^5.7",
            "sebastian/comparator": ">=1.2.3"
        },
        "suggest": {
            "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
        },
        "time": "2021-08-24T18:03:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Google\\Auth\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Google Auth Library for PHP",
        "homepage": "http://github.com/google/google-auth-library-php",
        "keywords": [
            "Authentication",
            "google",
            "oauth2"
        ],
        "support": {
            "docs": "https://googleapis.github.io/google-auth-library-php/master/",
            "issues": "https://github.com/googleapis/google-auth-library-php/issues",
            "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.18.0"
        }
    },
    {
        "name": "google/recaptcha",
        "version": "1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/google/recaptcha.git",
            "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
            "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
        },
        "time": "2020-03-31T17:50:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ReCaptcha\\": "src/ReCaptcha"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
        "homepage": "https://www.google.com/recaptcha/",
        "keywords": [
            "Abuse",
            "captcha",
            "recaptcha",
            "spam"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "7.3.0",
        "version_normalized": "7.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "7008573787b430c1c1f650e3722d9bba59967628"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
            "reference": "7008573787b430c1c1f650e3722d9bba59967628",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.4",
            "guzzlehttp/psr7": "^1.7 || ^2.0",
            "php": "^7.2.5 || ^8.0",
            "psr/http-client": "^1.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"
        },
        "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": "2021-03-23T11:33:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "7.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com",
                "homepage": "https://sagikazarmark.hu"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "psr-18",
            "psr-7",
            "rest",
            "web service"
        ],
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://github.com/Nyholm",
                "type": "github"
            },
            {
                "url": "https://github.com/alexeyshockov",
                "type": "github"
            },
            {
                "url": "https://github.com/gmponos",
                "type": "github"
            }
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
            "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^4.4 || ^5.1"
        },
        "time": "2021-03-07T09:25:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
            "reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
            "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": "2021-06-30T20:03:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "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.0.0"
        }
    },
    {
        "name": "gymadarasz/ace",
        "version": "v1.2.3.stable",
        "version_normalized": "1.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/gymadarasz/ace-builds.git",
            "reference": "b42c59125a1ad073a0af9955812d9811814030ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/gymadarasz/ace-builds/zipball/b42c59125a1ad073a0af9955812d9811814030ec",
            "reference": "b42c59125a1ad073a0af9955812d9811814030ec",
            "shasum": ""
        },
        "time": "2016-01-30T19:22:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD"
        ],
        "authors": [
            {
                "name": "gymadarasz",
                "email": "gyula.madarasz@gmail.com"
            }
        ],
        "description": "ACE editor fork for composer"
    },
    {
        "name": "gymadarasz/imagesloaded",
        "version": "v4.1.01",
        "version_normalized": "4.1.01.0",
        "source": {
            "type": "git",
            "url": "https://github.com/gymadarasz/imagesloaded.git",
            "reference": "d156434a1cfab807961aca8497ee84a5bc249253"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/gymadarasz/imagesloaded/zipball/d156434a1cfab807961aca8497ee84a5bc249253",
            "reference": "d156434a1cfab807961aca8497ee84a5bc249253",
            "shasum": ""
        },
        "time": "2016-01-29T19:34:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "gymadarasz",
                "email": "gyula.madarasz@gmail.com"
            }
        ],
        "description": "imagesloaded jquery plugin fork"
    },
    {
        "name": "jeremykendall/php-domain-parser",
        "version": "4.0.3-alpha",
        "version_normalized": "4.0.3.0-alpha",
        "source": {
            "type": "git",
            "url": "https://github.com/jeremykendall/php-domain-parser.git",
            "reference": "026a459bb2d32b0352731b5cb525f2c1d2b9d673"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/026a459bb2d32b0352731b5cb525f2c1d2b9d673",
            "reference": "026a459bb2d32b0352731b5cb525f2c1d2b9d673",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "^1.11",
            "jeremykendall/debug-die": "0.0.1.*",
            "mikey179/vfsstream": "~1.6",
            "phing/phing": "^2.13",
            "phpunit/phpunit": "~4.8"
        },
        "time": "2017-09-28T15:52:11+00:00",
        "bin": [
            "bin/parse",
            "bin/update-psl"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pdp\\": "src/"
            },
            "files": [
                "src/pdp-parse-url.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Kendall",
                "homepage": "http://about.me/jeremykendall",
                "role": "Developer"
            },
            {
                "name": "Contributors",
                "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
            }
        ],
        "description": "Public Suffix List based URL parsing implemented in PHP.",
        "homepage": "https://github.com/jeremykendall/php-domain-parser",
        "keywords": [
            "Public Suffix List",
            "domain parsing",
            "url parsing"
        ]
    },
    {
        "name": "justinrainbow/json-schema",
        "version": "5.2.11",
        "version_normalized": "5.2.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/justinrainbow/json-schema.git",
            "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
            "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
            "json-schema/json-schema-test-suite": "1.2.0",
            "phpunit/phpunit": "^4.8.35"
        },
        "time": "2021-07-22T09:24:00+00:00",
        "bin": [
            "bin/validate-json"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JsonSchema\\": "src/JsonSchema/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bruno Prieto Reis",
                "email": "bruno.p.reis@gmail.com"
            },
            {
                "name": "Justin Rainbow",
                "email": "justin.rainbow@gmail.com"
            },
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            },
            {
                "name": "Robert Schönthal",
                "email": "seroscho@googlemail.com"
            }
        ],
        "description": "A library to validate a json schema.",
        "homepage": "https://github.com/justinrainbow/json-schema",
        "keywords": [
            "json",
            "schema"
        ]
    },
    {
        "name": "laminas/laminas-code",
        "version": "3.4.1",
        "version_normalized": "3.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-code.git",
            "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
            "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
            "shasum": ""
        },
        "require": {
            "laminas/laminas-eventmanager": "^2.6 || ^3.0",
            "laminas/laminas-zendframework-bridge": "^1.0",
            "php": "^7.1"
        },
        "conflict": {
            "phpspec/prophecy": "<1.9.0"
        },
        "replace": {
            "zendframework/zend-code": "self.version"
        },
        "require-dev": {
            "doctrine/annotations": "^1.7",
            "ext-phar": "*",
            "laminas/laminas-coding-standard": "^1.0",
            "laminas/laminas-stdlib": "^2.7 || ^3.0",
            "phpunit/phpunit": "^7.5.16 || ^8.4"
        },
        "suggest": {
            "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
            "laminas/laminas-stdlib": "Laminas\\Stdlib component"
        },
        "time": "2019-12-31T16:28:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4.x-dev",
                "dev-develop": "3.5.x-dev",
                "dev-dev-4.0": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laminas\\Code\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
        "homepage": "https://laminas.dev",
        "keywords": [
            "code",
            "laminas"
        ]
    },
    {
        "name": "laminas/laminas-eventmanager",
        "version": "3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-eventmanager.git",
            "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
            "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
            "shasum": ""
        },
        "require": {
            "php": "^7.3 || ~8.0.0 || ~8.1.0"
        },
        "conflict": {
            "zendframework/zend-eventmanager": "*"
        },
        "require-dev": {
            "container-interop/container-interop": "^1.1",
            "laminas/laminas-coding-standard": "~2.2.1",
            "laminas/laminas-stdlib": "^3.6",
            "phpbench/phpbench": "^1.1",
            "phpspec/prophecy-phpunit": "^2.0",
            "phpunit/phpunit": "^9.5.5"
        },
        "suggest": {
            "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
            "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
        },
        "time": "2021-09-07T22:35:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laminas\\EventManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Trigger and listen to events within a PHP application",
        "homepage": "https://laminas.dev",
        "keywords": [
            "event",
            "eventmanager",
            "events",
            "laminas"
        ],
        "support": {
            "chat": "https://laminas.dev/chat",
            "docs": "https://docs.laminas.dev/laminas-eventmanager/",
            "forum": "https://discourse.laminas.dev",
            "issues": "https://github.com/laminas/laminas-eventmanager/issues",
            "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
            "source": "https://github.com/laminas/laminas-eventmanager"
        },
        "funding": [
            {
                "url": "https://funding.communitybridge.org/projects/laminas-project",
                "type": "community_bridge"
            }
        ]
    },
    {
        "name": "laminas/laminas-zendframework-bridge",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
            "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
            "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
            "shasum": ""
        },
        "require": {
            "php": "^7.3 || ~8.0.0 || ~8.1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^9.3",
            "psalm/plugin-phpunit": "^0.15.1",
            "squizlabs/php_codesniffer": "^3.5",
            "vimeo/psalm": "^4.6"
        },
        "time": "2021-09-03T17:53:30+00:00",
        "type": "library",
        "extra": {
            "laminas": {
                "module": "Laminas\\ZendFrameworkBridge"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/autoload.php"
            ],
            "psr-4": {
                "Laminas\\ZendFrameworkBridge\\": "src//"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Alias legacy ZF class names to Laminas Project equivalents.",
        "keywords": [
            "ZendFramework",
            "autoloading",
            "laminas",
            "zf"
        ],
        "support": {
            "forum": "https://discourse.laminas.dev/",
            "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
            "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
            "source": "https://github.com/laminas/laminas-zendframework-bridge"
        },
        "funding": [
            {
                "url": "https://funding.communitybridge.org/projects/laminas-project",
                "type": "community_bridge"
            }
        ]
    },
    {
        "name": "lcobucci/jwt",
        "version": "3.3.3",
        "version_normalized": "3.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lcobucci/jwt.git",
            "reference": "c1123697f6a2ec29162b82f170dd4a491f524773"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lcobucci/jwt/zipball/c1123697f6a2ec29162b82f170dd4a491f524773",
            "reference": "c1123697f6a2ec29162b82f170dd4a491f524773",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "~1.5",
            "phpmd/phpmd": "~2.2",
            "phpunit/php-invoker": "~1.1",
            "phpunit/phpunit": "^5.7 || ^7.3",
            "squizlabs/php_codesniffer": "~2.3"
        },
        "time": "2020-08-20T13:22:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lcobucci\\JWT\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Luís Otávio Cobucci Oblonczyk",
                "email": "lcobucci@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "A simple library to work with JSON Web Token and JSON Web Signature",
        "keywords": [
            "JWS",
            "jwt"
        ],
        "funding": [
            {
                "url": "https://github.com/lcobucci",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/lcobucci",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "league/event",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/event.git",
            "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
            "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "~1.0.1",
            "phpspec/phpspec": "^2.2"
        },
        "time": "2018-11-26T11:52:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Event\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Event package",
        "keywords": [
            "emitter",
            "event",
            "listener"
        ]
    },
    {
        "name": "league/oauth2-server",
        "version": "5.1.6",
        "version_normalized": "5.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/oauth2-server.git",
            "reference": "a1a6cb7b4c7e61b5d2b40384c520b72f192d07c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/a1a6cb7b4c7e61b5d2b40384c520b72f192d07c4",
            "reference": "a1a6cb7b4c7e61b5d2b40384c520b72f192d07c4",
            "shasum": ""
        },
        "require": {
            "defuse/php-encryption": "^2.1",
            "ext-openssl": "*",
            "lcobucci/jwt": "^3.1",
            "league/event": "^2.1",
            "paragonie/random_compat": "^2.0",
            "php": ">=5.5.9",
            "psr/http-message": "^1.0"
        },
        "replace": {
            "league/oauth2server": "*",
            "lncd/oauth2": "*"
        },
        "require-dev": {
            "indigophp/hash-compat": "^1.1",
            "phpunit/phpunit": "^4.8 || ^5.0",
            "zendframework/zend-diactoros": "^1.0"
        },
        "suggest": {
            "indigophp/hash-compat": "Polyfill for hash_equals function for PHP 5.5"
        },
        "time": "2017-11-29T21:47:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-V5-WIP": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\OAuth2\\Server\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alex Bilbie",
                "email": "hello@alexbilbie.com",
                "homepage": "http://www.alexbilbie.com",
                "role": "Developer"
            }
        ],
        "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
        "homepage": "https://oauth2.thephpleague.com/",
        "keywords": [
            "Authentication",
            "api",
            "auth",
            "authorisation",
            "authorization",
            "oauth",
            "oauth 2",
            "oauth 2.0",
            "oauth2",
            "protect",
            "resource",
            "secure",
            "server"
        ]
    },
    {
        "name": "league/uri",
        "version": "4.2.3",
        "version_normalized": "4.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri.git",
            "reference": "e7a31846c3f00c190bd2817a36e943c22a1e2512"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri/zipball/e7a31846c3f00c190bd2817a36e943c22a1e2512",
            "reference": "e7a31846c3f00c190bd2817a36e943c22a1e2512",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "jeremykendall/php-domain-parser": "4.0.3-alpha",
            "php": ">=5.5.9",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "^4.0",
            "zendframework/zend-diactoros": "^1.3"
        },
        "time": "2017-10-17T10:28:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI manipulation library",
        "homepage": "http://uri.thephpleague.com",
        "keywords": [
            "data-uri",
            "ftp",
            "http",
            "https",
            "parse_url",
            "psr-7",
            "rfc3986",
            "uri",
            "url",
            "ws"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.26.1",
        "version_normalized": "1.26.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c6b00f05152ae2c9b04a448f99c7590beb6042f5",
            "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpstan/phpstan": "^0.12.59",
            "phpunit/phpunit": "~4.5",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2021-05-28T08:32:12+00:00",
        "type": "library",
        "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": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ],
        "funding": [
            {
                "url": "https://github.com/Seldaek",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "nelmio/cors-bundle",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nelmio/NelmioCorsBundle.git",
            "reference": "0b964b665016dfb61dd0fd2bb8c24afb1ae45a93"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0b964b665016dfb61dd0fd2bb8c24afb1ae45a93",
            "reference": "0b964b665016dfb61dd0fd2bb8c24afb1ae45a93",
            "shasum": ""
        },
        "require": {
            "symfony/framework-bundle": "^4.3 || ^5.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.2",
            "symfony/phpunit-bridge": "^4.3 || ^5.0"
        },
        "time": "2021-04-20T08:27:05+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Nelmio\\CorsBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nelmio",
                "homepage": "http://nelm.io"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
            }
        ],
        "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
        "keywords": [
            "api",
            "cors",
            "crossdomain"
        ]
    },
    {
        "name": "nesbot/carbon",
        "version": "2.53.1",
        "version_normalized": "2.53.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "f4655858a784988f880c1b8c7feabbf02dfdf045"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f4655858a784988f880c1b8c7feabbf02dfdf045",
            "reference": "f4655858a784988f880c1b8c7feabbf02dfdf045",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1.8 || ^8.0",
            "symfony/polyfill-mbstring": "^1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/translation": "^3.4 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "doctrine/orm": "^2.7",
            "friendsofphp/php-cs-fixer": "^3.0",
            "kylekatarnls/multi-tester": "^2.0",
            "phpmd/phpmd": "^2.9",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12.54",
            "phpunit/phpunit": "^7.5.20 || ^8.5.14",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2021-09-06T09:29:23+00:00",
        "bin": [
            "bin/carbon"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev",
                "dev-master": "2.x-dev"
            },
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            },
            "phpstan": {
                "includes": [
                    "extension.neon"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Carbon\\": "src/Carbon/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "https://markido.com"
            },
            {
                "name": "kylekatarnls",
                "homepage": "https://github.com/kylekatarnls"
            }
        ],
        "description": "An API extension for DateTime that supports 281 different languages.",
        "homepage": "https://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ],
        "support": {
            "issues": "https://github.com/briannesbitt/Carbon/issues",
            "source": "https://github.com/briannesbitt/Carbon"
        },
        "funding": [
            {
                "url": "https://opencollective.com/Carbon",
                "type": "open_collective"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "nikic/fast-route",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/FastRoute.git",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35|~5.7"
        },
        "time": "2018-02-13T20:26:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FastRoute\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov",
                "email": "nikic@php.net"
            }
        ],
        "description": "Fast request router for PHP",
        "keywords": [
            "router",
            "routing"
        ]
    },
    {
        "name": "nikolaposa/version",
        "version": "4.1.0",
        "version_normalized": "4.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikolaposa/version.git",
            "reference": "0aada6b801962c084ae465f7569397dc2186b6a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikolaposa/version/zipball/0aada6b801962c084ae465f7569397dc2186b6a7",
            "reference": "0aada6b801962c084ae465f7569397dc2186b6a7",
            "shasum": ""
        },
        "require": {
            "beberlei/assert": "^3.2",
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.17",
            "phpstan/phpstan": "^0.12.10",
            "phpstan/phpstan-beberlei-assert": "^0.12.2",
            "phpstan/phpstan-phpunit": "^0.12.6",
            "phpunit/phpunit": "^8.0"
        },
        "time": "2020-12-12T10:47:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Version\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nikola Poša",
                "email": "posa.nikola@gmail.com",
                "homepage": "https://www.nikolaposa.in.rs"
            }
        ],
        "description": "Value Object that represents a SemVer-compliant version number.",
        "homepage": "https://github.com/nikolaposa/version",
        "keywords": [
            "semantic",
            "semver",
            "version",
            "versioning"
        ]
    },
    {
        "name": "onelogin/php-saml",
        "version": "3.4.1",
        "version_normalized": "3.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/onelogin/php-saml.git",
            "reference": "5fbf3486704ac9835b68184023ab54862c95f213"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/onelogin/php-saml/zipball/5fbf3486704ac9835b68184023ab54862c95f213",
            "reference": "5fbf3486704ac9835b68184023ab54862c95f213",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "robrichards/xmlseclibs": ">=3.0.4"
        },
        "require-dev": {
            "pdepend/pdepend": "^2.5.0",
            "php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
            "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
            "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
            "squizlabs/php_codesniffer": "^3.1.1"
        },
        "suggest": {
            "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
            "ext-gettext": "Install gettext and php5-gettext libs to handle translations",
            "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
        },
        "time": "2019-11-25T17:30:07+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "OneLogin\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "OneLogin PHP SAML Toolkit",
        "homepage": "https://developers.onelogin.com/saml/php",
        "keywords": [
            "SAML2",
            "onelogin",
            "saml"
        ]
    },
    {
        "name": "paragonie/constant_time_encoding",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/constant_time_encoding.git",
            "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
            "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
            "shasum": ""
        },
        "require": {
            "php": "^7|^8"
        },
        "require-dev": {
            "phpunit/phpunit": "^6|^7|^8|^9",
            "vimeo/psalm": "^1|^2|^3|^4"
        },
        "time": "2020-12-06T15:14:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ParagonIE\\ConstantTime\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com",
                "role": "Maintainer"
            },
            {
                "name": "Steve 'Sc00bz' Thomas",
                "email": "steve@tobtu.com",
                "homepage": "https://www.tobtu.com",
                "role": "Original Developer"
            }
        ],
        "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
        "keywords": [
            "base16",
            "base32",
            "base32_decode",
            "base32_encode",
            "base64",
            "base64_decode",
            "base64_encode",
            "bin2hex",
            "encoding",
            "hex",
            "hex2bin",
            "rfc4648"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.20",
        "version_normalized": "2.0.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
            "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2021-04-17T09:33:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "5.2.2",
        "version_normalized": "5.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
            "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
            "shasum": ""
        },
        "require": {
            "ext-filter": "*",
            "php": "^7.2 || ^8.0",
            "phpdocumentor/reflection-common": "^2.2",
            "phpdocumentor/type-resolver": "^1.3",
            "webmozart/assert": "^1.9.1"
        },
        "require-dev": {
            "mockery/mockery": "~1.3.2"
        },
        "time": "2020-09-03T19:13:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.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"
            },
            {
                "name": "Jaap van Otterdijk",
                "email": "account@ijaap.nl"
            }
        ],
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "30f38bffc6f24293dadd1823936372dfa9e86e2f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/30f38bffc6f24293dadd1823936372dfa9e86e2f",
            "reference": "30f38bffc6f24293dadd1823936372dfa9e86e2f",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0",
            "phpdocumentor/reflection-common": "^2.0"
        },
        "require-dev": {
            "ext-tokenizer": "*",
            "psalm/phar": "^4.8"
        },
        "time": "2021-09-17T15:28:14+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.5.0"
        }
    },
    {
        "name": "phpmailer/phpmailer",
        "version": "v6.5.1",
        "version_normalized": "6.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355",
            "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-filter": "*",
            "ext-hash": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
            "doctrine/annotations": "^1.2",
            "php-parallel-lint/php-console-highlighter": "^0.5.0",
            "php-parallel-lint/php-parallel-lint": "^1.3",
            "phpcompatibility/php-compatibility": "^9.3.5",
            "roave/security-advisories": "dev-latest",
            "squizlabs/php_codesniffer": "^3.6.0",
            "yoast/phpunit-polyfills": "^1.0.0"
        },
        "suggest": {
            "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
            "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
            "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
            "psr/log": "For optional PSR-3 debug logging",
            "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
            "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
        },
        "time": "2021-08-18T09:14:16+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPMailer\\PHPMailer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-only"
        ],
        "authors": [
            {
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "name": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Andy Prevost",
                "email": "codeworxtech@users.sourceforge.net"
            },
            {
                "name": "Brent R. Matzelle"
            }
        ],
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
        "support": {
            "issues": "https://github.com/PHPMailer/PHPMailer/issues",
            "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1"
        },
        "funding": [
            {
                "url": "https://github.com/Synchro",
                "type": "github"
            }
        ]
    },
    {
        "name": "phpoption/phpoption",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-option.git",
            "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28",
            "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^8.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.4.1",
            "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8"
        },
        "time": "2021-08-28T21:27:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOption\\": "src/PhpOption/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Graham Campbell",
                "email": "hello@gjcampbell.co.uk"
            }
        ],
        "description": "Option Type for PHP",
        "keywords": [
            "language",
            "option",
            "php",
            "type"
        ],
        "support": {
            "issues": "https://github.com/schmittjoh/php-option/issues",
            "source": "https://github.com/schmittjoh/php-option/tree/1.8.0"
        },
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "phpseclib/phpseclib",
        "version": "3.0.10",
        "version_normalized": "3.0.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/62fcc5a94ac83b1506f52d7558d828617fac9187",
            "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187",
            "shasum": ""
        },
        "require": {
            "paragonie/constant_time_encoding": "^1|^2",
            "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
            "php": ">=5.6.1"
        },
        "require-dev": {
            "phing/phing": "~2.7",
            "phpunit/phpunit": "^5.7|^6.0|^9.4",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2021-08-16T04:24:45+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib3\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-Jürgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http://phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ],
        "support": {
            "issues": "https://github.com/phpseclib/phpseclib/issues",
            "source": "https://github.com/phpseclib/phpseclib/tree/3.0.10"
        },
        "funding": [
            {
                "url": "https://github.com/terrafrost",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/phpseclib",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "pimple/pimple",
        "version": "v3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "86406047271859ffc13424a048541f4531f53601"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/86406047271859ffc13424a048541f4531f53601",
            "reference": "86406047271859ffc13424a048541f4531f53601",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/container": "^1.1"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^5.0"
        },
        "time": "2021-03-06T08:28:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "https://pimple.symfony.com",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+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": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
            "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.0"
        },
        "time": "2021-03-05T17:36:06+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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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"
        }
    },
    {
        "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"
        ]
    },
    {
        "name": "psr/link",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link.git",
            "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
            "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-28T16:06:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Link\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for HTTP links",
        "keywords": [
            "http",
            "http-link",
            "link",
            "psr",
            "psr-13",
            "rest"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
            "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2021-05-03T11:20:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "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"
        ]
    },
    {
        "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."
    },
    {
        "name": "react/promise",
        "version": "v2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
            "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
        },
        "time": "2020-05-12T15:16:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Sorgalla",
                "email": "jsorgalla@gmail.com"
            }
        ],
        "description": "A lightweight implementation of CommonJS Promises/A for PHP",
        "keywords": [
            "promise",
            "promises"
        ]
    },
    {
        "name": "robrichards/xmlseclibs",
        "version": "3.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/robrichards/xmlseclibs.git",
            "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
            "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "php": ">= 5.4"
        },
        "time": "2020-09-05T13:00:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "RobRichards\\XMLSecLibs\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "A PHP library for XML Security",
        "homepage": "https://github.com/robrichards/xmlseclibs",
        "keywords": [
            "security",
            "signature",
            "xml",
            "xmldsig"
        ]
    },
    {
        "name": "shivas/versioning-bundle",
        "version": "4.0.0",
        "version_normalized": "4.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/shivas/versioning-bundle.git",
            "reference": "3654392b9f9d7fb4f70f9d98ec4f4304208ca6e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/3654392b9f9d7fb4f70f9d98ec4f4304208ca6e5",
            "reference": "3654392b9f9d7fb4f70f9d98ec4f4304208ca6e5",
            "shasum": ""
        },
        "require": {
            "nikolaposa/version": "^4",
            "php": "^7.2 || ^8",
            "symfony/console": "^3.4 || ^4 || ^5",
            "symfony/framework-bundle": "^3.4 || ^4 || ^5",
            "symfony/process": "^3.4 || ^4 || ^5"
        },
        "require-dev": {
            "mikey179/vfsstream": "^2",
            "nyholm/symfony-bundle-test": "^1.7",
            "phpunit/phpunit": "^7 || ^8",
            "symfony/phpunit-bridge": "^5",
            "twig/twig": "^2 || ^3"
        },
        "time": "2021-05-15T17:44:47+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Shivas\\VersioningBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Audrius Karabanovas",
                "email": "audrius@karabanovas.net",
                "role": "Developer"
            }
        ],
        "description": "Symfony application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations",
        "homepage": "https://github.com/shivas/versioning-bundle",
        "keywords": [
            "semantic",
            "semver",
            "version",
            "versioning"
        ]
    },
    {
        "name": "slim/slim",
        "version": "3.12.3",
        "version_normalized": "3.12.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim.git",
            "reference": "1c9318a84ffb890900901136d620b4f03a59da38"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38",
            "reference": "1c9318a84ffb890900901136d620b4f03a59da38",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-simplexml": "*",
            "nikic/fast-route": "^1.0",
            "php": ">=5.5.0",
            "pimple/pimple": "^3.0",
            "psr/container": "^1.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0",
            "squizlabs/php_codesniffer": "^2.5"
        },
        "time": "2019-11-28T17:40:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\": "Slim"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "https://joshlockhart.com"
            },
            {
                "name": "Andrew Smith",
                "email": "a.smith@silentworks.co.uk",
                "homepage": "http://silentworks.co.uk"
            },
            {
                "name": "Rob Allen",
                "email": "rob@akrabat.com",
                "homepage": "http://akrabat.com"
            },
            {
                "name": "Gabriel Manricks",
                "email": "gmanricks@me.com",
                "homepage": "http://gabrielmanricks.com"
            }
        ],
        "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
        "homepage": "https://slimframework.com",
        "keywords": [
            "api",
            "framework",
            "micro",
            "router"
        ]
    },
    {
        "name": "smarty/smarty",
        "version": "v2.6.31",
        "version_normalized": "2.6.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/smarty-php/smarty.git",
            "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4ab9757b492f08a38f68123a6e7c1df7110bbc49",
            "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "time": "2017-11-03T06:39:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "libs/Smarty.class.php",
                "libs/Smarty_Compiler.class.php",
                "libs/Config_File.class.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Monte Ohrt",
                "email": "monte@ohrt.com"
            },
            {
                "name": "Uwe Tews",
                "email": "uwe.tews@googlemail.com"
            }
        ],
        "description": "Smarty - the compiling PHP template engine",
        "homepage": "http://www.smarty.net",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "soundasleep/html2text",
        "version": "0.5.0",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/soundasleep/html2text.git",
            "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
            "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4.0",
            "soundasleep/component-tests": "dev-master"
        },
        "time": "2017-04-19T22:01:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Html2Text\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "EPL-1.0"
        ],
        "authors": [
            {
                "name": "Jevon Wright",
                "homepage": "https://jevon.org",
                "role": "Developer"
            }
        ],
        "description": "A PHP script to convert HTML into a plain text format",
        "homepage": "https://github.com/soundasleep/html2text",
        "keywords": [
            "email",
            "html",
            "php",
            "text"
        ]
    },
    {
        "name": "symfony/asset",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/asset.git",
            "reference": "abe64fee9fa2978c730c84d0d6df760f2d9ddba0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/asset/zipball/abe64fee9fa2978c730c84d0d6df760f2d9ddba0",
            "reference": "abe64fee9fa2978c730c84d0d6df760f2d9ddba0",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "require-dev": {
            "symfony/http-client": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/http-kernel": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/http-foundation": ""
        },
        "time": "2021-07-21T12:38:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Asset\\": ""
            },
            "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": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/cache",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "b59303192fb99c8b3d3abc0b5975c7512fe6d1f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/b59303192fb99c8b3d3abc0b5975c7512fe6d1f4",
            "reference": "b59303192fb99c8b3d3abc0b5975c7512fe6d1f4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/cache": "^1.0|^2.0",
            "psr/log": "^1.1|^2|^3",
            "symfony/cache-contracts": "^1.1.7|^2",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/var-exporter": "^4.4|^5.0"
        },
        "conflict": {
            "doctrine/dbal": "<2.10",
            "symfony/dependency-injection": "<4.4",
            "symfony/http-kernel": "<4.4",
            "symfony/var-dumper": "<4.4"
        },
        "provide": {
            "psr/cache-implementation": "1.0|2.0",
            "psr/simple-cache-implementation": "1.0",
            "symfony/cache-implementation": "1.0|2.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/cache": "^1.6|^2.0",
            "doctrine/dbal": "^2.10|^3.0",
            "predis/predis": "^1.1",
            "psr/simple-cache": "^1.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/filesystem": "^4.4|^5.0",
            "symfony/http-kernel": "^4.4|^5.0",
            "symfony/messenger": "^4.4|^5.0",
            "symfony/var-dumper": "^4.4|^5.0"
        },
        "time": "2021-07-23T15:54:19+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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/cache-contracts",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache-contracts.git",
            "reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
            "reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/cache": "^1.0|^2.0|^3.0"
        },
        "suggest": {
            "symfony/cache-implementation": ""
        },
        "time": "2021-03-23T23:28:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.4-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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/config",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb",
            "reference": "32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/filesystem": "^4.4|^5.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-php80": "^1.16",
            "symfony/polyfill-php81": "^1.22"
        },
        "conflict": {
            "symfony/finder": "<4.4"
        },
        "require-dev": {
            "symfony/event-dispatcher": "^4.4|^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/messenger": "^4.4|^5.0",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2021-07-21T12:38:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/console",
        "version": "v5.2.14",
        "version_normalized": "5.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "ffc2722adb0983451855c794c4bc7818d3c65fa2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/ffc2722adb0983451855c794c4bc7818d3c65fa2",
            "reference": "ffc2722adb0983451855c794c4bc7818d3c65fa2",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "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": {
            "psr/log": ">=3",
            "symfony/dependency-injection": "<4.4",
            "symfony/dotenv": "<5.1",
            "symfony/event-dispatcher": "<4.4",
            "symfony/lock": "<4.4",
            "symfony/process": "<4.4"
        },
        "provide": {
            "psr/log-implementation": "1.0|2.0"
        },
        "require-dev": {
            "psr/log": "^1|^2",
            "symfony/config": "^4.4|^5.0",
            "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": "2021-07-29T06:18:06+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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/dependency-injection",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
            "reference": "2f0326ab0e142a3600b1b435cb3e852bc96264b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2f0326ab0e142a3600b1b435cb3e852bc96264b6",
            "reference": "2f0326ab0e142a3600b1b435cb3e852bc96264b6",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/container": "^1.0",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1.6|^2"
        },
        "conflict": {
            "symfony/config": "<5.1",
            "symfony/finder": "<4.4",
            "symfony/proxy-manager-bridge": "<4.4",
            "symfony/yaml": "<4.4"
        },
        "provide": {
            "psr/container-implementation": "1.0",
            "symfony/service-implementation": "1.0|2.0"
        },
        "require-dev": {
            "symfony/config": "^5.1",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/config": "",
            "symfony/expression-language": "For using expressions in service container configuration",
            "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
            "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
            "symfony/yaml": ""
        },
        "time": "2021-07-23T15:54:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DependencyInjection\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Allows you to standardize and centralize the way objects are constructed in your application",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/deprecation-contracts",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/deprecation-contracts.git",
            "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
            "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-03-23T23:28:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.4-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",
        "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"
            }
        ]
    },
    {
        "name": "symfony/doctrine-bridge",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/doctrine-bridge.git",
            "reference": "0212d2d1e17a3e7403475b76e26fc1f0f1add04b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/0212d2d1e17a3e7403475b76e26fc1f0f1add04b",
            "reference": "0212d2d1e17a3e7403475b76e26fc1f0f1add04b",
            "shasum": ""
        },
        "require": {
            "doctrine/event-manager": "~1.0",
            "doctrine/persistence": "^2",
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1|^2"
        },
        "conflict": {
            "doctrine/dbal": "<2.10",
            "phpunit/phpunit": "<5.4.3",
            "symfony/dependency-injection": "<4.4",
            "symfony/form": "<5.1",
            "symfony/http-kernel": "<5",
            "symfony/messenger": "<4.4",
            "symfony/property-info": "<5",
            "symfony/security-bundle": "<5",
            "symfony/security-core": "<5",
            "symfony/validator": "<5.2"
        },
        "require-dev": {
            "composer/package-versions-deprecated": "^1.8",
            "doctrine/annotations": "^1.10.4",
            "doctrine/collections": "~1.0",
            "doctrine/data-fixtures": "^1.1",
            "doctrine/dbal": "^2.10|^3.0",
            "doctrine/orm": "^2.7.3",
            "symfony/cache": "^5.1",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/doctrine-messenger": "^5.1",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/form": "^5.1.3",
            "symfony/http-kernel": "^5.0",
            "symfony/messenger": "^4.4|^5.0",
            "symfony/property-access": "^4.4|^5.0",
            "symfony/property-info": "^5.0",
            "symfony/proxy-manager-bridge": "^4.4|^5.0",
            "symfony/security-core": "^5.0",
            "symfony/stopwatch": "^4.4|^5.0",
            "symfony/translation": "^4.4|^5.0",
            "symfony/uid": "^5.1",
            "symfony/validator": "^5.2",
            "symfony/var-dumper": "^4.4|^5.0"
        },
        "suggest": {
            "doctrine/data-fixtures": "",
            "doctrine/dbal": "",
            "doctrine/orm": "",
            "symfony/form": "",
            "symfony/property-info": "",
            "symfony/validator": ""
        },
        "time": "2021-07-21T13:17:02+00:00",
        "type": "symfony-bridge",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Doctrine\\": ""
            },
            "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 integration for Doctrine with various Symfony components",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/dotenv",
        "version": "v5.2.14",
        "version_normalized": "5.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dotenv.git",
            "reference": "12888c9c46ac750ec5c1381db5bf3d534e7d70cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dotenv/zipball/12888c9c46ac750ec5c1381db5bf3d534e7d70cb",
            "reference": "12888c9c46ac750ec5c1381db5bf3d534e7d70cb",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1"
        },
        "require-dev": {
            "symfony/process": "^4.4|^5.0"
        },
        "time": "2021-07-29T06:18:06+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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/error-handler",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/error-handler.git",
            "reference": "7ca5fa510345f6b8def43b18c900852defaee362"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/error-handler/zipball/7ca5fa510345f6b8def43b18c900852defaee362",
            "reference": "7ca5fa510345f6b8def43b18c900852defaee362",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/log": "^1|^2|^3",
            "symfony/var-dumper": "^4.4|^5.0"
        },
        "require-dev": {
            "symfony/deprecation-contracts": "^2.1",
            "symfony/http-kernel": "^4.4|^5.0",
            "symfony/serializer": "^4.4|^5.0"
        },
        "time": "2021-07-23T15:54:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ErrorHandler\\": ""
            },
            "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 to manage errors and ease debugging PHP code",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "6a32cd803f8ff33d84b709de3978f44a62e42961"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6a32cd803f8ff33d84b709de3978f44a62e42961",
            "reference": "6a32cd803f8ff33d84b709de3978f44a62e42961",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/event-dispatcher-contracts": "^2",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "symfony/dependency-injection": "<4.4"
        },
        "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "2.0"
        },
        "require-dev": {
            "psr/log": "^1|^2|^3",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/error-handler": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/stopwatch": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2021-07-23T15:54:19+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",
        "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"
            }
        ]
    },
    {
        "name": "symfony/event-dispatcher-contracts",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
            "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
            "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/event-dispatcher": "^1"
        },
        "suggest": {
            "symfony/event-dispatcher-implementation": ""
        },
        "time": "2021-03-23T23:28:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.4-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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/expression-language",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/expression-language.git",
            "reference": "d4367d36217dd395b10f61649a6bf2c1367140d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/expression-language/zipball/d4367d36217dd395b10f61649a6bf2c1367140d8",
            "reference": "d4367d36217dd395b10f61649a6bf2c1367140d8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/cache": "^4.4|^5.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1|^2"
        },
        "time": "2021-07-21T12:38:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ExpressionLanguage\\": ""
            },
            "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 an engine that can compile and evaluate expressions",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/filesystem",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "ed397ef25365b3db9f215af4ed5b1ec8a5b10989"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/ed397ef25365b3db9f215af4ed5b1ec8a5b10989",
            "reference": "ed397ef25365b3db9f215af4ed5b1ec8a5b10989",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-07-21T12:38:00+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",
        "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"
            }
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "17f50e06018baec41551a71a15731287dbaab186"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186",
            "reference": "17f50e06018baec41551a71a15731287dbaab186",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-07-23T15:54:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Finds files and directories via an intuitive fluent interface",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/flex",
        "version": "v1.16.3",
        "version_normalized": "1.16.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/flex.git",
            "reference": "f05406b33681409b83285f4d2ff4efbca7c55b03"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/flex/zipball/f05406b33681409b83285f4d2ff4efbca7c55b03",
            "reference": "f05406b33681409b83285f4d2ff4efbca7c55b03",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0|^2.0",
            "php": ">=7.1"
        },
        "require-dev": {
            "composer/composer": "^1.0.2|^2.0",
            "symfony/dotenv": "^4.4|^5.0",
            "symfony/filesystem": "^4.4|^5.0",
            "symfony/phpunit-bridge": "^4.4.12|^5.0",
            "symfony/process": "^3.4|^4.4|^5.0"
        },
        "time": "2021-09-28T17:00:52+00:00",
        "type": "composer-plugin",
        "extra": {
            "branch-alias": {
                "dev-main": "1.16-dev"
            },
            "class": "Symfony\\Flex\\Flex"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Flex\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien.potencier@gmail.com"
            }
        ],
        "description": "Composer plugin for Symfony",
        "support": {
            "issues": "https://github.com/symfony/flex/issues",
            "source": "https://github.com/symfony/flex/tree/v1.16.3"
        },
        "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"
            }
        ]
    },
    {
        "name": "symfony/framework-bundle",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/framework-bundle.git",
            "reference": "4e9ca1c60dba3b5e261eadd3b427bc115914b72b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4e9ca1c60dba3b5e261eadd3b427bc115914b72b",
            "reference": "4e9ca1c60dba3b5e261eadd3b427bc115914b72b",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": ">=7.2.5",
            "symfony/cache": "^5.2",
            "symfony/config": "~5.0.11|^5.1.3",
            "symfony/dependency-injection": "^5.2",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/error-handler": "^4.4.1|^5.0.1",
            "symfony/event-dispatcher": "^5.1",
            "symfony/filesystem": "^4.4|^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/http-foundation": "^5.2.1",
            "symfony/http-kernel": "^5.2.1",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/routing": "^5.2"
        },
        "conflict": {
            "doctrine/persistence": "<1.3",
            "phpdocumentor/reflection-docblock": "<3.2.2",
            "phpdocumentor/type-resolver": "<1.4.0",
            "phpunit/phpunit": "<5.4.3",
            "symfony/asset": "<5.1",
            "symfony/browser-kit": "<4.4",
            "symfony/console": "<5.2.5",
            "symfony/dom-crawler": "<4.4",
            "symfony/dotenv": "<5.1",
            "symfony/form": "<5.2",
            "symfony/http-client": "<4.4",
            "symfony/lock": "<4.4",
            "symfony/mailer": "<5.2",
            "symfony/messenger": "<4.4",
            "symfony/mime": "<4.4",
            "symfony/property-access": "<5.2",
            "symfony/property-info": "<4.4",
            "symfony/serializer": "<5.2",
            "symfony/stopwatch": "<4.4",
            "symfony/translation": "<5.0",
            "symfony/twig-bridge": "<4.4",
            "symfony/twig-bundle": "<4.4",
            "symfony/validator": "<5.2",
            "symfony/web-profiler-bundle": "<4.4",
            "symfony/workflow": "<5.2"
        },
        "require-dev": {
            "doctrine/annotations": "^1.10.4",
            "doctrine/cache": "^1.0|^2.0",
            "doctrine/persistence": "^1.3|^2.0",
            "paragonie/sodium_compat": "^1.8",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
            "symfony/asset": "^5.1",
            "symfony/browser-kit": "^4.4|^5.0",
            "symfony/console": "^5.2",
            "symfony/css-selector": "^4.4|^5.0",
            "symfony/dom-crawler": "^4.4|^5.0",
            "symfony/dotenv": "^5.1",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/form": "^5.2",
            "symfony/http-client": "^4.4|^5.0",
            "symfony/lock": "^4.4|^5.0",
            "symfony/mailer": "^5.2",
            "symfony/messenger": "^5.2",
            "symfony/mime": "^4.4|^5.0",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/process": "^4.4|^5.0",
            "symfony/property-info": "^4.4|^5.0",
            "symfony/security-bundle": "^5.1",
            "symfony/security-core": "^4.4|^5.2",
            "symfony/security-csrf": "^4.4|^5.0",
            "symfony/security-http": "^4.4|^5.0",
            "symfony/serializer": "^5.2",
            "symfony/stopwatch": "^4.4|^5.0",
            "symfony/string": "^5.0",
            "symfony/translation": "^5.0",
            "symfony/twig-bundle": "^4.4|^5.0",
            "symfony/validator": "^5.2",
            "symfony/web-link": "^4.4|^5.0",
            "symfony/workflow": "^5.2",
            "symfony/yaml": "^4.4|^5.0",
            "twig/twig": "^2.10|^3.0"
        },
        "suggest": {
            "ext-apcu": "For best performance of the system caches",
            "symfony/console": "For using the console commands",
            "symfony/form": "For using forms",
            "symfony/property-info": "For using the property_info service",
            "symfony/serializer": "For using the serializer service",
            "symfony/validator": "For using validation",
            "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
            "symfony/yaml": "For using the debug:config and lint:yaml commands"
        },
        "time": "2021-07-21T13:17:02+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\FrameworkBundle\\": ""
            },
            "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 tight integration between Symfony components and the Symfony full-stack framework",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/http-client-contracts",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-client-contracts.git",
            "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
            "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5"
        },
        "suggest": {
            "symfony/http-client-implementation": ""
        },
        "time": "2021-04-11T23:07:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.4-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\HttpClient\\": ""
            }
        },
        "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 HTTP clients",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v5.2.14",
        "version_normalized": "5.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "2a247de56fc8f5efdf1e098192128e8e509d370c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2a247de56fc8f5efdf1e098192128e8e509d370c",
            "reference": "2a247de56fc8f5efdf1e098192128e8e509d370c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php80": "^1.16"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/cache": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/mime": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/mime": "To use the file extension guesser"
        },
        "time": "2021-07-29T06:18:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "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": "Defines an object-oriented layer for the HTTP specification",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/http-kernel",
        "version": "v5.2.14",
        "version_normalized": "5.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "2c3b9af1047c477c527504a3509ab59e4fae0689"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2c3b9af1047c477c527504a3509ab59e4fae0689",
            "reference": "2c3b9af1047c477c527504a3509ab59e4fae0689",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/log": "^1|^2",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/error-handler": "^4.4|^5.0",
            "symfony/event-dispatcher": "^5.0",
            "symfony/http-client-contracts": "^1.1|^2",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-php73": "^1.9",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "symfony/browser-kit": "<4.4",
            "symfony/cache": "<5.0",
            "symfony/config": "<5.0",
            "symfony/console": "<4.4",
            "symfony/dependency-injection": "<5.1.8",
            "symfony/doctrine-bridge": "<5.0",
            "symfony/form": "<5.0",
            "symfony/http-client": "<5.0",
            "symfony/mailer": "<5.0",
            "symfony/messenger": "<5.0",
            "symfony/translation": "<5.0",
            "symfony/twig-bridge": "<5.0",
            "symfony/validator": "<5.0",
            "twig/twig": "<2.13"
        },
        "provide": {
            "psr/log-implementation": "1.0|2.0"
        },
        "require-dev": {
            "psr/cache": "^1.0|^2.0|^3.0",
            "symfony/browser-kit": "^4.4|^5.0",
            "symfony/config": "^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/css-selector": "^4.4|^5.0",
            "symfony/dependency-injection": "^5.1.8",
            "symfony/dom-crawler": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/process": "^4.4|^5.0",
            "symfony/routing": "^4.4|^5.0",
            "symfony/stopwatch": "^4.4|^5.0",
            "symfony/translation": "^4.4|^5.0",
            "symfony/translation-contracts": "^1.1|^2",
            "twig/twig": "^2.13|^3.0.4"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": ""
        },
        "time": "2021-07-29T06:52:15+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "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 structured process for converting a Request into a Response",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/monolog-bridge",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bridge.git",
            "reference": "2c3943d7c0100983f9c0a82807555273353e3539"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/2c3943d7c0100983f9c0a82807555273353e3539",
            "reference": "2c3943d7c0100983f9c0a82807555273353e3539",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "^1.25.1|^2",
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/http-kernel": "^4.4|^5.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1|^2"
        },
        "conflict": {
            "symfony/console": "<4.4",
            "symfony/http-foundation": "<4.4"
        },
        "require-dev": {
            "symfony/console": "^4.4|^5.0",
            "symfony/http-client": "^4.4|^5.0",
            "symfony/mailer": "^4.4|^5.0",
            "symfony/mime": "^4.4|^5.0",
            "symfony/security-core": "^4.4|^5.0",
            "symfony/var-dumper": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
            "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
            "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
        },
        "time": "2021-07-23T15:54:19+00:00",
        "type": "symfony-bridge",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Monolog\\": ""
            },
            "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 integration for Monolog with various Symfony components",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v3.7.0",
        "version_normalized": "3.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/4054b2e940a25195ae15f0a49ab0c51718922eb4",
            "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.22 || ~2.0",
            "php": ">=7.1.3",
            "symfony/config": "~4.4 || ^5.0",
            "symfony/dependency-injection": "^4.4 || ^5.0",
            "symfony/http-kernel": "~4.4 || ^5.0",
            "symfony/monolog-bridge": "~4.4 || ^5.0"
        },
        "require-dev": {
            "symfony/console": "~4.4 || ^5.0",
            "symfony/phpunit-bridge": "^5.1",
            "symfony/yaml": "~4.4 || ^5.0"
        },
        "time": "2021-03-31T07:20:47+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\MonologBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "https://symfony.com",
        "keywords": [
            "log",
            "logging"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/options-resolver",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
            "reference": "1935d2e5329aba28cbb9ef6cc5687d007619d96d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1935d2e5329aba28cbb9ef6cc5687d007619d96d",
            "reference": "1935d2e5329aba28cbb9ef6cc5687d007619d96d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-php73": "~1.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-07-23T15:54:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\OptionsResolver\\": ""
            },
            "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 an improved replacement for the array_replace PHP function",
        "homepage": "https://symfony.com",
        "keywords": [
            "config",
            "configuration",
            "options"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
            "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2021-02-19T12:13:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "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.23.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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
            "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2021-05-27T09:27:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "files": [
                "bootstrap.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": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-grapheme",
        "version": "v1.23.1",
        "version_normalized": "1.23.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
            "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
            "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2021-05-27T12:26:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
            },
            "files": [
                "bootstrap.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": "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.23.1"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-normalizer",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
            "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
            "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2021-02-19T12:13:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "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.23.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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.23.1",
        "version_normalized": "1.23.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
            "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2021-05-27T12:26:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.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": "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.23.1"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
            "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-05-27T09:17:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.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": "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.23.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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php73",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
            "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-02-19T12:13:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php73\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "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.23.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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "v1.23.1",
        "version_normalized": "1.23.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
            "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-07-28T13:41:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php80\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "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.23.1"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php81",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php81.git",
            "reference": "e66119f3de95efc359483f810c4c3e6436279436"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
            "reference": "e66119f3de95efc359483f810c4c3e6436279436",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-05-21T13:25:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php81\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "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.23.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"
            }
        ]
    },
    {
        "name": "symfony/process",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030",
            "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-07-23T15:54:19+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",
        "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"
            }
        ]
    },
    {
        "name": "symfony/property-access",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/property-access.git",
            "reference": "82c6db3e4066ebc1993c377ae71090d0c8f0552c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/property-access/zipball/82c6db3e4066ebc1993c377ae71090d0c8f0552c",
            "reference": "82c6db3e4066ebc1993c377ae71090d0c8f0552c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-php80": "^1.16",
            "symfony/property-info": "^5.2"
        },
        "require-dev": {
            "symfony/cache": "^4.4|^5.0"
        },
        "suggest": {
            "psr/cache-implementation": "To cache access methods."
        },
        "time": "2021-07-21T12:38:00+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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/property-info",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/property-info.git",
            "reference": "f9dd1886f47db8ea494d97a4b8bfa494094f53f1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/property-info/zipball/f9dd1886f47db8ea494d97a4b8bfa494094f53f1",
            "reference": "f9dd1886f47db8ea494d97a4b8bfa494094f53f1",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-php80": "^1.16",
            "symfony/string": "^5.1"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.2.2",
            "phpdocumentor/type-resolver": "<1.4.0",
            "symfony/dependency-injection": "<4.4"
        },
        "require-dev": {
            "doctrine/annotations": "^1.10.4",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
            "symfony/cache": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/serializer": "^4.4|^5.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": "2021-07-21T12:38:00+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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/proxy-manager-bridge",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/proxy-manager-bridge.git",
            "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/76e61f33f6a34a340bf6e02211214f466e8e1dba",
            "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba",
            "shasum": ""
        },
        "require": {
            "composer/package-versions-deprecated": "^1.8",
            "friendsofphp/proxy-manager-lts": "^1.0.2",
            "php": ">=7.2.5",
            "symfony/dependency-injection": "^5.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "require-dev": {
            "symfony/config": "^4.4|^5.0"
        },
        "time": "2021-07-21T12:38:00+00:00",
        "type": "symfony-bridge",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\ProxyManager\\": ""
            },
            "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 integration for ProxyManager with various Symfony components",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/routing",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "983a19067308962592755f57d97ca1d1f1edd37b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/983a19067308962592755f57d97ca1d1f1edd37b",
            "reference": "983a19067308962592755f57d97ca1d1f1edd37b",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "symfony/config": "<5.0",
            "symfony/dependency-injection": "<4.4",
            "symfony/yaml": "<4.4"
        },
        "require-dev": {
            "doctrine/annotations": "^1.10.4",
            "psr/log": "^1|^2|^3",
            "symfony/config": "^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2021-07-23T15:54:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "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": "Maps an HTTP request to a set of configuration variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/security-bundle",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security-bundle.git",
            "reference": "bc36546f36355d7c0b56b23c44786b36904f838d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security-bundle/zipball/bc36546f36355d7c0b56b23c44786b36904f838d",
            "reference": "bc36546f36355d7c0b56b23c44786b36904f838d",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": ">=7.2.5",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^5.2",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/event-dispatcher": "^5.1",
            "symfony/http-kernel": "^5.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/security-core": "^5.2",
            "symfony/security-csrf": "^4.4|^5.0",
            "symfony/security-guard": "^5.2",
            "symfony/security-http": "^5.2"
        },
        "conflict": {
            "symfony/browser-kit": "<4.4",
            "symfony/console": "<4.4",
            "symfony/framework-bundle": "<4.4",
            "symfony/ldap": "<4.4",
            "symfony/security-http": "<5.2.8",
            "symfony/twig-bundle": "<4.4"
        },
        "require-dev": {
            "doctrine/annotations": "^1.10.4",
            "symfony/asset": "^4.4|^5.0",
            "symfony/browser-kit": "^4.4|^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/css-selector": "^4.4|^5.0",
            "symfony/dom-crawler": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/form": "^4.4|^5.0",
            "symfony/framework-bundle": "^5.2",
            "symfony/process": "^4.4|^5.0",
            "symfony/rate-limiter": "^5.2",
            "symfony/serializer": "^4.4|^5.0",
            "symfony/translation": "^4.4|^5.0",
            "symfony/twig-bridge": "^4.4|^5.0",
            "symfony/twig-bundle": "^4.4|^5.0",
            "symfony/validator": "^4.4|^5.0",
            "symfony/yaml": "^4.4|^5.0",
            "twig/twig": "^2.13|^3.0.4"
        },
        "time": "2021-07-26T16:33:12+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SecurityBundle\\": ""
            },
            "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 tight integration of the Security component into the Symfony full-stack framework",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/security-core",
        "version": "v5.2.14",
        "version_normalized": "5.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security-core.git",
            "reference": "4ce2b1e532fb3bb591ad4efa8cc43afc9242a247"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security-core/zipball/4ce2b1e532fb3bb591ad4efa8cc43afc9242a247",
            "reference": "4ce2b1e532fb3bb591ad4efa8cc43afc9242a247",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/event-dispatcher-contracts": "^1.1|^2",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1.6|^2"
        },
        "conflict": {
            "symfony/event-dispatcher": "<4.4",
            "symfony/ldap": "<4.4",
            "symfony/security-guard": "<4.4",
            "symfony/validator": "<5.2"
        },
        "require-dev": {
            "psr/container": "^1.0|^2.0",
            "psr/log": "^1|^2|^3",
            "symfony/event-dispatcher": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/ldap": "^4.4|^5.0",
            "symfony/translation": "^4.4|^5.0",
            "symfony/validator": "^5.2"
        },
        "suggest": {
            "psr/container-implementation": "To instantiate the Security class",
            "symfony/event-dispatcher": "",
            "symfony/expression-language": "For using the expression voter",
            "symfony/http-foundation": "",
            "symfony/ldap": "For using LDAP integration",
            "symfony/validator": "For using the user password constraint"
        },
        "time": "2021-07-29T06:36:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Security\\Core\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Security Component - Core Library",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/security-csrf",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security-csrf.git",
            "reference": "f0af6689451582e55f6b3439362e72e536e916e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security-csrf/zipball/f0af6689451582e55f6b3439362e72e536e916e4",
            "reference": "f0af6689451582e55f6b3439362e72e536e916e4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16",
            "symfony/security-core": "^4.4|^5.0"
        },
        "conflict": {
            "symfony/http-foundation": "<4.4"
        },
        "require-dev": {
            "symfony/http-foundation": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/http-foundation": "For using the class SessionTokenStorage."
        },
        "time": "2021-07-21T12:38:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Security\\Csrf\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Security Component - CSRF Library",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/security-guard",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security-guard.git",
            "reference": "9edddb0b4c97eb923ba9910050be80f539933c3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security-guard/zipball/9edddb0b4c97eb923ba9910050be80f539933c3b",
            "reference": "9edddb0b4c97eb923ba9910050be80f539933c3b",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.15",
            "symfony/security-core": "^5.0",
            "symfony/security-http": "^4.4.1|^5.0.1"
        },
        "require-dev": {
            "psr/log": "^1|^2|^3"
        },
        "time": "2021-07-18T15:21:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Security\\Guard\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Security Component - Guard",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/security-http",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security-http.git",
            "reference": "8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security-http/zipball/8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc",
            "reference": "8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/http-foundation": "^5.2",
            "symfony/http-kernel": "^5.2",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/property-access": "^4.4|^5.0",
            "symfony/security-core": "^5.2"
        },
        "conflict": {
            "symfony/event-dispatcher": "<4.3",
            "symfony/security-csrf": "<4.4"
        },
        "require-dev": {
            "psr/log": "^1|^2|^3",
            "symfony/cache": "^4.4|^5.0",
            "symfony/rate-limiter": "^5.2",
            "symfony/routing": "^4.4|^5.0",
            "symfony/security-csrf": "^4.4|^5.0",
            "symfony/translation": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
            "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
        },
        "time": "2021-07-21T12:38:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Security\\Http\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Security Component - HTTP Integration",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/serializer",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/serializer.git",
            "reference": "3c3afcc285c01c486d1c5504e7895026580495c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/serializer/zipball/3c3afcc285c01c486d1c5504e7895026580495c4",
            "reference": "3c3afcc285c01c486d1c5504e7895026580495c4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.2.2",
            "phpdocumentor/type-resolver": "<1.4.0",
            "symfony/dependency-injection": "<4.4",
            "symfony/property-access": "<4.4",
            "symfony/property-info": "<4.4",
            "symfony/yaml": "<4.4"
        },
        "require-dev": {
            "doctrine/annotations": "^1.10.4",
            "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
            "symfony/cache": "^4.4|^5.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/error-handler": "^4.4|^5.0",
            "symfony/filesystem": "^4.4|^5.0",
            "symfony/form": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/http-kernel": "^4.4|^5.0",
            "symfony/mime": "^4.4|^5.0",
            "symfony/property-access": "^4.4.9|^5.0.9",
            "symfony/property-info": "^4.4|^5.0",
            "symfony/uid": "^5.1",
            "symfony/validator": "^4.4|^5.0",
            "symfony/var-exporter": "^4.4|^5.0",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "psr/cache-implementation": "For using the metadata cache.",
            "symfony/config": "For using the XML mapping loader.",
            "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
            "symfony/property-access": "For using the ObjectNormalizer.",
            "symfony/property-info": "To deserialize relations.",
            "symfony/var-exporter": "For using the metadata compiler.",
            "symfony/yaml": "For using the default YAML mapping loader."
        },
        "time": "2021-07-21T13:17:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Serializer\\": ""
            },
            "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": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/service-contracts",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/service-contracts.git",
            "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
            "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/container": "^1.1"
        },
        "suggest": {
            "symfony/service-implementation": ""
        },
        "time": "2021-04-01T10:43:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.4-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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/stopwatch",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/stopwatch.git",
            "reference": "24744393b122b8309bbcc7965972ae51a29a602d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/stopwatch/zipball/24744393b122b8309bbcc7965972ae51a29a602d",
            "reference": "24744393b122b8309bbcc7965972ae51a29a602d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/service-contracts": "^1.0|^2"
        },
        "time": "2021-07-10T08:55:45+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",
        "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"
            }
        ]
    },
    {
        "name": "symfony/string",
        "version": "v5.2.11",
        "version_normalized": "5.2.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/string.git",
            "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/string/zipball/ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7",
            "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7",
            "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"
        },
        "require-dev": {
            "symfony/error-handler": "^4.4|^5.0",
            "symfony/http-client": "^4.4|^5.0",
            "symfony/translation-contracts": "^1.1|^2",
            "symfony/var-exporter": "^4.4|^5.0"
        },
        "time": "2021-06-27T11:43:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\String\\": ""
            },
            "files": [
                "Resources/functions.php"
            ],
            "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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "7b4ef368b25bbb758a7bd5fe20349433e84220ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/7b4ef368b25bbb758a7bd5fe20349433e84220ed",
            "reference": "7b4ef368b25bbb758a7bd5fe20349433e84220ed",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/translation-contracts": "^2.3"
        },
        "conflict": {
            "symfony/config": "<4.4",
            "symfony/dependency-injection": "<5.0",
            "symfony/http-kernel": "<5.0",
            "symfony/twig-bundle": "<5.0",
            "symfony/yaml": "<4.4"
        },
        "provide": {
            "symfony/translation-implementation": "2.3"
        },
        "require-dev": {
            "psr/log": "^1|^2|^3",
            "symfony/config": "^4.4|^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/dependency-injection": "^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/http-kernel": "^5.0",
            "symfony/intl": "^4.4|^5.0",
            "symfony/service-contracts": "^1.1.2|^2",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2021-07-21T13:17:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions.php"
            ],
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "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 to internationalize your application",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/translation-contracts",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation-contracts.git",
            "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
            "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5"
        },
        "suggest": {
            "symfony/translation-implementation": ""
        },
        "time": "2021-03-23T23:28:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.4-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Translation\\": ""
            }
        },
        "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 translation",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/twig-bridge",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bridge.git",
            "reference": "243a7c6416fea3b91391f09831d8d04b2e42c0b1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/243a7c6416fea3b91391f09831d8d04b2e42c0b1",
            "reference": "243a7c6416fea3b91391f09831d8d04b2e42c0b1",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16",
            "symfony/translation-contracts": "^1.1|^2",
            "twig/twig": "^2.13|^3.0.4"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.2.2",
            "phpdocumentor/type-resolver": "<1.4.0",
            "symfony/console": "<4.4",
            "symfony/form": "<5.1",
            "symfony/http-foundation": "<4.4",
            "symfony/http-kernel": "<4.4",
            "symfony/translation": "<5.2",
            "symfony/workflow": "<5.2"
        },
        "require-dev": {
            "egulias/email-validator": "^2.1.10|^3",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
            "symfony/asset": "^4.4|^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/form": "^5.1.9",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/http-kernel": "^4.4|^5.0",
            "symfony/intl": "^4.4|^5.0",
            "symfony/mime": "^5.2",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/property-info": "^4.4|^5.1",
            "symfony/routing": "^4.4|^5.0",
            "symfony/security-acl": "^2.8|^3.0",
            "symfony/security-core": "^4.4|^5.0",
            "symfony/security-csrf": "^4.4|^5.0",
            "symfony/security-http": "^4.4|^5.0",
            "symfony/serializer": "^5.2",
            "symfony/stopwatch": "^4.4|^5.0",
            "symfony/translation": "^5.2",
            "symfony/web-link": "^4.4|^5.0",
            "symfony/workflow": "^5.2",
            "symfony/yaml": "^4.4|^5.0",
            "twig/cssinliner-extra": "^2.12|^3",
            "twig/inky-extra": "^2.12|^3",
            "twig/markdown-extra": "^2.12|^3"
        },
        "suggest": {
            "symfony/asset": "For using the AssetExtension",
            "symfony/expression-language": "For using the ExpressionExtension",
            "symfony/finder": "",
            "symfony/form": "For using the FormExtension",
            "symfony/http-kernel": "For using the HttpKernelExtension",
            "symfony/routing": "For using the RoutingExtension",
            "symfony/security-core": "For using the SecurityExtension",
            "symfony/security-csrf": "For using the CsrfExtension",
            "symfony/security-http": "For using the LogoutUrlExtension",
            "symfony/stopwatch": "For using the StopwatchExtension",
            "symfony/translation": "For using the TranslationExtension",
            "symfony/var-dumper": "For using the DumpExtension",
            "symfony/web-link": "For using the WebLinkExtension",
            "symfony/yaml": "For using the YamlExtension"
        },
        "time": "2021-07-26T16:33:12+00:00",
        "type": "symfony-bridge",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Twig\\": ""
            },
            "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 integration for Twig with various Symfony components",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/twig-bundle",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bundle.git",
            "reference": "6f2aa369c4b7da19b3c864c48e35b26451c92e4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/6f2aa369c4b7da19b3c864c48e35b26451c92e4e",
            "reference": "6f2aa369c4b7da19b3c864c48e35b26451c92e4e",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/config": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/http-kernel": "^5.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-php80": "^1.16",
            "symfony/twig-bridge": "^5.0",
            "twig/twig": "^2.13|^3.0.4"
        },
        "conflict": {
            "symfony/dependency-injection": "<5.2",
            "symfony/framework-bundle": "<5.0",
            "symfony/translation": "<5.0"
        },
        "require-dev": {
            "doctrine/annotations": "^1.10.4",
            "doctrine/cache": "^1.0|^2.0",
            "symfony/asset": "^4.4|^5.0",
            "symfony/dependency-injection": "^5.2",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/form": "^4.4|^5.0",
            "symfony/framework-bundle": "^5.0",
            "symfony/routing": "^4.4|^5.0",
            "symfony/stopwatch": "^4.4|^5.0",
            "symfony/translation": "^5.0",
            "symfony/web-link": "^4.4|^5.0",
            "symfony/yaml": "^4.4|^5.0"
        },
        "time": "2021-07-21T12:38:00+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\TwigBundle\\": ""
            },
            "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 tight integration of Twig into the Symfony full-stack framework",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/validator",
        "version": "v5.2.14",
        "version_normalized": "5.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/validator.git",
            "reference": "a46ac85624ad3418d455bb8f4ce452014c28518c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/validator/zipball/a46ac85624ad3418d455bb8f4ce452014c28518c",
            "reference": "a46ac85624ad3418d455bb8f4ce452014c28518c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php73": "~1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/translation-contracts": "^1.1|^2"
        },
        "conflict": {
            "doctrine/lexer": "<1.0.2",
            "phpunit/phpunit": "<5.4.3",
            "symfony/dependency-injection": "<4.4",
            "symfony/expression-language": "<5.1",
            "symfony/http-kernel": "<4.4",
            "symfony/intl": "<4.4",
            "symfony/translation": "<4.4",
            "symfony/yaml": "<4.4"
        },
        "require-dev": {
            "doctrine/annotations": "^1.10.4",
            "doctrine/cache": "^1.0|^2.0",
            "egulias/email-validator": "^2.1.10|^3",
            "symfony/cache": "^4.4|^5.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/expression-language": "^5.1",
            "symfony/finder": "^4.4|^5.0",
            "symfony/http-client": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/http-kernel": "^4.4|^5.0",
            "symfony/intl": "^4.4|^5.0",
            "symfony/mime": "^4.4|^5.0",
            "symfony/property-access": "^4.4|^5.0",
            "symfony/property-info": "^4.4|^5.0",
            "symfony/translation": "^4.4|^5.0",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "egulias/email-validator": "Strict (RFC compliant) email validation",
            "psr/cache-implementation": "For using the mapping cache.",
            "symfony/config": "",
            "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
            "symfony/http-foundation": "",
            "symfony/intl": "",
            "symfony/property-access": "For accessing properties within comparison constraints",
            "symfony/property-info": "To automatically add NotNull and Type constraints",
            "symfony/translation": "For translating validation errors.",
            "symfony/yaml": ""
        },
        "time": "2021-07-29T06:36:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Validator\\": ""
            },
            "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 to validate values",
        "homepage": "https://symfony.com",
        "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"
            }
        ]
    },
    {
        "name": "symfony/var-dumper",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "d5f42c357a6672d4e5960bba85e437850e9a7abb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d5f42c357a6672d4e5960bba85e437850e9a7abb",
            "reference": "d5f42c357a6672d4e5960bba85e437850e9a7abb",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "phpunit/phpunit": "<5.4.3",
            "symfony/console": "<4.4"
        },
        "require-dev": {
            "ext-iconv": "*",
            "symfony/console": "^4.4|^5.0",
            "symfony/process": "^4.4|^5.0",
            "twig/twig": "^2.13|^3.0.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
        },
        "time": "2021-07-23T15:54:19+00:00",
        "bin": [
            "Resources/bin/var-dump-server"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "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 mechanisms for walking through any arbitrary PHP variable",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/var-exporter",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b7898a65fc91e7c41de7a88c7db9aee9c0d432f0",
            "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "require-dev": {
            "symfony/var-dumper": "^4.4.9|^5.0.9"
        },
        "time": "2021-07-21T12:38:00+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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/web-link",
        "version": "v5.2.12",
        "version_normalized": "5.2.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/web-link.git",
            "reference": "3d1f4a0318314c63c363f5d49de15d54780b2079"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/web-link/zipball/3d1f4a0318314c63c363f5d49de15d54780b2079",
            "reference": "3d1f4a0318314c63c363f5d49de15d54780b2079",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/link": "^1.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "symfony/http-kernel": "<4.4"
        },
        "provide": {
            "psr/link-implementation": "1.0"
        },
        "require-dev": {
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/http-kernel": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/http-kernel": ""
        },
        "time": "2021-07-21T12:38:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\WebLink\\": ""
            },
            "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": "Manages links between resources",
        "homepage": "https://symfony.com",
        "keywords": [
            "dns-prefetch",
            "http",
            "http2",
            "link",
            "performance",
            "prefetch",
            "preload",
            "prerender",
            "psr13",
            "push"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v5.2.14",
        "version_normalized": "5.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10",
            "reference": "ffe9c92e1a6c77c3ad5fc3a2ac16f0b8549dae10",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<4.4"
        },
        "require-dev": {
            "symfony/console": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2021-07-29T06:18:06+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",
        "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"
            }
        ]
    },
    {
        "name": "tecnickcom/tcpdf",
        "version": "6.4.2",
        "version_normalized": "6.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tecnickcom/TCPDF.git",
            "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/172540dcbfdf8dc983bc2fe78feff48ff7ec1c76",
            "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2021-07-20T14:43:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "config",
                "include",
                "tcpdf.php",
                "tcpdf_parser.php",
                "tcpdf_import.php",
                "tcpdf_barcodes_1d.php",
                "tcpdf_barcodes_2d.php",
                "include/tcpdf_colors.php",
                "include/tcpdf_filters.php",
                "include/tcpdf_font_data.php",
                "include/tcpdf_fonts.php",
                "include/tcpdf_images.php",
                "include/tcpdf_static.php",
                "include/barcodes/datamatrix.php",
                "include/barcodes/pdf417.php",
                "include/barcodes/qrcode.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-only"
        ],
        "authors": [
            {
                "name": "Nicola Asuni",
                "email": "info@tecnick.com",
                "role": "lead"
            }
        ],
        "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
        "homepage": "http://www.tcpdf.org/",
        "keywords": [
            "PDFD32000-2008",
            "TCPDF",
            "barcodes",
            "datamatrix",
            "pdf",
            "pdf417",
            "qrcode"
        ],
        "funding": [
            {
                "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
                "type": "custom"
            }
        ]
    },
    {
        "name": "tedivm/jshrink",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tedious/JShrink.git",
            "reference": "0513ba1407b1f235518a939455855e6952a48bbc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tedious/JShrink/zipball/0513ba1407b1f235518a939455855e6952a48bbc",
            "reference": "0513ba1407b1f235518a939455855e6952a48bbc",
            "shasum": ""
        },
        "require": {
            "php": "^5.6|^7.0|^8.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.8",
            "php-coveralls/php-coveralls": "^1.1.0",
            "phpunit/phpunit": "^6"
        },
        "time": "2020-11-30T18:10:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JShrink": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Robert Hafner",
                "email": "tedivm@tedivm.com"
            }
        ],
        "description": "Javascript Minifier built in PHP",
        "homepage": "http://github.com/tedious/JShrink",
        "keywords": [
            "javascript",
            "minifier"
        ],
        "funding": [
            {
                "url": "https://tidelift.com/funding/github/packagist/tedivm/jshrink",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "tinymce/tinymce",
        "version": "4.9.11",
        "version_normalized": "4.9.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tinymce/tinymce-dist.git",
            "reference": "3a68b67d1120ab89c6760afeb787291703c9a7d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/3a68b67d1120ab89c6760afeb787291703c9a7d5",
            "reference": "3a68b67d1120ab89c6760afeb787291703c9a7d5",
            "shasum": ""
        },
        "time": "2020-07-13T05:29:19+00:00",
        "type": "component",
        "extra": {
            "component": {
                "scripts": [
                    "tinymce.js",
                    "plugins/*/plugin.js",
                    "themes/*/theme.js"
                ],
                "files": [
                    "tinymce.min.js",
                    "plugins/*/plugin.min.js",
                    "themes/*/theme.min.js",
                    "skins/**"
                ]
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-only"
        ],
        "description": "Web based JavaScript HTML WYSIWYG editor control.",
        "homepage": "http://www.tinymce.com",
        "keywords": [
            "editor",
            "html",
            "javascript",
            "richtext",
            "tinymce",
            "wysiwyg"
        ]
    },
    {
        "name": "tuupola/slim-jwt-auth",
        "version": "2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tuupola/slim-jwt-auth.git",
            "reference": "bca54de41a8207d4d67faf3601a06a96cb7ed48f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tuupola/slim-jwt-auth/zipball/bca54de41a8207d4d67faf3601a06a96cb7ed48f",
            "reference": "bca54de41a8207d4d67faf3601a06a96cb7ed48f",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "^3.0 || ^4.0 || ^5.0",
            "php": "^5.5 || ^7.0",
            "psr/http-message": "^1.0",
            "psr/log": "^1.0"
        },
        "require-dev": {
            "overtrue/phplint": "^0.2.4",
            "phpunit/phpunit": "^4.6",
            "squizlabs/php_codesniffer": "^2.3",
            "zendframework/zend-diactoros": "^1.3"
        },
        "time": "2018-04-03T06:12:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\Middleware\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mika Tuupola",
                "email": "tuupola@appelsiini.net",
                "homepage": "http://www.appelsiini.net/",
                "role": "Developer"
            }
        ],
        "description": "PSR-7 JWT Authentication Middleware",
        "homepage": "https://github.com/tuupola/slim-jwt-auth",
        "keywords": [
            "auth",
            "json",
            "jwt",
            "middleware",
            "psr-7"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v3.3.3",
        "version_normalized": "3.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "a27fa056df8a6384316288ca8b0fa3a35fdeb569"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/a27fa056df8a6384316288ca8b0fa3a35fdeb569",
            "reference": "a27fa056df8a6384316288ca8b0fa3a35fdeb569",
            "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": "2021-09-17T08:44:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-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.3.3"
        },
        "funding": [
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v3.6.8",
        "version_normalized": "3.6.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "5e679f7616db829358341e2d5cccbd18773bdab8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5e679f7616db829358341e2d5cccbd18773bdab8",
            "reference": "5e679f7616db829358341e2d5cccbd18773bdab8",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0 || ^8.0",
            "phpoption/phpoption": "^1.5.2",
            "symfony/polyfill-ctype": "^1.17"
        },
        "require-dev": {
            "ext-filter": "*",
            "ext-pcre": "*",
            "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20"
        },
        "suggest": {
            "ext-filter": "Required to use the boolean validator.",
            "ext-pcre": "Required to use most of the library."
        },
        "time": "2021-01-20T14:39:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "homepage": "https://gjcampbell.co.uk/"
            },
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "https://vancelucas.com/"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ],
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "voku/anti-xss",
        "version": "4.1.32",
        "version_normalized": "4.1.32.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/anti-xss.git",
            "reference": "159b49a50cf3f6cf72ee43b0dcf7c2580a0c12d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/anti-xss/zipball/159b49a50cf3f6cf72ee43b0dcf7c2580a0c12d1",
            "reference": "159b49a50cf3f6cf72ee43b0dcf7c2580a0c12d1",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "voku/portable-utf8": "~5.4.51"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
        },
        "time": "2021-03-29T14:29:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\helper\\": "src/voku/helper/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "EllisLab Dev Team",
                "homepage": "http://ellislab.com/"
            },
            {
                "name": "Lars Moelleken",
                "email": "lars@moelleken.org",
                "homepage": "https://www.moelleken.org/"
            }
        ],
        "description": "anti xss-library",
        "homepage": "https://github.com/voku/anti-xss",
        "keywords": [
            "anti-xss",
            "clean",
            "security",
            "xss"
        ],
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/anti-xss",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/anti-xss",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "voku/portable-ascii",
        "version": "1.5.6",
        "version_normalized": "1.5.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/portable-ascii.git",
            "reference": "80953678b19901e5165c56752d087fc11526017c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
            "reference": "80953678b19901e5165c56752d087fc11526017c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
        },
        "suggest": {
            "ext-intl": "Use Intl for transliterator_transliterate() support"
        },
        "time": "2020-11-12T00:07:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
        "homepage": "https://github.com/voku/portable-ascii",
        "keywords": [
            "ascii",
            "clean",
            "php"
        ],
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/portable-ascii",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "voku/portable-utf8",
        "version": "5.4.51",
        "version_normalized": "5.4.51.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/portable-utf8.git",
            "reference": "578f5266725dc9880483d24ad0cfb39f8ce170f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-utf8/zipball/578f5266725dc9880483d24ad0cfb39f8ce170f7",
            "reference": "578f5266725dc9880483d24ad0cfb39f8ce170f7",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "~1.0",
            "symfony/polyfill-intl-grapheme": "~1.0",
            "symfony/polyfill-intl-normalizer": "~1.0",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php72": "~1.0",
            "voku/portable-ascii": "~1.5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
        },
        "suggest": {
            "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
            "ext-fileinfo": "Use Fileinfo for better binary file detection",
            "ext-iconv": "Use iconv for best performance",
            "ext-intl": "Use Intl for best performance",
            "ext-json": "Use JSON for string detection",
            "ext-mbstring": "Use Mbstring for best performance"
        },
        "time": "2020-12-02T01:58:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Hamid Sarfraz",
                "homepage": "http://pageconfig.com/"
            },
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
        "homepage": "https://github.com/voku/portable-utf8",
        "keywords": [
            "UTF",
            "clean",
            "php",
            "unicode",
            "utf-8",
            "utf8"
        ],
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/portable-utf8",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozarts/assert.git",
            "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
            "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "conflict": {
            "phpstan/phpstan": "<0.12.20",
            "vimeo/psalm": "<4.6.1 || 4.6.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5.13"
        },
        "time": "2021-03-09T10:59:23+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"
        ]
    },
    {
        "name": "webonyx/graphql-php",
        "version": "v0.13.9",
        "version_normalized": "0.13.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webonyx/graphql-php.git",
            "reference": "d9a94fddcad0a35d4bced212b8a44ad1bc59bdf3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/d9a94fddcad0a35d4bced212b8a44ad1bc59bdf3",
            "reference": "d9a94fddcad0a35d4bced212b8a44ad1bc59bdf3",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": "^7.1||^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpbench/phpbench": "^0.14.0",
            "phpstan/phpstan": "^0.11.4",
            "phpstan/phpstan-phpunit": "^0.11.0",
            "phpstan/phpstan-strict-rules": "^0.11.0",
            "phpunit/phpcov": "^5.0",
            "phpunit/phpunit": "^7.2",
            "psr/http-message": "^1.0",
            "react/promise": "2.*"
        },
        "suggest": {
            "psr/http-message": "To use standard GraphQL server",
            "react/promise": "To leverage async resolving on React PHP platform"
        },
        "time": "2020-07-02T05:49:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GraphQL\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A PHP port of GraphQL reference implementation",
        "homepage": "https://github.com/webonyx/graphql-php",
        "keywords": [
            "api",
            "graphql"
        ]
    },
    {
        "name": "wikimedia/composer-merge-plugin",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wikimedia/composer-merge-plugin.git",
            "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912",
            "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1||^2.0",
            "php": ">=7.2.0"
        },
        "require-dev": {
            "composer/composer": "^1.1||^2.0",
            "php-parallel-lint/php-parallel-lint": "~1.1.0",
            "phpunit/phpunit": "^8.5||^9.0",
            "squizlabs/php_codesniffer": "~3.5.4"
        },
        "time": "2021-02-24T05:28:06+00:00",
        "type": "composer-plugin",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Wikimedia\\Composer\\Merge\\V2\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bryan Davis",
                "email": "bd808@wikimedia.org"
            }
        ],
        "description": "Composer plugin to merge multiple composer.json files"
    },
    {
        "name": "willdurand/negotiation",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/willdurand/Negotiation.git",
            "reference": "04e14f38d4edfcc974114a07d2777d90c98f3d9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/04e14f38d4edfcc974114a07d2777d90c98f3d9c",
            "reference": "04e14f38d4edfcc974114a07d2777d90c98f3d9c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^5.0"
        },
        "time": "2020-09-25T08:01:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Negotiation\\": "src/Negotiation"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William Durand",
                "email": "will+git@drnd.me"
            }
        ],
        "description": "Content Negotiation tools for PHP provided as a standalone library.",
        "homepage": "http://williamdurand.fr/Negotiation/",
        "keywords": [
            "accept",
            "content",
            "format",
            "header",
            "negotiation"
        ]
    },
    {
        "name": "zbateson/mail-mime-parser",
        "version": "1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zbateson/mail-mime-parser.git",
            "reference": "8eb590750772849189c7fa30ed52bcdcd2c9d1ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/8eb590750772849189c7fa30ed52bcdcd2c9d1ef",
            "reference": "8eb590750772849189c7fa30ed52bcdcd2c9d1ef",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/psr7": "^1.7.0|^2.0",
            "php": ">=5.4",
            "zbateson/mb-wrapper": "^1.0.1",
            "zbateson/stream-decorators": "^1.0.6"
        },
        "require-dev": {
            "mikey179/vfsstream": "^1.6.0",
            "sanmai/phpunit-legacy-adapter": "^6.3 || ^8"
        },
        "suggest": {
            "ext-iconv": "For best support/performance",
            "ext-mbstring": "For best support/performance"
        },
        "time": "2021-07-08T19:06:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZBateson\\MailMimeParser\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Zaahid Bateson"
            },
            {
                "name": "Contributors",
                "homepage": "https://github.com/zbateson/mail-mime-parser/graphs/contributors"
            }
        ],
        "description": "MIME email message parser",
        "homepage": "https://mail-mime-parser.org",
        "keywords": [
            "MimeMailParser",
            "email",
            "mail",
            "mailparse",
            "mime",
            "mimeparse",
            "parser",
            "php-imap"
        ],
        "funding": [
            {
                "url": "https://github.com/zbateson",
                "type": "github"
            }
        ]
    },
    {
        "name": "zbateson/mb-wrapper",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zbateson/mb-wrapper.git",
            "reference": "721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d",
            "reference": "721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "symfony/polyfill-iconv": "^1.9",
            "symfony/polyfill-mbstring": "^1.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
        },
        "suggest": {
            "ext-iconv": "For best support/performance",
            "ext-mbstring": "For best support/performance"
        },
        "time": "2020-10-21T22:14:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZBateson\\MbWrapper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Zaahid Bateson"
            }
        ],
        "description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation",
        "keywords": [
            "charset",
            "encoding",
            "http",
            "iconv",
            "mail",
            "mb",
            "mb_convert_encoding",
            "mbstring",
            "mime",
            "multibyte",
            "string"
        ],
        "funding": [
            {
                "url": "https://github.com/zbateson",
                "type": "github"
            }
        ]
    },
    {
        "name": "zbateson/stream-decorators",
        "version": "1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zbateson/stream-decorators.git",
            "reference": "3403c4323bd1cd15fe54348b031b26b064c706af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/3403c4323bd1cd15fe54348b031b26b064c706af",
            "reference": "3403c4323bd1cd15fe54348b031b26b064c706af",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/psr7": "^1.7.0|^2.0",
            "php": ">=5.4",
            "zbateson/mb-wrapper": "^1.0.0"
        },
        "require-dev": {
            "sanmai/phpunit-legacy-adapter": "^6.3 || ^8"
        },
        "time": "2021-07-08T19:01:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZBateson\\StreamDecorators\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Zaahid Bateson"
            }
        ],
        "description": "PHP psr7 stream decorators for mime message part streams",
        "keywords": [
            "base64",
            "charset",
            "decorators",
            "mail",
            "mime",
            "psr7",
            "quoted-printable",
            "stream",
            "uuencode"
        ],
        "funding": [
            {
                "url": "https://github.com/zbateson",
                "type": "github"
            }
        ]
    },
    {
        "name": "zf1/zend-cache",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-cache.git",
            "reference": "c3a6fc20f5d5c5ab7adc16f29f33eb5b2e00d86e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-cache/zipball/c3a6fc20f5d5c5ab7adc16f29f33eb5b2e00d86e",
            "reference": "c3a6fc20f5d5c5ab7adc16f29f33eb5b2e00d86e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version"
        },
        "suggest": {
            "zf1/zend-log": "Used in special situations or with special adapters"
        },
        "time": "2015-04-30T11:07:42+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Cache": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Cache package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "cache",
            "framework",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-crypt",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-crypt.git",
            "reference": "15dea4f94fe90d0e0a9129770d57eefcd0672187"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-crypt/zipball/15dea4f94fe90d0e0a9129770d57eefcd0672187",
            "reference": "15dea4f94fe90d0e0a9129770d57eefcd0672187",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version"
        },
        "time": "2017-07-12T00:38:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Crypt": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Crypt package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "crypt",
            "framework",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-exception",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-exception.git",
            "reference": "ca30959d3e2f522f481a3d1459386acf1aa4ca74"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-exception/zipball/ca30959d3e2f522f481a3d1459386acf1aa4ca74",
            "reference": "ca30959d3e2f522f481a3d1459386acf1aa4ca74",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11"
        },
        "time": "2015-04-30T11:10:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Exception": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Exception package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "exception",
            "framework",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-gdata",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-gdata.git",
            "reference": "f9d9878c82743fa7e2d5b07247ea684af5acd047"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-gdata/zipball/f9d9878c82743fa7e2d5b07247ea684af5acd047",
            "reference": "f9d9878c82743fa7e2d5b07247ea684af5acd047",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version",
            "zf1/zend-http": "self.version",
            "zf1/zend-mime": "self.version",
            "zf1/zend-version": "self.version",
            "zf1/zend-xml": "self.version"
        },
        "suggest": {
            "zf1/zend-loader": "Used in special situations or with special adapters"
        },
        "time": "2017-07-12T00:37:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Gdata": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Gdata package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "gdata",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-http",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-http.git",
            "reference": "de1e836ea1bc7d5acccc82b1cf4dd236271a21cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-http/zipball/de1e836ea1bc7d5acccc82b1cf4dd236271a21cb",
            "reference": "de1e836ea1bc7d5acccc82b1cf4dd236271a21cb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version",
            "zf1/zend-loader": "self.version",
            "zf1/zend-uri": "self.version"
        },
        "time": "2017-07-12T00:28:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Http": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Http package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "http",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-loader",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-loader.git",
            "reference": "894dcfb8084488575d46e496e399f64aacd5761c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-loader/zipball/894dcfb8084488575d46e496e399f64aacd5761c",
            "reference": "894dcfb8084488575d46e496e399f64aacd5761c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version"
        },
        "time": "2017-07-11T23:30:42+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Loader": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Loader package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "loader",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-locale",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-locale.git",
            "reference": "336df96aebb0270fb682e6ee8bf0cc0781cc3edb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-locale/zipball/336df96aebb0270fb682e6ee8bf0cc0781cc3edb",
            "reference": "336df96aebb0270fb682e6ee8bf0cc0781cc3edb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-cache": "self.version",
            "zf1/zend-exception": "self.version",
            "zf1/zend-xml": "self.version"
        },
        "suggest": {
            "zf1/zend-registry": "Used in special situations or with special adapters"
        },
        "time": "2017-07-11T23:32:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Locale": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Locale package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "locale",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-mime",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-mime.git",
            "reference": "1ad54a9851dadfb0b1dc67268baf0db4fb0112b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-mime/zipball/1ad54a9851dadfb0b1dc67268baf0db4fb0112b0",
            "reference": "1ad54a9851dadfb0b1dc67268baf0db4fb0112b0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version"
        },
        "time": "2015-04-30T11:08:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Mime": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Mime package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "mime",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-oauth",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-oauth.git",
            "reference": "4378ade6a8e2606d55b7e3183e58e65452c0c65c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-oauth/zipball/4378ade6a8e2606d55b7e3183e58e65452c0c65c",
            "reference": "4378ade6a8e2606d55b7e3183e58e65452c0c65c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-crypt": "self.version",
            "zf1/zend-exception": "self.version",
            "zf1/zend-http": "self.version",
            "zf1/zend-uri": "self.version"
        },
        "suggest": {
            "zf1/zend-config": "Used in special situations or with special adapters"
        },
        "time": "2015-04-30T11:10:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Oauth": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Oauth package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "oauth",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-registry",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-registry.git",
            "reference": "1737419285b800728c27063318509fb2d00057ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-registry/zipball/1737419285b800728c27063318509fb2d00057ba",
            "reference": "1737419285b800728c27063318509fb2d00057ba",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version"
        },
        "suggest": {
            "zf1/zend-loader": "Used in special situations or with special adapters"
        },
        "time": "2017-07-11T23:55:24+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Registry": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Registry package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "registry",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-search",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-search.git",
            "reference": "c966e380667e02f83bf0806132e9cf392831930b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-search/zipball/c966e380667e02f83bf0806132e9cf392831930b",
            "reference": "c966e380667e02f83bf0806132e9cf392831930b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version"
        },
        "time": "2015-04-30T11:08:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Search": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Search package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "search",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-search-lucene",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-search-lucene.git",
            "reference": "8a07584308d86c86fdd9f743d574cc2cbfffc7ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-search-lucene/zipball/8a07584308d86c86fdd9f743d574cc2cbfffc7ac",
            "reference": "8a07584308d86c86fdd9f743d574cc2cbfffc7ac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version",
            "zf1/zend-search": "self.version",
            "zf1/zend-xml": "self.version"
        },
        "time": "2017-07-12T00:31:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Search_Lucene": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Search Lucene package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "lucene",
            "search",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-uri",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-uri.git",
            "reference": "73964522a8a5041798cc8edad1e81fa0879737f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-uri/zipball/73964522a8a5041798cc8edad1e81fa0879737f2",
            "reference": "73964522a8a5041798cc8edad1e81fa0879737f2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version",
            "zf1/zend-loader": "self.version",
            "zf1/zend-locale": "self.version",
            "zf1/zend-validate": "self.version"
        },
        "suggest": {
            "zf1/zend-date": "Used in special situations or with special adapters",
            "zf1/zend-filter": "Used in special situations or with special adapters",
            "zf1/zend-registry": "Used in special situations or with special adapters"
        },
        "time": "2015-04-30T11:09:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Uri": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Uri package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "uri",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-validate",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-validate.git",
            "reference": "5ceb707212abaaf92ccdd91270c6d37e07bf551b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-validate/zipball/5ceb707212abaaf92ccdd91270c6d37e07bf551b",
            "reference": "5ceb707212abaaf92ccdd91270c6d37e07bf551b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version",
            "zf1/zend-loader": "self.version",
            "zf1/zend-locale": "self.version"
        },
        "suggest": {
            "zf1/zend-date": "Used in special situations or with special adapters",
            "zf1/zend-filter": "Used in special situations or with special adapters",
            "zf1/zend-registry": "Used in special situations or with special adapters"
        },
        "time": "2017-07-12T00:41:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Validate": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Validate package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "validate",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-version",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-version.git",
            "reference": "8e69ac4b262482e3980012d7be4a35a89f76da63"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-version/zipball/8e69ac4b262482e3980012d7be4a35a89f76da63",
            "reference": "8e69ac4b262482e3980012d7be4a35a89f76da63",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11"
        },
        "time": "2017-07-12T00:54:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Version": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Version package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "version",
            "zend"
        ]
    },
    {
        "name": "zf1/zend-xml",
        "version": "1.12.20",
        "version_normalized": "1.12.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zf1/zend-xml.git",
            "reference": "d4f99144a0cf0c5e383f3fb765cdd7dfde7caab4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zf1/zend-xml/zipball/d4f99144a0cf0c5e383f3fb765cdd7dfde7caab4",
            "reference": "d4f99144a0cf0c5e383f3fb765cdd7dfde7caab4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.11",
            "zf1/zend-exception": "self.version"
        },
        "time": "2017-07-11T23:59:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Zend_Xml": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework 1 Xml package",
        "homepage": "http://framework.zend.com/",
        "keywords": [
            "ZF1",
            "framework",
            "xml",
            "zend"
        ]
    }
]
