[
    {
        "name": "bacon/bacon-qr-code",
        "version": "2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Bacon/BaconQrCode.git",
            "reference": "f73543ac4e1def05f1a70bcd1525c8a157a1ad09"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f73543ac4e1def05f1a70bcd1525c8a157a1ad09",
            "reference": "f73543ac4e1def05f1a70bcd1525c8a157a1ad09",
            "shasum": ""
        },
        "require": {
            "dasprid/enum": "^1.0.3",
            "ext-iconv": "*",
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "phly/keep-a-changelog": "^1.4",
            "phpunit/phpunit": "^7 | ^8 | ^9",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "suggest": {
            "ext-imagick": "to generate QR code images"
        },
        "time": "2021-06-18T13:26:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BaconQrCode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Ben Scholzen 'DASPRiD'",
                "email": "mail@dasprids.de",
                "homepage": "https://dasprids.de/",
                "role": "Developer"
            }
        ],
        "description": "BaconQrCode is a QR code generator for PHP.",
        "homepage": "https://github.com/Bacon/BaconQrCode",
        "support": {
            "issues": "https://github.com/Bacon/BaconQrCode/issues",
            "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.4"
        }
    },
    {
        "name": "dasprid/enum",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DASPRiD/Enum.git",
            "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
            "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^7 | ^8 | ^9",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2020-10-02T16:03:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DASPRiD\\Enum\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Ben Scholzen 'DASPRiD'",
                "email": "mail@dasprids.de",
                "homepage": "https://dasprids.de/",
                "role": "Developer"
            }
        ],
        "description": "PHP 7.1 enum implementation",
        "keywords": [
            "enum",
            "map"
        ],
        "support": {
            "issues": "https://github.com/DASPRiD/Enum/issues",
            "source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
        }
    },
    {
        "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/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"
        ],
        "support": {
            "issues": "https://github.com/doctrine/instantiator/issues",
            "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/doctrine/lexer/issues",
            "source": "https://github.com/doctrine/lexer/tree/1.2.1"
        }
    },
    {
        "name": "greenter/core",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thegreenter/core.git",
            "reference": "554ff5bd58efeb2862d129a31a4223e690506f53"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thegreenter/core/zipball/554ff5bd58efeb2862d129a31a4223e690506f53",
            "reference": "554ff5bd58efeb2862d129a31a4223e690506f53",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "time": "2021-03-20T19:45:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Greenter\\": "src/Core/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Giancarlos Salas",
                "email": "giansalex@gmail.com"
            }
        ],
        "description": "Greenter Core",
        "homepage": "https://greenter.dev/",
        "keywords": [
            "facturacion-electronica",
            "greenter",
            "sunat"
        ],
        "support": {
            "forum": "https://community.greenter.dev/",
            "source": "https://github.com/thegreenter/core/tree/v4.3.2"
        }
    },
    {
        "name": "greenter/htmltopdf",
        "version": "v4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thegreenter/htmltopdf.git",
            "reference": "14f55b0802772f50b983cfdb5bf9ac683333e602"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thegreenter/htmltopdf/zipball/14f55b0802772f50b983cfdb5bf9ac683333e602",
            "reference": "14f55b0802772f50b983cfdb5bf9ac683333e602",
            "shasum": ""
        },
        "require": {
            "greenter/core": "^4.3.1",
            "mikehaertl/phpwkhtmltopdf": "^2.4",
            "php": ">=7.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^8"
        },
        "suggest": {
            "greenter/report": "Html Reporter"
        },
        "time": "2021-03-20T20:45:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Greenter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Giancarlos Salas",
                "email": "giansalex@gmail.com"
            }
        ],
        "description": "Greenter Html Report to Pdf using wkhtmltopdf",
        "homepage": "https://greenter.dev/",
        "keywords": [
            "facturacion-electronica",
            "greenter",
            "sunat"
        ],
        "support": {
            "forum": "https://community.greenter.dev/",
            "source": "https://github.com/thegreenter/htmltopdf/tree/v4.3.1"
        }
    },
    {
        "name": "greenter/lite",
        "version": "v4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thegreenter/lite.git",
            "reference": "b5808e07e15fd91070404ab3a7dc82eef99eab94"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thegreenter/lite/zipball/b5808e07e15fd91070404ab3a7dc82eef99eab94",
            "reference": "b5808e07e15fd91070404ab3a7dc82eef99eab94",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "greenter/core": "^4.3.1",
            "greenter/ws": "^4.3.1",
            "greenter/xml": "^4.3.1",
            "greenter/xmldsig": "^5.0",
            "php": ">=7.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^8"
        },
        "time": "2021-03-20T20:46:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Greenter\\": "src/Greenter/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Giancarlos Salas",
                "email": "giansalex@gmail.com"
            }
        ],
        "description": "Greenter lite version",
        "homepage": "https://greenter.dev/",
        "keywords": [
            "facturacion-electronica",
            "greenter",
            "sunat",
            "xml"
        ],
        "support": {
            "forum": "https://community.greenter.dev/",
            "issues": "https://github.com/thegreenter/lite/issues",
            "source": "https://github.com/thegreenter/lite/tree/v4.3.1"
        }
    },
    {
        "name": "greenter/report",
        "version": "v4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thegreenter/report.git",
            "reference": "f29a6c15e2ef6ba15f0b3990b9b284d0f727cf85"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thegreenter/report/zipball/f29a6c15e2ef6ba15f0b3990b9b284d0f727cf85",
            "reference": "f29a6c15e2ef6ba15f0b3990b9b284d0f727cf85",
            "shasum": ""
        },
        "require": {
            "bacon/bacon-qr-code": "^2.0",
            "greenter/core": "^4.3.1",
            "php": ">=7.2",
            "twig/twig": "~3.0"
        },
        "require-dev": {
            "greenter/data": "^4.3.1",
            "phpunit/phpunit": "^8"
        },
        "time": "2021-03-20T20:46:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Greenter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Giancarlos Salas",
                "email": "giansalex@gmail.com"
            }
        ],
        "description": "Representacion Impresa para Facturacion Electrónica SUNAT - Perú",
        "homepage": "https://greenter.dev/",
        "keywords": [
            "facturacion-electronica",
            "greenter",
            "pdf",
            "sunat"
        ],
        "support": {
            "forum": "https://community.greenter.dev/",
            "source": "https://github.com/thegreenter/report/tree/v4.3.1"
        }
    },
    {
        "name": "greenter/ws",
        "version": "v4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thegreenter/ws.git",
            "reference": "37cc4208c173ed0c750c52cad31258cdd4b77ceb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thegreenter/ws/zipball/37cc4208c173ed0c750c52cad31258cdd4b77ceb",
            "reference": "37cc4208c173ed0c750c52cad31258cdd4b77ceb",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-soap": "*",
            "ext-zlib": "*",
            "greenter/core": "^4.3.1",
            "nelexa/zip": "^3.3 || ^4.0",
            "php": ">=7.2"
        },
        "require-dev": {
            "mockery/mockery": "^1.2",
            "phpunit/phpunit": "^8"
        },
        "time": "2021-03-20T20:46:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Greenter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Giancarlos Salas",
                "email": "giansalex@gmail.com"
            }
        ],
        "description": "WebServices Sunat Facturación Electrónica - Perú",
        "homepage": "https://greenter.dev/",
        "keywords": [
            "facturacion-electronica",
            "greenter",
            "soap",
            "sunat"
        ],
        "support": {
            "forum": "https://community.greenter.dev/",
            "source": "https://github.com/thegreenter/ws/tree/v4.3.1"
        }
    },
    {
        "name": "greenter/xml",
        "version": "v4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thegreenter/xml.git",
            "reference": "b378910fd8668aa577237761210eeb9e69e00d26"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thegreenter/xml/zipball/b378910fd8668aa577237761210eeb9e69e00d26",
            "reference": "b378910fd8668aa577237761210eeb9e69e00d26",
            "shasum": ""
        },
        "require": {
            "greenter/core": "^4.3.1",
            "php": ">=7.2",
            "twig/twig": "~3.0"
        },
        "require-dev": {
            "greenter/data": "^4.3.1",
            "greenter/ubl-validator": "^2.0",
            "phpunit/phpunit": "^8"
        },
        "time": "2021-03-20T20:46:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Greenter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Giancarlos Salas",
                "email": "giansalex@gmail.com"
            }
        ],
        "description": "XML generación de documentos electrónicos, Facturacion Electrónica SUNAT - Perú",
        "homepage": "https://greenter.dev/",
        "keywords": [
            "facturacion-electronica",
            "greenter",
            "sunat",
            "xml"
        ],
        "support": {
            "forum": "https://community.greenter.dev/",
            "source": "https://github.com/thegreenter/xml/tree/v4.3.1"
        }
    },
    {
        "name": "greenter/xmldsig",
        "version": "v5.0.3",
        "version_normalized": "5.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thegreenter/xmldsig.git",
            "reference": "98df1580228cff6c5f02a451ac162d00d384848e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thegreenter/xmldsig/zipball/98df1580228cff6c5f02a451ac162d00d384848e",
            "reference": "98df1580228cff6c5f02a451ac162d00d384848e",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-openssl": "*",
            "php": ">=5.5.9"
        },
        "time": "2020-07-31T04:45:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Greenter\\XMLSecLibs\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "description": "Libreria para firmar XML según normativa de SUNAT en Facturación Electrónica",
        "homepage": "https://github.com/thegreenter/xmldsig",
        "keywords": [
            "security",
            "signature",
            "sunat",
            "xml",
            "xmldsig"
        ],
        "support": {
            "issues": "https://github.com/thegreenter/xmldsig/issues",
            "source": "https://github.com/thegreenter/xmldsig/tree/master"
        }
    },
    {
        "name": "jms/metadata",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "a995e6cef6d6f56a6226e1616a519630e2ef0aeb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/a995e6cef6d6f56a6226e1616a519630e2ef0aeb",
            "reference": "a995e6cef6d6f56a6226e1616a519630e2ef0aeb",
            "shasum": ""
        },
        "require": {
            "php": "^7.2|^8.0"
        },
        "require-dev": {
            "doctrine/cache": "^1.0",
            "doctrine/coding-standard": "^8.0",
            "mikey179/vfsstream": "^1.6.7",
            "phpunit/phpunit": "^8.5|^9.0",
            "psr/container": "^1.0",
            "symfony/cache": "^3.1|^4.0|^5.0",
            "symfony/dependency-injection": "^3.1|^4.0|^5.0"
        },
        "time": "2021-08-04T19:32:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Metadata\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Asmir Mustafic",
                "email": "goetas@gmail.com"
            }
        ],
        "description": "Class/method/property metadata management in PHP",
        "keywords": [
            "annotations",
            "metadata",
            "xml",
            "yaml"
        ],
        "support": {
            "issues": "https://github.com/schmittjoh/metadata/issues",
            "source": "https://github.com/schmittjoh/metadata/tree/2.5.1"
        }
    },
    {
        "name": "jms/serializer",
        "version": "3.14.0",
        "version_normalized": "3.14.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/serializer.git",
            "reference": "bf371f55d8137fec4ff096bd45ff19e2db02ac4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bf371f55d8137fec4ff096bd45ff19e2db02ac4c",
            "reference": "bf371f55d8137fec4ff096bd45ff19e2db02ac4c",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.10.4",
            "doctrine/instantiator": "^1.0.3",
            "doctrine/lexer": "^1.1",
            "jms/metadata": "^2.0",
            "php": "^7.2||^8.0",
            "phpstan/phpdoc-parser": "^0.4 || ^0.5"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.1",
            "doctrine/orm": "~2.1",
            "doctrine/persistence": "^1.3.3|^2.0|^3.0",
            "doctrine/phpcr-odm": "^1.3|^2.0",
            "ext-pdo_sqlite": "*",
            "jackalope/jackalope-doctrine-dbal": "^1.1.5",
            "ocramius/proxy-manager": "^1.0|^2.0",
            "phpstan/phpstan": "^0.12.65",
            "phpunit/phpunit": "^8.0||^9.0",
            "psr/container": "^1.0",
            "symfony/dependency-injection": "^3.0|^4.0|^5.0",
            "symfony/expression-language": "^3.0|^4.0|^5.0",
            "symfony/filesystem": "^3.0|^4.0|^5.0",
            "symfony/form": "^3.0|^4.0|^5.0",
            "symfony/translation": "^3.0|^4.0|^5.0",
            "symfony/validator": "^3.1.9|^4.0|^5.0",
            "symfony/yaml": "^3.3|^4.0|^5.0",
            "twig/twig": "~1.34|~2.4|^3.0"
        },
        "suggest": {
            "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
            "symfony/cache": "Required if you like to use cache functionality.",
            "symfony/yaml": "Required if you'd like to use the YAML metadata format."
        },
        "time": "2021-08-06T12:10:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.14-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JMS\\Serializer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Asmir Mustafic",
                "email": "goetas@gmail.com"
            }
        ],
        "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
        "homepage": "http://jmsyst.com/libs/serializer",
        "keywords": [
            "deserialization",
            "jaxb",
            "json",
            "serialization",
            "xml"
        ],
        "support": {
            "issues": "https://github.com/schmittjoh/serializer/issues",
            "source": "https://github.com/schmittjoh/serializer/tree/3.14.0"
        }
    },
    {
        "name": "jms/serializer-bundle",
        "version": "3.10.0",
        "version_normalized": "3.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
            "reference": "1a030ecaf913b7a895eeaab04191cd7ff1810b46"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/1a030ecaf913b7a895eeaab04191cd7ff1810b46",
            "reference": "1a030ecaf913b7a895eeaab04191cd7ff1810b46",
            "shasum": ""
        },
        "require": {
            "jms/metadata": "^2.5",
            "jms/serializer": "^3.0",
            "php": "^7.2 || ^8.0",
            "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0",
            "symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.1",
            "doctrine/orm": "^2.4",
            "phpunit/phpunit": "^8.0 || ^9.0",
            "symfony/expression-language": "^3.0 || ^4.0 || ^5.0",
            "symfony/finder": "^3.0 || ^4.0 || ^5.0",
            "symfony/form": "^3.0 || ^4.0 || ^5.0",
            "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0",
            "symfony/twig-bundle": "*",
            "symfony/validator": "^3.0 || ^4.0 || ^5.0",
            "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
        },
        "suggest": {
            "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ^1.3",
            "symfony/expression-language": "Required for opcache preloading, ^3.0 || ^4.0 || ^5.0",
            "symfony/finder": "Required for cache warmup, supported versions ^3.0|^4.0"
        },
        "time": "2021-08-06T12:12:38+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JMS\\SerializerBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Asmir Mustafic",
                "email": "goetas@gmail.com"
            }
        ],
        "description": "Allows you to easily serialize, and deserialize data of any complexity",
        "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
        "keywords": [
            "deserialization",
            "json",
            "serialization",
            "xml"
        ],
        "support": {
            "issues": "https://github.com/schmittjoh/JMSSerializerBundle/issues",
            "source": "https://github.com/schmittjoh/JMSSerializerBundle/tree/3.10.0"
        }
    },
    {
        "name": "mikehaertl/php-shellcommand",
        "version": "1.6.4",
        "version_normalized": "1.6.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mikehaertl/php-shellcommand.git",
            "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
            "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5",
            "shasum": ""
        },
        "require": {
            "php": ">= 5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": ">4.0 <=9.4"
        },
        "time": "2021-03-17T06:54:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "mikehaertl\\shellcommand\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Härtl",
                "email": "haertl.mike@gmail.com"
            }
        ],
        "description": "An object oriented interface to shell commands",
        "keywords": [
            "shell"
        ],
        "support": {
            "issues": "https://github.com/mikehaertl/php-shellcommand/issues",
            "source": "https://github.com/mikehaertl/php-shellcommand/tree/1.6.4"
        }
    },
    {
        "name": "mikehaertl/php-tmpfile",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mikehaertl/php-tmpfile.git",
            "reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/70a5b70b17bc0d9666388e6a551ecc93d0b40a10",
            "reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10",
            "shasum": ""
        },
        "require-dev": {
            "php": ">=5.3.0",
            "phpunit/phpunit": ">4.0 <=9.4"
        },
        "time": "2021-03-01T18:26:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "mikehaertl\\tmp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Härtl",
                "email": "haertl.mike@gmail.com"
            }
        ],
        "description": "A convenience class for temporary files",
        "keywords": [
            "files"
        ],
        "support": {
            "issues": "https://github.com/mikehaertl/php-tmpfile/issues",
            "source": "https://github.com/mikehaertl/php-tmpfile/tree/1.2.1"
        }
    },
    {
        "name": "mikehaertl/phpwkhtmltopdf",
        "version": "2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mikehaertl/phpwkhtmltopdf.git",
            "reference": "17ee71341591415d942774eda2c98d8ba7ea9e90"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mikehaertl/phpwkhtmltopdf/zipball/17ee71341591415d942774eda2c98d8ba7ea9e90",
            "reference": "17ee71341591415d942774eda2c98d8ba7ea9e90",
            "shasum": ""
        },
        "require": {
            "mikehaertl/php-shellcommand": "^1.5.0",
            "mikehaertl/php-tmpfile": "^1.2.1",
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": ">4.0 <9.4"
        },
        "time": "2021-03-01T19:41:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "mikehaertl\\wkhtmlto\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Haertl",
                "email": "haertl.mike@gmail.com"
            }
        ],
        "description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface",
        "homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/",
        "keywords": [
            "pdf",
            "wkhtmltoimage",
            "wkhtmltopdf"
        ],
        "support": {
            "issues": "https://github.com/mikehaertl/phpwkhtmltopdf/issues",
            "source": "https://github.com/mikehaertl/phpwkhtmltopdf/tree/2.5.0"
        }
    },
    {
        "name": "monolog/monolog",
        "version": "2.3.2",
        "version_normalized": "2.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "71312564759a7db5b789296369c1a264efc43aad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/71312564759a7db5b789296369c1a264efc43aad",
            "reference": "71312564759a7db5b789296369c1a264efc43aad",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2",
            "psr/log": "^1.0.1"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "elasticsearch/elasticsearch": "^7",
            "graylog2/gelf-php": "^1.4.2",
            "mongodb/mongodb": "^1.8",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpspec/prophecy": "^1.6.1",
            "phpstan/phpstan": "^0.12.91",
            "phpunit/phpunit": "^8.5",
            "predis/predis": "^1.1",
            "rollbar/rollbar": "^1.3",
            "ruflin/elastica": ">=0.90 <7.0.1",
            "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",
            "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mbstring": "Allow to work properly with unicode symbols",
            "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "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"
        },
        "time": "2021-07-23T07:42:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "https://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "https://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ],
        "support": {
            "issues": "https://github.com/Seldaek/monolog/issues",
            "source": "https://github.com/Seldaek/monolog/tree/2.3.2"
        }
    },
    {
        "name": "nelexa/zip",
        "version": "3.3.3",
        "version_normalized": "3.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Ne-Lexa/php-zip.git",
            "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/501b52f6fc393a599b44ff348a42740e1eaac7c6",
            "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6",
            "shasum": ""
        },
        "require": {
            "ext-zlib": "*",
            "paragonie/random_compat": "*",
            "php": "^5.5.9 || ^7.0",
            "psr/http-message": "^1.0",
            "symfony/finder": "^3.0|^4.0|^5.0"
        },
        "require-dev": {
            "ext-bz2": "*",
            "ext-fileinfo": "*",
            "ext-openssl": "*",
            "ext-xml": "*",
            "guzzlehttp/psr7": "^1.6",
            "phpunit/phpunit": "^4.8|^5.7",
            "symfony/var-dumper": "^3.0|^4.0|^5.0"
        },
        "suggest": {
            "ext-bz2": "Needed to support BZIP2 compression",
            "ext-fileinfo": "Needed to get mime-type file",
            "ext-mcrypt": "Needed to support encrypt zip entries or use ext-openssl",
            "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt"
        },
        "time": "2020-07-11T21:01:42+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpZip\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ne-Lexa",
                "email": "alexey@nelexa.ru",
                "role": "Developer"
            }
        ],
        "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, ZipAlign tool, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.",
        "homepage": "https://github.com/Ne-Lexa/php-zip",
        "keywords": [
            "archive",
            "extract",
            "unzip",
            "winzip",
            "zip",
            "zipalign",
            "ziparchive"
        ],
        "support": {
            "issues": "https://github.com/Ne-Lexa/php-zip/issues",
            "source": "https://github.com/Ne-Lexa/php-zip/tree/3.3.3"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
            "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.1.1"
        }
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.100",
        "version_normalized": "9.99.100.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
            "shasum": ""
        },
        "require": {
            "php": ">= 7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2020-10-15T08:29:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ],
        "support": {
            "email": "info@paragonie.com",
            "issues": "https://github.com/paragonie/random_compat/issues",
            "source": "https://github.com/paragonie/random_compat"
        }
    },
    {
        "name": "phpstan/phpdoc-parser",
        "version": "0.5.6",
        "version_normalized": "0.5.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpstan/phpdoc-parser.git",
            "reference": "fac86158ffc7392e49636f77e63684c026df43b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fac86158ffc7392e49636f77e63684c026df43b8",
            "reference": "fac86158ffc7392e49636f77e63684c026df43b8",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "php-parallel-lint/php-parallel-lint": "^1.2",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12.87",
            "phpstan/phpstan-strict-rules": "^0.12.5",
            "phpunit/phpunit": "^9.5",
            "symfony/process": "^5.2"
        },
        "time": "2021-08-31T08:08:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPStan\\PhpDocParser\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "PHPDoc parser with support for nullable, intersection and generic types",
        "support": {
            "issues": "https://github.com/phpstan/phpdoc-parser/issues",
            "source": "https://github.com/phpstan/phpdoc-parser/tree/0.5.6"
        }
    },
    {
        "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"
        ],
        "support": {
            "source": "https://github.com/php-fig/cache/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/php-fig/container/issues",
            "source": "https://github.com/php-fig/container/tree/1.1.1"
        }
    },
    {
        "name": "psr/event-dispatcher",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/event-dispatcher.git",
            "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
            "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.0"
        },
        "time": "2019-01-08T18:20:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\EventDispatcher\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Standard interfaces for event handling.",
        "keywords": [
            "events",
            "psr",
            "psr-14"
        ],
        "support": {
            "issues": "https://github.com/php-fig/event-dispatcher/issues",
            "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
        }
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ],
        "support": {
            "source": "https://github.com/php-fig/http-message/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "source": "https://github.com/php-fig/log/tree/1.1.4"
        }
    },
    {
        "name": "symfony/browser-kit",
        "version": "v5.3.4",
        "version_normalized": "5.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/browser-kit.git",
            "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c1e3f64fcc631c96e2c5843b666db66679ced11c",
            "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/dom-crawler": "^4.4|^5.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "require-dev": {
            "symfony/css-selector": "^4.4|^5.0",
            "symfony/http-client": "^4.4|^5.0",
            "symfony/mime": "^4.4|^5.0",
            "symfony/process": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/process": ""
        },
        "time": "2021-07-21T12:40:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\BrowserKit\\": ""
            },
            "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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/browser-kit/tree/v5.3.4"
        }
    },
    {
        "name": "symfony/cache",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "864867b13bd67347497ce956f4b253f8fe18b80c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/864867b13bd67347497ce956f4b253f8fe18b80c",
            "reference": "864867b13bd67347497ce956f4b253f8fe18b80c",
            "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/deprecation-contracts": "^2.1",
            "symfony/polyfill-php73": "^1.9",
            "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-08-29T15:08:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Cache\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
        "homepage": "https://symfony.com",
        "keywords": [
            "caching",
            "psr6"
        ],
        "support": {
            "source": "https://github.com/symfony/cache/tree/v5.3.7"
        }
    },
    {
        "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"
        ],
        "support": {
            "source": "https://github.com/symfony/cache-contracts/tree/v2.4.0"
        }
    },
    {
        "name": "symfony/config",
        "version": "v5.3.4",
        "version_normalized": "5.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "4268f3059c904c61636275182707f81645517a37"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/4268f3059c904c61636275182707f81645517a37",
            "reference": "4268f3059c904c61636275182707f81645517a37",
            "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:40:44+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",
        "support": {
            "source": "https://github.com/symfony/config/tree/v5.3.4"
        }
    },
    {
        "name": "symfony/console",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/8b1008344647462ae6ec57559da166c2bfa5e16a",
            "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php73": "^1.8",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/string": "^5.1"
        },
        "conflict": {
            "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-08-25T20:02:16+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Eases the creation of beautiful and testable command line interfaces",
        "homepage": "https://symfony.com",
        "keywords": [
            "cli",
            "command line",
            "console",
            "terminal"
        ],
        "support": {
            "source": "https://github.com/symfony/console/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/dependency-injection",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
            "reference": "a665946279f566d94ed5eb98999cfa65c6fa5a78"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a665946279f566d94ed5eb98999cfa65c6fa5a78",
            "reference": "a665946279f566d94ed5eb98999cfa65c6fa5a78",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/container": "^1.1.1",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1.6|^2"
        },
        "conflict": {
            "ext-psr": "<1.1|>=2",
            "symfony/config": "<5.3",
            "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.3",
            "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-08-02T16:16:27+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",
        "support": {
            "source": "https://github.com/symfony/dependency-injection/tree/v5.3.7"
        }
    },
    {
        "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",
        "support": {
            "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
        }
    },
    {
        "name": "symfony/dom-crawler",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dom-crawler.git",
            "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
            "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "masterminds/html5": "<2.6"
        },
        "require-dev": {
            "masterminds/html5": "^2.6",
            "symfony/css-selector": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/css-selector": ""
        },
        "time": "2021-08-29T19:32:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DomCrawler\\": ""
            },
            "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 DOM navigation for HTML and XML documents",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/dom-crawler/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/dotenv",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dotenv.git",
            "reference": "99a18c2e23f4d901c36cea2012f9f1a8e25e99e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dotenv/zipball/99a18c2e23f4d901c36cea2012f9f1a8e25e99e4",
            "reference": "99a18c2e23f4d901c36cea2012f9f1a8e25e99e4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1"
        },
        "require-dev": {
            "symfony/process": "^4.4|^5.0"
        },
        "time": "2021-07-02T16:35:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Dotenv\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Registers environment variables from a .env file",
        "homepage": "https://symfony.com",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ],
        "support": {
            "source": "https://github.com/symfony/dotenv/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/error-handler",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/error-handler.git",
            "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/error-handler/zipball/3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
            "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
            "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-08-28T15:07:08+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",
        "support": {
            "source": "https://github.com/symfony/error-handler/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "ce7b20d69c66a20939d8952b617506a44d102130"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130",
            "reference": "ce7b20d69c66a20939d8952b617506a44d102130",
            "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-08-04T21:20:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7"
        }
    },
    {
        "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"
        ],
        "support": {
            "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
        }
    },
    {
        "name": "symfony/filesystem",
        "version": "v5.3.4",
        "version_normalized": "5.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
            "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-07-21T12:40:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides basic utilities for the filesystem",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/filesystem/tree/v5.3.4"
        }
    },
    {
        "name": "symfony/finder",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
            "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-08-04T21:20:46+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",
        "support": {
            "source": "https://github.com/symfony/finder/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/flex",
        "version": "v1.15.4",
        "version_normalized": "1.15.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/flex.git",
            "reference": "9a22ef2a75609a4d3717db784d923a7a6b347bc5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/flex/zipball/9a22ef2a75609a4d3717db784d923a7a6b347bc5",
            "reference": "9a22ef2a75609a4d3717db784d923a7a6b347bc5",
            "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|^5.0",
            "symfony/process": "^3.4|^4.4|^5.0"
        },
        "time": "2021-09-13T14:49:33+00:00",
        "type": "composer-plugin",
        "extra": {
            "branch-alias": {
                "dev-main": "1.13-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.15.4"
        }
    },
    {
        "name": "symfony/framework-bundle",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/framework-bundle.git",
            "reference": "5d4fcef02a42ea86280afcbacedf8de7a039032c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5d4fcef02a42ea86280afcbacedf8de7a039032c",
            "reference": "5d4fcef02a42ea86280afcbacedf8de7a039032c",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": ">=7.2.5",
            "symfony/cache": "^5.2",
            "symfony/config": "^5.3",
            "symfony/dependency-injection": "^5.3",
            "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.3",
            "symfony/http-kernel": "^5.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/routing": "^5.3"
        },
        "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.3",
            "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.3",
            "symfony/property-info": "<4.4",
            "symfony/security-core": "<5.3",
            "symfony/security-csrf": "<5.3",
            "symfony/serializer": "<5.2",
            "symfony/stopwatch": "<4.4",
            "symfony/translation": "<5.3",
            "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.3",
            "symfony/browser-kit": "^4.4|^5.0",
            "symfony/console": "^5.2",
            "symfony/css-selector": "^4.4|^5.0",
            "symfony/dom-crawler": "^4.4.30|^5.3.7",
            "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/notifier": "^5.3",
            "symfony/phpunit-bridge": "^5.3",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/process": "^4.4|^5.0",
            "symfony/property-info": "^4.4|^5.0",
            "symfony/rate-limiter": "^5.2",
            "symfony/security-bundle": "^5.3",
            "symfony/serializer": "^5.2",
            "symfony/stopwatch": "^4.4|^5.0",
            "symfony/string": "^5.0",
            "symfony/translation": "^5.3",
            "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-08-26T08:37:07+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",
        "support": {
            "source": "https://github.com/symfony/framework-bundle/tree/v5.3.7"
        }
    },
    {
        "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"
        ],
        "support": {
            "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
        }
    },
    {
        "name": "symfony/http-foundation",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e36c8e5502b4f3f0190c675f1c1f1248a64f04e5",
            "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5",
            "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-08-27T11:20:35+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",
        "support": {
            "source": "https://github.com/symfony/http-foundation/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/http-kernel",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "a3a78e37935a527b50376c22ac1cec35b57fe787"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a3a78e37935a527b50376c22ac1cec35b57fe787",
            "reference": "a3a78e37935a527b50376c22ac1cec35b57fe787",
            "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": "^5.3.7",
            "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.3",
            "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.3",
            "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-08-30T12:37:19+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",
        "support": {
            "source": "https://github.com/symfony/http-kernel/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/monolog-bridge",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bridge.git",
            "reference": "4ace41087254f099b6743333155071438bfb12c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/4ace41087254f099b6743333155071438bfb12c3",
            "reference": "4ace41087254f099b6743333155071438bfb12c3",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "^1.25.1|^2",
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/http-kernel": "^5.3",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1|^2"
        },
        "conflict": {
            "symfony/console": "<4.4",
            "symfony/http-foundation": "<5.3"
        },
        "require-dev": {
            "symfony/console": "^4.4|^5.0",
            "symfony/http-client": "^4.4|^5.0",
            "symfony/mailer": "^4.4|^5.0",
            "symfony/messenger": "^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-08-13T15:54:02+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",
        "support": {
            "source": "https://github.com/symfony/monolog-bridge/tree/v5.3.7"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/symfony/monolog-bundle/issues",
            "source": "https://github.com/symfony/monolog-bundle/tree/v3.7.0"
        }
    },
    {
        "name": "symfony/phpunit-bridge",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/phpunit-bridge.git",
            "reference": "2a1ff6e5a4521be1350bfce75784938e590d6342"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2a1ff6e5a4521be1350bfce75784938e590d6342",
            "reference": "2a1ff6e5a4521be1350bfce75784938e590d6342",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.3",
            "symfony/deprecation-contracts": "^2.1"
        },
        "conflict": {
            "phpunit/phpunit": "<7.5|9.1.2"
        },
        "require-dev": {
            "symfony/error-handler": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
        },
        "time": "2021-08-26T13:36:50+00:00",
        "bin": [
            "bin/simple-phpunit"
        ],
        "type": "symfony-bridge",
        "extra": {
            "thanks": {
                "name": "phpunit/phpunit",
                "url": "https://github.com/sebastianbergmann/phpunit"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Bridge\\PhpUnit\\": ""
            },
            "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 utilities for PHPUnit, especially user deprecation notices management",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.7"
        }
    },
    {
        "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"
        }
    },
    {
        "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"
        }
    },
    {
        "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"
        }
    },
    {
        "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"
        }
    },
    {
        "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"
        }
    },
    {
        "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"
        }
    },
    {
        "name": "symfony/routing",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "be865017746fe869007d94220ad3f5297951811b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/be865017746fe869007d94220ad3f5297951811b",
            "reference": "be865017746fe869007d94220ad3f5297951811b",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "doctrine/annotations": "<1.12",
            "symfony/config": "<5.3",
            "symfony/dependency-injection": "<4.4",
            "symfony/yaml": "<4.4"
        },
        "require-dev": {
            "doctrine/annotations": "^1.12",
            "psr/log": "^1|^2|^3",
            "symfony/config": "^5.3",
            "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-08-04T21:42:42+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"
        ],
        "support": {
            "source": "https://github.com/symfony/routing/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/runtime",
        "version": "v5.3.4",
        "version_normalized": "5.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/runtime.git",
            "reference": "685a4a5491e25c7f2dd251d8fcca583b427ff290"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/runtime/zipball/685a4a5491e25c7f2dd251d8fcca583b427ff290",
            "reference": "685a4a5491e25c7f2dd251d8fcca583b427ff290",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0|^2.0",
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.15"
        },
        "conflict": {
            "symfony/dotenv": "<5.1"
        },
        "require-dev": {
            "composer/composer": "^1.0.2|^2.0",
            "symfony/console": "^4.4|^5",
            "symfony/dotenv": "^5.1",
            "symfony/http-foundation": "^4.4|^5",
            "symfony/http-kernel": "^4.4|^5"
        },
        "time": "2021-06-30T13:49:12+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Runtime\\": "",
                "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
            },
            "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": "Enables decoupling PHP applications from global state",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/runtime/tree/v5.3.4"
        }
    },
    {
        "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"
        ],
        "support": {
            "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
        }
    },
    {
        "name": "symfony/string",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/string.git",
            "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/string/zipball/8d224396e28d30f81969f083a58763b8b9ceb0a5",
            "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5",
            "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-08-26T08:00:08+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"
        ],
        "support": {
            "source": "https://github.com/symfony/string/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/var-dumper",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",
            "reference": "3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",
            "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-08-04T23:19:25+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"
        ],
        "support": {
            "source": "https://github.com/symfony/var-dumper/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/var-exporter",
        "version": "v5.3.7",
        "version_normalized": "5.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "2ded877ab0574d8b646f4eb3f716f8ed7ee7f392"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2ded877ab0574d8b646f4eb3f716f8ed7ee7f392",
            "reference": "2ded877ab0574d8b646f4eb3f716f8ed7ee7f392",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "require-dev": {
            "symfony/var-dumper": "^4.4.9|^5.0.9"
        },
        "time": "2021-08-04T22:42:42+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\VarExporter\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Allows exporting any serializable PHP data structure to plain PHP code",
        "homepage": "https://symfony.com",
        "keywords": [
            "clone",
            "construct",
            "export",
            "hydrate",
            "instantiate",
            "serialize"
        ],
        "support": {
            "source": "https://github.com/symfony/var-exporter/tree/v5.3.7"
        }
    },
    {
        "name": "symfony/yaml",
        "version": "v5.3.6",
        "version_normalized": "5.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
            "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
            "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:20:01+00:00",
        "bin": [
            "Resources/bin/yaml-lint"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Loads and dumps YAML files",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/yaml/tree/v5.3.6"
        }
    },
    {
        "name": "twig/twig",
        "version": "v3.3.2",
        "version_normalized": "3.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/21578f00e83d4a82ecfa3d50752b609f13de6790",
            "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790",
            "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"
        },
        "time": "2021-05-16T12:14:13+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.2"
        }
    }
]
