{
    "packages": [
        {
            "name": "beberlei/doctrineextensions",
            "version": "v1.2.7",
            "version_normalized": "1.2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beberlei/DoctrineExtensions.git",
                "reference": "5f16b305dda06eda0d2d293c9d2bbd299249a996"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/5f16b305dda06eda0d2d293c9d2bbd299249a996",
                "reference": "5f16b305dda06eda0d2d293c9d2bbd299249a996",
                "shasum": ""
            },
            "require": {
                "doctrine/orm": "^2.6",
                "php": "^7.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.14",
                "nesbot/carbon": "*",
                "phpunit/phpunit": "^7.0 || ^8.0",
                "symfony/yaml": "^4.2",
                "zf1/zend-date": "^1.12",
                "zf1/zend-registry": "^1.12"
            },
            "time": "2020-06-30T03:28:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DoctrineExtensions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Steve Lacey",
                    "email": "steve@stevelacey.net"
                }
            ],
            "description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL and Oracle.",
            "keywords": [
                "database",
                "doctrine",
                "orm"
            ],
            "support": {
                "source": "https://github.com/beberlei/DoctrineExtensions/tree/master"
            },
            "install-path": "../beberlei/doctrineextensions"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.2.8",
            "version_normalized": "1.2.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "8a7ecad675253e4654ea05505233285377405215"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
                "reference": "8a7ecad675253e4654ea05505233285377405215",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
                "psr/log": "^1.0",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
            },
            "time": "2020-08-23T12:54:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.2.8"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./ca-bundle"
        },
        {
            "name": "composer/installers",
            "version": "v1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
                "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0"
            },
            "replace": {
                "roundcube/plugin-installer": "*",
                "shama/baton": "*"
            },
            "require-dev": {
                "composer/composer": "1.6.* || 2.0.*@dev",
                "composer/semver": "1.0.* || 2.0.*@dev",
                "phpunit/phpunit": "^4.8.36",
                "sebastian/comparator": "^1.2.4",
                "symfony/process": "^2.3"
            },
            "time": "2020-04-07T06:57:05+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Craft",
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "aimeos",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "joomla",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "mediawiki",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "phpbb",
                "piwik",
                "ppi",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "symfony",
                "typo3",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v1.9.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./installers"
        },
        {
            "name": "composer/package-versions-deprecated",
            "version": "1.11.99",
            "version_normalized": "1.11.99.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/package-versions-deprecated.git",
                "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855",
                "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1.0 || ^2.0",
                "php": "^7 || ^8"
            },
            "replace": {
                "ocramius/package-versions": "1.11.99"
            },
            "require-dev": {
                "composer/composer": "^1.9.3 || ^2.0@dev",
                "ext-zip": "^1.13",
                "phpunit/phpunit": "^6.5 || ^7"
            },
            "time": "2020-08-25T05:50:16+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
            "support": {
                "issues": "https://github.com/composer/package-versions-deprecated/issues",
                "source": "https://github.com/composer/package-versions-deprecated/tree/master"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./package-versions-deprecated"
        },
        {
            "name": "csa/guzzle-bundle",
            "version": "dev-compat-php",
            "version_normalized": "dev-compat-php",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/CsaGuzzleBundle.git",
                "reference": "7282d89834960347c830efd43dcd788f09a9959a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/CsaGuzzleBundle/zipball/7282d89834960347c830efd43dcd788f09a9959a",
                "reference": "7282d89834960347c830efd43dcd788f09a9959a",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^5.3",
                "guzzlehttp/log-subscriber": "^1.0",
                "php": "^7.1",
                "symfony/dependency-injection": "^3.4",
                "symfony/expression-language": "^3.4",
                "symfony/framework-bundle": "^3.4",
                "symfony/http-kernel": "^3.4",
                "twig/twig": "^1.34|^2.4"
            },
            "require-dev": {
                "doctrine/cache": "^1.1",
                "guzzlehttp/guzzle-services": "^0.6",
                "phpunit/phpunit": "^7",
                "symfony/web-profiler-bundle": "^3.4",
                "symfony/yaml": "^3.4"
            },
            "suggest": {
                "doctrine/cache": "Allows caching of responses",
                "guzzlehttp/guzzle-services": "Allow web service description"
            },
            "time": "2020-11-26T16:15:58+00:00",
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Csa\\Bundle\\GuzzleBundle\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Charles Sarrazin",
                    "email": "charles@sarraz.in"
                }
            ],
            "description": "A bundle integrating GuzzleHttp >= 4.0",
            "support": {
                "source": "https://github.com/PrestaShop/CsaGuzzleBundle/tree/compat-php"
            },
            "install-path": "../csa/guzzle-bundle"
        },
        {
            "name": "cssjanus/cssjanus",
            "version": "dev-patch-1",
            "version_normalized": "dev-patch-1",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/php-cssjanus.git",
                "reference": "7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/php-cssjanus/zipball/7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5",
                "reference": "7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.8.*",
                "phpunit/phpunit": "4.8.*",
                "squizlabs/php_codesniffer": "2.3.*"
            },
            "time": "2018-01-08T09:57:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "scripts": {
                "test": [
                    "parallel-lint . --exclude vendor",
                    "phpunit",
                    "phpcs -p"
                ]
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Convert CSS stylesheets between left-to-right and right-to-left.",
            "support": {
                "source": "https://github.com/PrestaShop/php-cssjanus/tree/patch-1"
            },
            "install-path": "../cssjanus/cssjanus"
        },
        {
            "name": "curl/curl",
            "version": "1.9.3",
            "version_normalized": "1.9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-mod/curl.git",
                "reference": "43436a604b18c2a985cbc3f983be817fbe500e99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-mod/curl/zipball/43436a604b18c2a985cbc3f983be817fbe500e99",
                "reference": "43436a604b18c2a985cbc3f983be817fbe500e99",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "squizlabs/php_codesniffer": "~2.1"
            },
            "time": "2018-09-05T17:16:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Curl": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Hassan Amouhzi",
                    "email": "hassan@anezi.net",
                    "homepage": "http://hassan.amouhzi.com"
                },
                {
                    "name": "php-curl-class",
                    "homepage": "https://github.com/php-curl-class"
                },
                {
                    "name": "user52",
                    "homepage": "https://github.com/user52"
                }
            ],
            "description": "cURL class for PHP",
            "homepage": "https://github.com/php-mod/curl",
            "keywords": [
                "curl",
                "dot"
            ],
            "support": {
                "issues": "https://github.com/php-mod/curl/issues",
                "source": "https://github.com/php-mod/curl/tree/master"
            },
            "install-path": "../curl/curl"
        },
        {
            "name": "defuse/php-encryption",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/defuse/php-encryption.git",
                "reference": "2c6fea3d9a4eaaa8cef86b2a89f3660818117b33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/2c6fea3d9a4eaaa8cef86b2a89f3660818117b33",
                "reference": "2c6fea3d9a4eaaa8cef86b2a89f3660818117b33",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "paragonie/random_compat": "~2.0",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "nikic/php-parser": "^2.0"
            },
            "time": "2016-10-10T15:20:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Hornby",
                    "email": "taylor@defuse.ca",
                    "homepage": "https://defuse.ca/"
                },
                {
                    "name": "Scott Arciszewski",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "Secure PHP Encryption Library",
            "keywords": [
                "aes",
                "authenticated encryption",
                "cipher",
                "crypto",
                "cryptography",
                "encrypt",
                "encryption",
                "openssl",
                "security",
                "symmetric key cryptography"
            ],
            "support": {
                "issues": "https://github.com/defuse/php-encryption/issues",
                "source": "https://github.com/defuse/php-encryption/tree/master"
            },
            "install-path": "../defuse/php-encryption"
        },
        {
            "name": "doctrine/annotations",
            "version": "1.10.4",
            "version_normalized": "1.10.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "bfe91e31984e2ba76df1c1339681770401ec262f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/bfe91e31984e2ba76df1c1339681770401ec262f",
                "reference": "bfe91e31984e2ba76df1c1339681770401ec262f",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "ext-tokenizer": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpstan/phpstan": "^0.12.20",
                "phpunit/phpunit": "^7.5 || ^9.1.5"
            },
            "time": "2020-08-10T19:35:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "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": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/doctrine/annotations/issues",
                "source": "https://github.com/doctrine/annotations/tree/1.10.x"
            },
            "install-path": "../doctrine/annotations"
        },
        {
            "name": "doctrine/cache",
            "version": "1.10.2",
            "version_normalized": "1.10.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "13e3381b25847283a91948d04640543941309727"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
                "reference": "13e3381b25847283a91948d04640543941309727",
                "shasum": ""
            },
            "require": {
                "php": "~7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "alcaeus/mongo-php-adapter": "^1.1",
                "doctrine/coding-standard": "^6.0",
                "mongodb/mongodb": "^1.1",
                "phpunit/phpunit": "^7.0",
                "predis/predis": "~1.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
            },
            "time": "2020-07-07T18:54:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "xcache"
            ],
            "support": {
                "issues": "https://github.com/doctrine/cache/issues",
                "source": "https://github.com/doctrine/cache/tree/1.10.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/cache"
        },
        {
            "name": "doctrine/collections",
            "version": "1.6.7",
            "version_normalized": "1.6.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
                "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan-shim": "^0.9.2",
                "phpunit/phpunit": "^7.0",
                "vimeo/psalm": "^3.8.1"
            },
            "time": "2020-07-27T17:53:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
            "homepage": "https://www.doctrine-project.org/projects/collections.html",
            "keywords": [
                "array",
                "collections",
                "iterators",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/collections/issues",
                "source": "https://github.com/doctrine/collections/tree/1.6.7"
            },
            "install-path": "../doctrine/collections"
        },
        {
            "name": "doctrine/common",
            "version": "2.13.3",
            "version_normalized": "2.13.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
                "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/cache": "^1.0",
                "doctrine/collections": "^1.0",
                "doctrine/event-manager": "^1.0",
                "doctrine/inflector": "^1.0",
                "doctrine/lexer": "^1.0",
                "doctrine/persistence": "^1.3.3",
                "doctrine/reflection": "^1.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^1.0",
                "phpstan/phpstan": "^0.11",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpunit/phpunit": "^7.0",
                "squizlabs/php_codesniffer": "^3.0",
                "symfony/phpunit-bridge": "^4.0.5"
            },
            "time": "2020-06-05T16:46:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
            "homepage": "https://www.doctrine-project.org/projects/common.html",
            "keywords": [
                "common",
                "doctrine",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/common/issues",
                "source": "https://github.com/doctrine/common/tree/2.13.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/common"
        },
        {
            "name": "doctrine/dbal",
            "version": "v2.9.3",
            "version_normalized": "2.9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035",
                "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.0",
                "doctrine/event-manager": "^1.0",
                "ext-pdo": "*",
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "jetbrains/phpstorm-stubs": "^2018.1.2",
                "phpstan/phpstan": "^0.10.1",
                "phpunit/phpunit": "^7.4",
                "symfony/console": "^2.0.5|^3.0|^4.0",
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "time": "2019-11-02T22:19:34+00:00",
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.9.x-dev",
                    "dev-develop": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
            "keywords": [
                "abstraction",
                "database",
                "dbal",
                "mysql",
                "persistence",
                "pgsql",
                "php",
                "queryobject"
            ],
            "support": {
                "issues": "https://github.com/doctrine/dbal/issues",
                "source": "https://github.com/doctrine/dbal/tree/2.9"
            },
            "install-path": "../doctrine/dbal"
        },
        {
            "name": "doctrine/doctrine-bundle",
            "version": "1.12.10",
            "version_normalized": "1.12.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
                "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.5.12",
                "doctrine/doctrine-cache-bundle": "~1.2",
                "doctrine/persistence": "^1.3.3",
                "jdorn/sql-formatter": "^1.2.16",
                "php": "^7.1 || ^8.0",
                "symfony/cache": "^3.4.30|^4.3.3",
                "symfony/config": "^3.4.30|^4.3.3",
                "symfony/console": "^3.4.30|^4.3.3",
                "symfony/dependency-injection": "^3.4.30|^4.3.3",
                "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
                "symfony/framework-bundle": "^3.4.30|^4.3.3",
                "symfony/service-contracts": "^1.1.1|^2.0"
            },
            "conflict": {
                "doctrine/orm": "<2.6",
                "twig/twig": "<1.34|>=2.0,<2.4"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "doctrine/orm": "^2.6",
                "ocramius/proxy-manager": "^2.1",
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^7.5",
                "symfony/phpunit-bridge": "^4.2",
                "symfony/property-info": "^3.4.30|^4.3.3",
                "symfony/proxy-manager-bridge": "^3.4|^4|^5",
                "symfony/twig-bridge": "^3.4|^4.1",
                "symfony/validator": "^3.4.30|^4.3.3",
                "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
                "symfony/yaml": "^3.4.30|^4.3.3",
                "twig/twig": "^1.34|^2.12"
            },
            "suggest": {
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
                "symfony/web-profiler-bundle": "To use the data collector."
            },
            "time": "2020-05-25T19:50:59+00:00",
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                }
            ],
            "description": "Symfony DoctrineBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "orm",
                "persistence"
            ],
            "support": {
                "issues": "https://github.com/doctrine/DoctrineBundle/issues",
                "source": "https://github.com/doctrine/DoctrineBundle/tree/1.12.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/doctrine-bundle"
        },
        {
            "name": "doctrine/doctrine-cache-bundle",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
                "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
                "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.4.2",
                "doctrine/inflector": "^1.0",
                "php": "^7.1",
                "symfony/doctrine-bridge": "^3.4|^4.0"
            },
            "require-dev": {
                "instaclick/coding-standard": "~1.1",
                "instaclick/object-calisthenics-sniffs": "dev-master",
                "instaclick/symfony2-coding-standard": "dev-remaster",
                "phpunit/phpunit": "^7.0",
                "predis/predis": "~0.8",
                "satooshi/php-coveralls": "^1.0",
                "squizlabs/php_codesniffer": "~1.5",
                "symfony/console": "^3.4|^4.0",
                "symfony/finder": "^3.4|^4.0",
                "symfony/framework-bundle": "^3.4|^4.0",
                "symfony/phpunit-bridge": "^3.4|^4.0",
                "symfony/security-acl": "^2.8",
                "symfony/validator": "^3.4|^4.0",
                "symfony/yaml": "^3.4|^4.0"
            },
            "suggest": {
                "symfony/security-acl": "For using this bundle to cache ACLs"
            },
            "time": "2019-11-29T11:22:01+00:00",
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Fabio B. Silva",
                    "email": "fabio.bat.silva@gmail.com"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                }
            ],
            "description": "Symfony Bundle for Doctrine Cache",
            "homepage": "https://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "support": {
                "issues": "https://github.com/doctrine/DoctrineCacheBundle/issues",
                "source": "https://github.com/doctrine/DoctrineCacheBundle/tree/1.4.0"
            },
            "abandoned": true,
            "install-path": "../doctrine/doctrine-cache-bundle"
        },
        {
            "name": "doctrine/event-manager",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
                "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": "<2.9@dev"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpunit/phpunit": "^7.0"
            },
            "time": "2020-05-29T18:28:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "support": {
                "issues": "https://github.com/doctrine/event-manager/issues",
                "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/event-manager"
        },
        {
            "name": "doctrine/inflector",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.2"
            },
            "time": "2019-10-30T19:59:35+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "support": {
                "issues": "https://github.com/doctrine/inflector/issues",
                "source": "https://github.com/doctrine/inflector/tree/1.3.1"
            },
            "install-path": "../doctrine/inflector"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.13",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpstan/phpstan-shim": "^0.11",
                "phpunit/phpunit": "^7.0"
            },
            "time": "2020-05-29T17:27:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "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": "http://ocramius.github.com/"
                }
            ],
            "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.3.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/instantiator"
        },
        {
            "name": "doctrine/lexer",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
                "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5"
            },
            "time": "2019-06-08T11:03:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.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": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "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.0.2"
            },
            "install-path": "../doctrine/lexer"
        },
        {
            "name": "doctrine/orm",
            "version": "2.7.4",
            "version_normalized": "2.7.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/orm.git",
                "reference": "7d84a4998091ece4d645253ac65de9f879eeed2f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/orm/zipball/7d84a4998091ece4d645253ac65de9f879eeed2f",
                "reference": "7d84a4998091ece4d645253ac65de9f879eeed2f",
                "shasum": ""
            },
            "require": {
                "composer/package-versions-deprecated": "^1.8",
                "doctrine/annotations": "^1.8",
                "doctrine/cache": "^1.9.1",
                "doctrine/collections": "^1.5",
                "doctrine/common": "^2.11 || ^3.0",
                "doctrine/dbal": "^2.9.3",
                "doctrine/event-manager": "^1.1",
                "doctrine/inflector": "^1.0",
                "doctrine/instantiator": "^1.3",
                "doctrine/lexer": "^1.0",
                "doctrine/persistence": "^1.3.3 || ^2.0",
                "ext-pdo": "*",
                "php": "^7.1",
                "symfony/console": "^3.0|^4.0|^5.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "phpstan/phpstan": "^0.12.18",
                "phpunit/phpunit": "^7.5",
                "symfony/yaml": "^3.4|^4.0|^5.0",
                "vimeo/psalm": "^3.11"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "time": "2020-10-10T17:11:26+00:00",
            "bin": [
                "bin/doctrine"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "Object-Relational-Mapper for PHP",
            "homepage": "https://www.doctrine-project.org/projects/orm.html",
            "keywords": [
                "database",
                "orm"
            ],
            "support": {
                "issues": "https://github.com/doctrine/orm/issues",
                "source": "https://github.com/doctrine/orm/tree/2.7.4"
            },
            "install-path": "../doctrine/orm"
        },
        {
            "name": "doctrine/persistence",
            "version": "1.3.8",
            "version_normalized": "1.3.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
                "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/cache": "^1.0",
                "doctrine/collections": "^1.0",
                "doctrine/event-manager": "^1.0",
                "doctrine/reflection": "^1.2",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": "<2.10@dev"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan": "^0.11",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                "vimeo/psalm": "^3.11"
            },
            "time": "2020-06-20T12:56:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common",
                    "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
            "homepage": "https://doctrine-project.org/projects/persistence.html",
            "keywords": [
                "mapper",
                "object",
                "odm",
                "orm",
                "persistence"
            ],
            "support": {
                "issues": "https://github.com/doctrine/persistence/issues",
                "source": "https://github.com/doctrine/persistence/tree/1.3.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/persistence"
        },
        {
            "name": "doctrine/reflection",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/reflection.git",
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "ext-tokenizer": "*",
                "php": "^7.1"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "doctrine/common": "^2.10",
                "phpstan/phpstan": "^0.11.0",
                "phpstan/phpstan-phpunit": "^0.11.0",
                "phpunit/phpunit": "^7.0"
            },
            "time": "2020-03-27T11:06:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
            "keywords": [
                "reflection",
                "static"
            ],
            "support": {
                "issues": "https://github.com/doctrine/reflection/issues",
                "source": "https://github.com/doctrine/reflection/tree/1.2.x"
            },
            "abandoned": "roave/better-reflection",
            "install-path": "../doctrine/reflection"
        },
        {
            "name": "egulias/email-validator",
            "version": "2.1.19",
            "version_normalized": "2.1.19.0",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/840d5603eb84cc81a6a0382adac3293e57c1c64c",
                "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.0.1",
                "php": ">=5.5",
                "symfony/polyfill-intl-idn": "^1.10"
            },
            "require-dev": {
                "dominicsayers/isemail": "^3.0.7",
                "phpunit/phpunit": "^4.8.36|^7.5.15",
                "satooshi/php-coveralls": "^1.0.1"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "time": "2020-08-08T21:28:19+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Egulias\\EmailValidator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eduardo Gulias Davis"
                }
            ],
            "description": "A library for validating emails against several RFCs",
            "homepage": "https://github.com/egulias/EmailValidator",
            "keywords": [
                "email",
                "emailvalidation",
                "emailvalidator",
                "validation",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/master"
            },
            "install-path": "../egulias/email-validator"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.13.0",
            "version_normalized": "4.13.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
                "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "require-dev": {
                "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
            },
            "time": "2020-06-29T00:56:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "support": {
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
                "source": "https://github.com/ezyang/htmlpurifier/tree/master"
            },
            "install-path": "../ezyang/htmlpurifier"
        },
        {
            "name": "fig/link-util",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/link-util.git",
                "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a",
                "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "psr/link": "~1.0@dev"
            },
            "provide": {
                "psr/link-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.1",
                "squizlabs/php_codesniffer": "^2.3.1"
            },
            "time": "2020-04-27T06:40:36+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fig\\Link\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common utility implementations for HTTP links",
            "keywords": [
                "http",
                "http-link",
                "link",
                "psr",
                "psr-13",
                "rest"
            ],
            "support": {
                "issues": "https://github.com/php-fig/link-util/issues",
                "source": "https://github.com/php-fig/link-util/tree/1.1.1"
            },
            "install-path": "../fig/link-util"
        },
        {
            "name": "friendsofsymfony/jsrouting-bundle",
            "version": "2.6.0",
            "version_normalized": "2.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
                "reference": "9deaf916760ce1d64cf46460473260b02751cee5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/9deaf916760ce1d64cf46460473260b02751cee5",
                "reference": "9deaf916760ce1d64cf46460473260b02751cee5",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "symfony/console": "~3.3|^4.0|^5.0",
                "symfony/framework-bundle": "~3.3|^4.0|^5.0",
                "symfony/serializer": "~3.3|^4.0|^5.0",
                "willdurand/jsonp-callback-validator": "~1.0"
            },
            "require-dev": {
                "symfony/expression-language": "~3.3|^4.0|^5.0",
                "symfony/phpunit-bridge": "^3.3|^4.0"
            },
            "time": "2020-05-20T09:38:45+00:00",
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FOS\\JsRoutingBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "will+git@drnd.me"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
                }
            ],
            "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "Js Routing",
                "javascript",
                "routing"
            ],
            "support": {
                "issues": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/issues",
                "source": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/tree/2.6.0"
            },
            "install-path": "../friendsofsymfony/jsrouting-bundle"
        },
        {
            "name": "geoip2/geoip2",
            "version": "v2.4.5",
            "version_normalized": "2.4.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/GeoIP2-php.git",
                "reference": "b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175",
                "reference": "b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175",
                "shasum": ""
            },
            "require": {
                "maxmind-db/reader": "~1.0",
                "maxmind/web-service-common": "~0.3",
                "php": ">=5.3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "4.2.*",
                "squizlabs/php_codesniffer": "2.*"
            },
            "time": "2017-01-31T17:28:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GeoIp2\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory J. Oschwald",
                    "email": "goschwald@maxmind.com",
                    "homepage": "http://www.maxmind.com/"
                }
            ],
            "description": "MaxMind GeoIP2 PHP API",
            "homepage": "https://github.com/maxmind/GeoIP2-php",
            "keywords": [
                "IP",
                "geoip",
                "geoip2",
                "geolocation",
                "maxmind"
            ],
            "support": {
                "issues": "https://github.com/maxmind/GeoIP2-php/issues",
                "source": "https://github.com/maxmind/GeoIP2-php/tree/master"
            },
            "install-path": "../geoip2/geoip2"
        },
        {
            "name": "greenlion/php-sql-parser",
            "version": "4.3.0",
            "version_normalized": "4.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/greenlion/PHP-SQL-Parser.git",
                "reference": "e0262c0848d95c7f777d1a5aa6b0a42e7763e223"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/greenlion/PHP-SQL-Parser/zipball/e0262c0848d95c7f777d1a5aa6b0a42e7763e223",
                "reference": "e0262c0848d95c7f777d1a5aa6b0a42e7763e223",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "analog/analog": "^1.0.6",
                "phpunit/phpunit": "^4.0.14",
                "squizlabs/php_codesniffer": "^1.5.1"
            },
            "time": "2019-06-01T04:06:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "PHPSQLParser\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "André Rothe",
                    "email": "phosco@gmx.de",
                    "homepage": "https://www.phosco.info",
                    "role": "Committer"
                },
                {
                    "name": "Justin Swanhart",
                    "email": "greenlion@gmail.com",
                    "homepage": "http://code.google.com/u/greenlion@gmail.com/",
                    "role": "Owner"
                }
            ],
            "description": "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL",
            "homepage": "https://github.com/greenlion/PHP-SQL-Parser",
            "keywords": [
                "creator",
                "mysql",
                "parser",
                "sql"
            ],
            "support": {
                "issues": "https://github.com/greenlion/PHP-SQL-Parser/issues",
                "source": "https://github.com/greenlion/PHP-SQL-Parser"
            },
            "install-path": "../greenlion/php-sql-parser"
        },
        {
            "name": "guzzlehttp/cache-subscriber",
            "version": "0.2.0",
            "version_normalized": "0.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/cache-subscriber.git",
                "reference": "8c766ba399e4c46383e3eaa220201be62abd101e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/cache-subscriber/zipball/8c766ba399e4c46383e3eaa220201be62abd101e",
                "reference": "8c766ba399e4c46383e3eaa220201be62abd101e",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "~1.3",
                "guzzlehttp/guzzle": "~5.0",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "time": "2019-09-16T13:44:55+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Subscriber\\Cache\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle HTTP cache subscriber",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "Guzzle",
                "cache"
            ],
            "support": {
                "issues": "https://github.com/guzzle/cache-subscriber/issues",
                "source": "https://github.com/guzzle/cache-subscriber/tree/0.2.0"
            },
            "abandoned": true,
            "install-path": "../guzzlehttp/cache-subscriber"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "5.3.4",
            "version_normalized": "5.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
                "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/ringphp": "^1.1",
                "php": ">=5.4.0",
                "react/promise": "^2.2"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "^4.0"
            },
            "time": "2019-10-30T09:32:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/5.3"
            },
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/log-subscriber",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/log-subscriber.git",
                "reference": "99c3c0004165db721d8ef7bbef60c996210e538a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/log-subscriber/zipball/99c3c0004165db721d8ef7bbef60c996210e538a",
                "reference": "99c3c0004165db721d8ef7bbef60c996210e538a",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "~4.0 | ~5.0",
                "php": ">=5.4.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "time": "2014-10-13T03:31:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Subscriber\\Log\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Logs HTTP requests and responses as they are sent over the wire (Guzzle 4+)",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "Guzzle",
                "log",
                "plugin"
            ],
            "support": {
                "issues": "https://github.com/guzzle/log-subscriber/issues",
                "source": "https://github.com/guzzle/log-subscriber/tree/master"
            },
            "abandoned": true,
            "install-path": "../guzzlehttp/log-subscriber"
        },
        {
            "name": "guzzlehttp/ringphp",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/RingPHP.git",
                "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
                "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/streams": "~3.0",
                "php": ">=5.4.0",
                "react/promise": "~2.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
            },
            "time": "2018-07-31T13:22:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Ring\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
            "support": {
                "issues": "https://github.com/guzzle/RingPHP/issues",
                "source": "https://github.com/guzzle/RingPHP/tree/1.1.1"
            },
            "abandoned": true,
            "install-path": "../guzzlehttp/ringphp"
        },
        {
            "name": "guzzlehttp/streams",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/streams.git",
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "time": "2014-10-12T19:18:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Stream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Provides a simple abstraction over streams of data",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "Guzzle",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/guzzle/streams/issues",
                "source": "https://github.com/guzzle/streams/tree/master"
            },
            "abandoned": true,
            "install-path": "../guzzlehttp/streams"
        },
        {
            "name": "incenteev/composer-parameter-handler",
            "version": "v2.1.4",
            "version_normalized": "2.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Incenteev/ParameterHandler.git",
                "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
                "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
            },
            "require-dev": {
                "composer/composer": "^1.0@dev",
                "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
                "symfony/phpunit-bridge": "^4.0 || ^5.0"
            },
            "time": "2020-03-17T21:10:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Incenteev\\ParameterHandler\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                }
            ],
            "description": "Composer script handling your ignored parameter file",
            "homepage": "https://github.com/Incenteev/ParameterHandler",
            "keywords": [
                "parameters management"
            ],
            "support": {
                "issues": "https://github.com/Incenteev/ParameterHandler/issues",
                "source": "https://github.com/Incenteev/ParameterHandler/tree/v2.1.4"
            },
            "install-path": "../incenteev/composer-parameter-handler"
        },
        {
            "name": "ircmaxell/password-compat",
            "version": "v1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ircmaxell/password_compat.git",
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "time": "2014-11-20T16:49:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/password.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthony Ferrara",
                    "email": "ircmaxell@php.net",
                    "homepage": "http://blog.ircmaxell.com"
                }
            ],
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
            "homepage": "https://github.com/ircmaxell/password_compat",
            "keywords": [
                "hashing",
                "password"
            ],
            "support": {
                "issues": "https://github.com/ircmaxell/password_compat/issues",
                "source": "https://github.com/ircmaxell/password_compat/tree/v1.0"
            },
            "install-path": "../ircmaxell/password-compat"
        },
        {
            "name": "ircmaxell/random-lib",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ircmaxell/RandomLib.git",
                "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
                "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
                "shasum": ""
            },
            "require": {
                "ircmaxell/security-lib": "^1.1",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^1.11",
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "^4.8|^5.0"
            },
            "time": "2016-09-07T15:52:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "RandomLib": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthony Ferrara",
                    "email": "ircmaxell@ircmaxell.com",
                    "homepage": "http://blog.ircmaxell.com"
                }
            ],
            "description": "A Library For Generating Secure Random Numbers",
            "homepage": "https://github.com/ircmaxell/RandomLib",
            "keywords": [
                "cryptography",
                "random",
                "random-numbers",
                "random-strings"
            ],
            "support": {
                "issues": "https://github.com/ircmaxell/RandomLib/issues",
                "source": "https://github.com/ircmaxell/RandomLib/tree/master"
            },
            "install-path": "../ircmaxell/random-lib"
        },
        {
            "name": "ircmaxell/security-lib",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ircmaxell/SecurityLib.git",
                "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
                "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "mikey179/vfsstream": "1.1.*"
            },
            "time": "2015-03-20T14:31:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "SecurityLib": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthony Ferrara",
                    "email": "ircmaxell@ircmaxell.com",
                    "homepage": "http://blog.ircmaxell.com"
                }
            ],
            "description": "A Base Security Library",
            "homepage": "https://github.com/ircmaxell/SecurityLib",
            "support": {
                "issues": "https://github.com/ircmaxell/SecurityLib/issues",
                "source": "https://github.com/ircmaxell/SecurityLib/tree/master"
            },
            "install-path": "../ircmaxell/security-lib"
        },
        {
            "name": "jakeasmith/http_build_url",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jakeasmith/http_build_url.git",
                "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
                "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
                "shasum": ""
            },
            "time": "2017-05-01T15:36:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/http_build_url.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jake A. Smith",
                    "email": "theman@jakeasmith.com"
                }
            ],
            "description": "Provides functionality for http_build_url() to environments without pecl_http.",
            "support": {
                "issues": "https://github.com/jakeasmith/http_build_url/issues",
                "source": "https://github.com/jakeasmith/http_build_url"
            },
            "install-path": "../jakeasmith/http_build_url"
        },
        {
            "name": "jdorn/sql-formatter",
            "version": "v1.2.17",
            "version_normalized": "1.2.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jdorn/sql-formatter.git",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "time": "2014-01-12T16:20:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "http://jeremydorn.com/"
                }
            ],
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/jdorn/sql-formatter/",
            "keywords": [
                "highlight",
                "sql"
            ],
            "support": {
                "issues": "https://github.com/jdorn/sql-formatter/issues",
                "source": "https://github.com/jdorn/sql-formatter/tree/master"
            },
            "install-path": "../jdorn/sql-formatter"
        },
        {
            "name": "league/tactician",
            "version": "v1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/tactician.git",
                "reference": "d0339e22fd9252fb0fa53102b488d2c514483b8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/tactician/zipball/d0339e22fd9252fb0fa53102b488d2c514483b8a",
                "reference": "d0339e22fd9252fb0fa53102b488d2c514483b8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "mockery/mockery": "~0.9",
                "phpunit/phpunit": "^4.8.35",
                "squizlabs/php_codesniffer": "~2.3"
            },
            "time": "2017-11-30T09:17:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Tactician\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ross Tuck",
                    "homepage": "http://tactician.thephpleague.com"
                }
            ],
            "description": "A small, flexible command bus. Handy for building service layers.",
            "keywords": [
                "command",
                "command bus",
                "service layer"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/tactician/issues",
                "source": "https://github.com/thephpleague/tactician/tree/master"
            },
            "install-path": "../league/tactician"
        },
        {
            "name": "league/tactician-bundle",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/tactician-bundle.git",
                "reference": "66b97472915290b93654e60610295660f597ad4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/tactician-bundle/zipball/66b97472915290b93654e60610295660f597ad4e",
                "reference": "66b97472915290b93654e60610295660f597ad4e",
                "shasum": ""
            },
            "require": {
                "league/tactician": "^1.0",
                "league/tactician-container": "^2.0",
                "league/tactician-logger": "^0.10.0",
                "php": ">=7.0",
                "symfony/config": "^2.8|^3.3|^4.0|^5.0",
                "symfony/dependency-injection": "^2.8|^3.3|^4.0|^5.0",
                "symfony/http-kernel": "^2.8|^3.3|^4.0|^5.0",
                "symfony/yaml": "^2.8|^3.3|^4.0|^5.0"
            },
            "require-dev": {
                "league/tactician-doctrine": "^1.1.1",
                "matthiasnoback/symfony-config-test": "^3.0",
                "matthiasnoback/symfony-dependency-injection-test": "^2.1",
                "mockery/mockery": "~1.0",
                "phpunit/phpunit": "~6.1",
                "symfony/console": "^2.8|^3.3|^4.0|^5.0",
                "symfony/framework-bundle": "^2.8.15|^3.3|^4.0|^5.0",
                "symfony/security": "^2.8|^3.3|^4.0|^5.0",
                "symfony/security-bundle": "^2.8|^3.3|^4.0|^5.0",
                "symfony/validator": "^2.8|^3.3|^4.0|^5.0"
            },
            "suggest": {
                "league/tactician-doctrine": "For doctrine transaction middleware",
                "symfony/console": "For debugging command-to-handler routing using the tactician:debug console command",
                "symfony/security": "For command security middleware",
                "symfony/validator": "For command validator middleware"
            },
            "time": "2020-01-14T17:22:35+00:00",
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Tactician\\Bundle\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rafael Dohms",
                    "homepage": "http://doh.ms"
                },
                {
                    "name": "Richard Tuin",
                    "homepage": "http://www.rtuin.nl/"
                },
                {
                    "name": "Xander Smalbil",
                    "email": "xander@videofunk.nl"
                },
                {
                    "name": "Ross Tuck",
                    "email": "me@rosstuck.com"
                }
            ],
            "description": "Bundle to integrate Tactician with Symfony projects",
            "keywords": [
                "bundle",
                "symfony",
                "tactician"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/tactician-bundle/issues",
                "source": "https://github.com/thephpleague/tactician-bundle/tree/v1.2.0"
            },
            "install-path": "../league/tactician-bundle"
        },
        {
            "name": "league/tactician-container",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/tactician-container.git",
                "reference": "d1a5d884e072b8cafbff802d07766076eb2ffcb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/tactician-container/zipball/d1a5d884e072b8cafbff802d07766076eb2ffcb0",
                "reference": "d1a5d884e072b8cafbff802d07766076eb2ffcb0",
                "shasum": ""
            },
            "require": {
                "league/tactician": "^1.0",
                "php": ">=5.5",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "league/container": "~2.3",
                "phpunit/phpunit": "~4.3",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "time": "2017-04-13T06:27:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Tactician\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nigel Greenway",
                    "homepage": "http://futurepixels.co.uk"
                }
            ],
            "description": "Tactician integration for any container implementing PSR-11",
            "keywords": [
                "container",
                "container-interop",
                "di",
                "interoperable",
                "league",
                "tactician"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/tactician-container/issues",
                "source": "https://github.com/thephpleague/tactician-container/tree/master"
            },
            "install-path": "../league/tactician-container"
        },
        {
            "name": "league/tactician-logger",
            "version": "v0.10.0",
            "version_normalized": "0.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/tactician-logger.git",
                "reference": "3ff9ee04e4cbec100af827f829ed4c7ff7c08442"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/tactician-logger/zipball/3ff9ee04e4cbec100af827f829ed4c7ff7c08442",
                "reference": "3ff9ee04e4cbec100af827f829ed4c7ff7c08442",
                "shasum": ""
            },
            "require": {
                "league/tactician": "^1.0",
                "php": ">=5.5.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9",
                "phpunit/phpunit": "4.*",
                "squizlabs/php_codesniffer": "~2.3"
            },
            "time": "2016-08-23T05:50:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Tactician\\Logger\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ross Tuck"
                }
            ],
            "description": "Adds PSR-3 logging support to the Tactician command bus",
            "homepage": "https://github.com/thephpleague/tactician-logger",
            "keywords": [
                "log",
                "logging",
                "tactician"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/tactician-logger/issues",
                "source": "https://github.com/thephpleague/tactician-logger/tree/master"
            },
            "install-path": "../league/tactician-logger"
        },
        {
            "name": "markbaker/complex",
            "version": "1.4.8",
            "version_normalized": "1.4.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPComplex.git",
                "reference": "8eaa40cceec7bf0518187530b2e63871be661b72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/8eaa40cceec7bf0518187530b2e63871be661b72",
                "reference": "8eaa40cceec7bf0518187530b2e63871be661b72",
                "shasum": ""
            },
            "require": {
                "php": "^5.6.0|^7.0.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpdocumentor/phpdocumentor": "2.*",
                "phploc/phploc": "2.*",
                "phpmd/phpmd": "2.*",
                "phpunit/phpunit": "^4.8.35|^5.4.0",
                "sebastian/phpcpd": "2.*",
                "squizlabs/php_codesniffer": "^3.4.0"
            },
            "time": "2020-03-11T20:15:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Complex\\": "classes/src/"
                },
                "files": [
                    "classes/src/functions/abs.php",
                    "classes/src/functions/acos.php",
                    "classes/src/functions/acosh.php",
                    "classes/src/functions/acot.php",
                    "classes/src/functions/acoth.php",
                    "classes/src/functions/acsc.php",
                    "classes/src/functions/acsch.php",
                    "classes/src/functions/argument.php",
                    "classes/src/functions/asec.php",
                    "classes/src/functions/asech.php",
                    "classes/src/functions/asin.php",
                    "classes/src/functions/asinh.php",
                    "classes/src/functions/atan.php",
                    "classes/src/functions/atanh.php",
                    "classes/src/functions/conjugate.php",
                    "classes/src/functions/cos.php",
                    "classes/src/functions/cosh.php",
                    "classes/src/functions/cot.php",
                    "classes/src/functions/coth.php",
                    "classes/src/functions/csc.php",
                    "classes/src/functions/csch.php",
                    "classes/src/functions/exp.php",
                    "classes/src/functions/inverse.php",
                    "classes/src/functions/ln.php",
                    "classes/src/functions/log2.php",
                    "classes/src/functions/log10.php",
                    "classes/src/functions/negative.php",
                    "classes/src/functions/pow.php",
                    "classes/src/functions/rho.php",
                    "classes/src/functions/sec.php",
                    "classes/src/functions/sech.php",
                    "classes/src/functions/sin.php",
                    "classes/src/functions/sinh.php",
                    "classes/src/functions/sqrt.php",
                    "classes/src/functions/tan.php",
                    "classes/src/functions/tanh.php",
                    "classes/src/functions/theta.php",
                    "classes/src/operations/add.php",
                    "classes/src/operations/subtract.php",
                    "classes/src/operations/multiply.php",
                    "classes/src/operations/divideby.php",
                    "classes/src/operations/divideinto.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with complex numbers",
            "homepage": "https://github.com/MarkBaker/PHPComplex",
            "keywords": [
                "complex",
                "mathematics"
            ],
            "support": {
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
                "source": "https://github.com/MarkBaker/PHPComplex/tree/develop"
            },
            "install-path": "../markbaker/complex"
        },
        {
            "name": "markbaker/matrix",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
                "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21",
                "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21",
                "shasum": ""
            },
            "require": {
                "php": "^5.6.0|^7.0.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
                "phpcompatibility/php-compatibility": "dev-master",
                "phploc/phploc": "^4",
                "phpmd/phpmd": "dev-master",
                "phpunit/phpunit": "^5.7",
                "sebastian/phpcpd": "^3.0",
                "squizlabs/php_codesniffer": "^3.0@dev"
            },
            "time": "2019-10-06T11:29:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Matrix\\": "classes/src/"
                },
                "files": [
                    "classes/src/functions/adjoint.php",
                    "classes/src/functions/antidiagonal.php",
                    "classes/src/functions/cofactors.php",
                    "classes/src/functions/determinant.php",
                    "classes/src/functions/diagonal.php",
                    "classes/src/functions/identity.php",
                    "classes/src/functions/inverse.php",
                    "classes/src/functions/minors.php",
                    "classes/src/functions/trace.php",
                    "classes/src/functions/transpose.php",
                    "classes/src/operations/add.php",
                    "classes/src/operations/directsum.php",
                    "classes/src/operations/subtract.php",
                    "classes/src/operations/multiply.php",
                    "classes/src/operations/divideby.php",
                    "classes/src/operations/divideinto.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with matrices",
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
            "keywords": [
                "mathematics",
                "matrix",
                "vector"
            ],
            "support": {
                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
                "source": "https://github.com/MarkBaker/PHPMatrix/tree/develop"
            },
            "install-path": "../markbaker/matrix"
        },
        {
            "name": "martinlindhe/php-mb-helpers",
            "version": "0.1.6",
            "version_normalized": "0.1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/martinlindhe/php-mb-helpers.git",
                "reference": "3550df9e6976f753d2879543e4aaf96eaa9657a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/martinlindhe/php-mb-helpers/zipball/3550df9e6976f753d2879543e4aaf96eaa9657a2",
                "reference": "3550df9e6976f753d2879543e4aaf96eaa9657a2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.6"
            },
            "time": "2015-11-01T14:06:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/mb_helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Martin Lindhe",
                    "email": "martin@ubique.se"
                }
            ],
            "description": "Provides mb_ucwords(), mb_ucfirst(), mb_strrev(), mb_str_pad(), mb_count_chars(), mb_str_split()",
            "homepage": "https://github.com/martinlindhe/php-mb-helpers",
            "support": {
                "issues": "https://github.com/martinlindhe/php-mb-helpers/issues",
                "source": "https://github.com/martinlindhe/php-mb-helpers/tree/master"
            },
            "install-path": "../martinlindhe/php-mb-helpers"
        },
        {
            "name": "matthiasmullie/minify",
            "version": "1.3.63",
            "version_normalized": "1.3.63.0",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/minify.git",
                "reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/9ba1b459828adc13430f4dd6c49dae4950dc4117",
                "reference": "9ba1b459828adc13430f4dd6c49dae4950dc4117",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "matthiasmullie/path-converter": "~1.1",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.0",
                "matthiasmullie/scrapbook": "~1.0",
                "phpunit/phpunit": "~4.8"
            },
            "suggest": {
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
            },
            "time": "2020-01-21T20:21:08+00:00",
            "bin": [
                "bin/minifycss",
                "bin/minifyjs"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\Minify\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "minify@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
            "homepage": "http://www.minifier.org",
            "keywords": [
                "JS",
                "css",
                "javascript",
                "minifier",
                "minify"
            ],
            "support": {
                "issues": "https://github.com/matthiasmullie/minify/issues",
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.63"
            },
            "install-path": "../matthiasmullie/minify"
        },
        {
            "name": "matthiasmullie/path-converter",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/path-converter.git",
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "time": "2019-02-05T23:41:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\PathConverter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "pathconverter@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "Relative path converter",
            "homepage": "http://github.com/matthiasmullie/path-converter",
            "keywords": [
                "converter",
                "path",
                "paths",
                "relative"
            ],
            "support": {
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
            },
            "install-path": "../matthiasmullie/path-converter"
        },
        {
            "name": "maxmind-db/reader",
            "version": "v1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
                "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/febd4920bf17c1da84cef58e56a8227dfb37fbe4",
                "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "conflict": {
                "ext-maxminddb": "<1.6.0,>=2.0.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "2.*",
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpcov": "^3.0",
                "phpunit/phpunit": "5.*",
                "squizlabs/php_codesniffer": "3.*"
            },
            "suggest": {
                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
            },
            "time": "2019-12-19T22:59:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Db\\": "src/MaxMind/Db"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory J. Oschwald",
                    "email": "goschwald@maxmind.com",
                    "homepage": "https://www.maxmind.com/"
                }
            ],
            "description": "MaxMind DB Reader API",
            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
            "keywords": [
                "database",
                "geoip",
                "geoip2",
                "geolocation",
                "maxmind"
            ],
            "support": {
                "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
                "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.6.0"
            },
            "install-path": "../maxmind-db/reader"
        },
        {
            "name": "maxmind/web-service-common",
            "version": "v0.7.0",
            "version_normalized": "0.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/web-service-common-php.git",
                "reference": "74c996c218ada5c639c8c2f076756e059f5552fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/74c996c218ada5c639c8c2f076756e059f5552fc",
                "reference": "74c996c218ada5c639c8c2f076756e059f5552fc",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0.3",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "2.*",
                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "time": "2020-05-06T14:07:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Exception\\": "src/Exception",
                    "MaxMind\\WebService\\": "src/WebService"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory Oschwald",
                    "email": "goschwald@maxmind.com"
                }
            ],
            "description": "Internal MaxMind Web Service API",
            "homepage": "https://github.com/maxmind/web-service-common-php",
            "support": {
                "issues": "https://github.com/maxmind/web-service-common-php/issues",
                "source": "https://github.com/maxmind/web-service-common-php/tree/master"
            },
            "install-path": "../maxmind/web-service-common"
        },
        {
            "name": "mobiledetect/mobiledetectlib",
            "version": "2.8.34",
            "version_normalized": "2.8.34.0",
            "source": {
                "type": "git",
                "url": "https://github.com/serbanghita/Mobile-Detect.git",
                "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
                "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.35||~5.7"
            },
            "time": "2019-09-18T18:44:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "Mobile_Detect.php"
                ],
                "psr-0": {
                    "Detection": "namespaced/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Serban Ghita",
                    "email": "serbanghita@gmail.com",
                    "homepage": "http://mobiledetect.net",
                    "role": "Developer"
                }
            ],
            "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
            "homepage": "https://github.com/serbanghita/Mobile-Detect",
            "keywords": [
                "detect mobile devices",
                "mobile",
                "mobile detect",
                "mobile detector",
                "php mobile detect"
            ],
            "support": {
                "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
                "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.34"
            },
            "install-path": "../mobiledetect/mobiledetectlib"
        },
        {
            "name": "monolog/monolog",
            "version": "1.25.5",
            "version_normalized": "1.25.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0",
                "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "php-parallel-lint/php-parallel-lint": "^1.0",
                "phpunit/phpunit": "~4.5",
                "ruflin/elastica": ">=0.90 <3.0",
                "sentry/sentry": "^0.13",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "sentry/sentry": "Allow sending log messages to a Sentry server"
            },
            "time": "2020-07-23T08:35:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.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": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/1.25.5"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "mrclay/minify",
            "version": "2.3.3",
            "version_normalized": "2.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mrclay/minify.git",
                "reference": "1928e89208d28e91427b2f13b67acdbd8cd01ac9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mrclay/minify/zipball/1928e89208d28e91427b2f13b67acdbd8cd01ac9",
                "reference": "1928e89208d28e91427b2f13b67acdbd8cd01ac9",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.2.1"
            },
            "require-dev": {
                "tubalmartin/cssmin": "~2.4.8"
            },
            "suggest": {
                "tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
            },
            "time": "2017-11-03T21:04:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "min/lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Stephen Clay",
                    "email": "steve@mrclay.org",
                    "role": "Developer"
                }
            ],
            "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
            "homepage": "http://code.google.com/p/minify/",
            "support": {
                "email": "minify@googlegroups.com",
                "issues": "http://code.google.com/p/minify/issues/list",
                "source": "https://github.com/mrclay/minify/tree/2.x",
                "wiki": "http://code.google.com/p/minify/w/list"
            },
            "install-path": "../mrclay/minify"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.9.0",
            "version_normalized": "4.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "aaee038b912e567780949787d5fe1977be11a778"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/aaee038b912e567780949787d5fe1977be11a778",
                "reference": "aaee038b912e567780949787d5fe1977be11a778",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2020-08-18T19:48:01+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/master"
            },
            "install-path": "../nikic/php-parser"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.18",
            "version_normalized": "2.0.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
                "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2019-01-03T20:59:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "install-path": "../paragonie/random_compat"
        },
        {
            "name": "pear/archive_tar",
            "version": "1.4.12",
            "version_normalized": "1.4.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Archive_Tar.git",
                "reference": "19bb8e95490d3e3ad92fcac95500ca80bdcc7495"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/19bb8e95490d3e3ad92fcac95500ca80bdcc7495",
                "reference": "19bb8e95490d3e3ad92fcac95500ca80bdcc7495",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "^1.10.0alpha2",
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-bz2": "Bz2 compression support.",
                "ext-xz": "Lzma2 compression support.",
                "ext-zlib": "Gzip compression support."
            },
            "time": "2021-01-18T19:32:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Archive_Tar": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Vincent Blavet",
                    "email": "vincent@phpconcept.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "greg@chiaraquartet.net"
                },
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                }
            ],
            "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
            "homepage": "https://github.com/pear/Archive_Tar",
            "keywords": [
                "archive",
                "tar"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
                "source": "https://github.com/pear/Archive_Tar"
            },
            "funding": [
                {
                    "url": "https://github.com/mrook",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/michielrook",
                    "type": "patreon"
                }
            ],
            "install-path": "../pear/archive_tar"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.3",
            "version_normalized": "1.4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Getopt.git",
                "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                "shasum": ""
            },
            "time": "2019-11-20T18:27:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Andrei Zmievski",
                    "email": "andrei@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Developer"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net",
                    "role": "Helper"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
                "source": "https://github.com/pear/Console_Getopt"
            },
            "install-path": "../pear/console_getopt"
        },
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.10",
            "version_normalized": "1.10.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
                "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.4",
                "pear/pear_exception": "~1.0"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "time": "2019-11-19T19:00:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Minimal set of PEAR core files to be used as composer dependency",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
                "source": "https://github.com/pear/pear-core-minimal"
            },
            "install-path": "../pear/pear-core-minimal"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
                "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
                "shasum": ""
            },
            "require": {
                "php": ">=4.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "time": "2019-12-10T10:24:42+00:00",
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "PEAR/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
                "source": "https://github.com/pear/PEAR_Exception"
            },
            "install-path": "../pear/pear_exception"
        },
        {
            "name": "pelago/emogrifier",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MyIntervals/emogrifier.git",
                "reference": "2472bc1c3a2dee8915ecc2256139c6100024332f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/2472bc1c3a2dee8915ecc2256139c6100024332f",
                "reference": "2472bc1c3a2dee8915ecc2256139c6100024332f",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^5.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0",
                "symfony/css-selector": "^3.4.0 || ^4.0.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.2.0",
                "phpmd/phpmd": "^2.6.0",
                "phpunit/phpunit": "^4.8.0",
                "squizlabs/php_codesniffer": "^3.3.2"
            },
            "time": "2019-09-04T16:07:59+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pelago\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Klee",
                    "email": "github@oliverklee.de"
                },
                {
                    "name": "Zoli Szabó",
                    "email": "zoli.szabo+github@gmail.com"
                },
                {
                    "name": "John Reeve",
                    "email": "jreeve@pelagodesign.com"
                },
                {
                    "name": "Jake Hotson",
                    "email": "jake@qzdesign.co.uk"
                },
                {
                    "name": "Cameron Brooks"
                },
                {
                    "name": "Jaime Prado"
                }
            ],
            "description": "Converts CSS styles into inline style attributes in your HTML code",
            "homepage": "https://www.myintervals.com/emogrifier.php",
            "keywords": [
                "css",
                "email",
                "pre-processing"
            ],
            "support": {
                "issues": "https://github.com/MyIntervals/emogrifier/issues",
                "source": "https://github.com/MyIntervals/emogrifier"
            },
            "install-path": "../pelago/emogrifier"
        },
        {
            "name": "phpoffice/phpspreadsheet",
            "version": "1.12.0",
            "version_normalized": "1.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                "reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
                "reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-fileinfo": "*",
                "ext-gd": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "ext-xmlreader": "*",
                "ext-xmlwriter": "*",
                "ext-zip": "*",
                "ext-zlib": "*",
                "markbaker/complex": "^1.4",
                "markbaker/matrix": "^1.2",
                "php": "^7.1",
                "psr/simple-cache": "^1.0"
            },
            "require-dev": {
                "dompdf/dompdf": "^0.8.3",
                "friendsofphp/php-cs-fixer": "^2.16",
                "jpgraph/jpgraph": "^4.0",
                "mpdf/mpdf": "^8.0",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpunit/phpunit": "^7.5",
                "squizlabs/php_codesniffer": "^3.5",
                "tecnickcom/tcpdf": "^6.3"
            },
            "suggest": {
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
                "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
            },
            "time": "2020-04-27T08:12:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maarten Balliauw",
                    "homepage": "https://blog.maartenballiauw.be"
                },
                {
                    "name": "Mark Baker",
                    "homepage": "https://markbakeruk.net"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "https://rootslabs.net"
                },
                {
                    "name": "Erik Tilt"
                },
                {
                    "name": "Adrien Crivelli"
                }
            ],
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
            "keywords": [
                "OpenXML",
                "excel",
                "gnumeric",
                "ods",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "support": {
                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.12.0"
            },
            "install-path": "../phpoffice/phpspreadsheet"
        },
        {
            "name": "prestashop/blockreassurance",
            "version": "v5.1.0",
            "version_normalized": "5.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/blockreassurance.git",
                "reference": "c33ba8e4eee14bb45675816155814ae7106d0981"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/blockreassurance/zipball/c33ba8e4eee14bb45675816155814ae7106d0981",
                "reference": "c33ba8e4eee14bb45675816155814ae7106d0981",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.6",
                "guzzlehttp/cache-subscriber": "^0.2.0",
                "php": ">=5.6.0",
                "symfony/css-selector": "^3.4 || ^4.4 || ^5.0"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2022-02-14T15:11:34+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\Module\\BlockReassurance\\": "src/"
                },
                "classmap": [
                    "blockreassurance.php",
                    "classes/ReassuranceActivity.php"
                ],
                "exclude-from-classmap": []
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module blockreassurance",
            "homepage": "https://github.com/PrestaShop/blockreassurance",
            "support": {
                "source": "https://github.com/PrestaShop/blockreassurance/tree/v5.1.0"
            },
            "install-path": "../../modules/blockreassurance"
        },
        {
            "name": "prestashop/blockwishlist",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/blockwishlist.git",
                "reference": "4feccca6f5f01baa8cc2d70afa71e2da898c9207"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/blockwishlist/zipball/4feccca6f5f01baa8cc2d70afa71e2da898c9207",
                "reference": "4feccca6f5f01baa8cc2d70afa71e2da898c9207",
                "shasum": ""
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2022-04-25T16:13:04+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\Module\\BlockWishList\\": "src/"
                },
                "classmap": [
                    "blockwishlist.php",
                    "controllers",
                    "classes"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module blockwishlist",
            "homepage": "https://github.com/PrestaShop/blockwishlist",
            "support": {
                "source": "https://github.com/PrestaShop/blockwishlist/tree/v2.1.0"
            },
            "install-path": "../../modules/blockwishlist"
        },
        {
            "name": "prestashop/circuit-breaker",
            "version": "v3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/circuit-breaker.git",
                "reference": "8764540d470b533c9484534343688733bc363f77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/circuit-breaker/zipball/8764540d470b533c9484534343688733bc363f77",
                "reference": "8764540d470b533c9484534343688733bc363f77",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^5",
                "php": ">=5.6"
            },
            "require-dev": {
                "doctrine/cache": "^1.6.0",
                "friendsofphp/php-cs-fixer": "^2.12",
                "phpunit/phpunit": "^5.7.0",
                "squizlabs/php_codesniffer": "3.*",
                "symfony/cache": "^3.4.0",
                "symfony/event-dispatcher": "^3.4",
                "vimeo/psalm": "^1.1"
            },
            "suggest": {
                "doctrine/cache": "Allows use of Doctrine Cache adapters to store transactions",
                "ext-apcu": "Allows use of APCu adapter (performant) to store transactions",
                "guzzlehttp/cache-subscriber": "Allow use of Guzzle cache (use dev-master for most recent changes)",
                "symfony/cache": "Allows use of Symfony Cache adapters to store transactions"
            },
            "time": "2019-06-13T10:50:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\CircuitBreaker\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                },
                {
                    "name": "PrestaShop Community",
                    "homepage": "http://contributors.prestashop.com/"
                }
            ],
            "description": "A circuit breaker implementation for PHP",
            "support": {
                "issues": "https://github.com/PrestaShop/circuit-breaker/issues",
                "source": "https://github.com/PrestaShop/circuit-breaker/tree/v3.0.0"
            },
            "install-path": "../prestashop/circuit-breaker"
        },
        {
            "name": "prestashop/contactform",
            "version": "v4.3.0",
            "version_normalized": "4.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/contactform.git",
                "reference": "849aae54ec564aca94877b9bee50e71bb0468edb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/contactform/zipball/849aae54ec564aca94877b9bee50e71bb0468edb",
                "reference": "849aae54ec564aca94877b9bee50e71bb0468edb",
                "shasum": ""
            },
            "require": {
                "jakeasmith/http_build_url": "^1",
                "php": ">=5.4.0"
            },
            "time": "2020-09-15T09:37:15+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module contactform",
            "homepage": "https://github.com/PrestaShop/contactform",
            "support": {
                "source": "https://github.com/PrestaShop/contactform/tree/v4.3.0"
            },
            "install-path": "../../modules/contactform"
        },
        {
            "name": "prestashop/dashactivity",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/dashactivity.git",
                "reference": "8d41fab7a58cdaeabc0248f6fd571da32d7615d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/dashactivity/zipball/8d41fab7a58cdaeabc0248f6fd571da32d7615d4",
                "reference": "8d41fab7a58cdaeabc0248f6fd571da32d7615d4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2017-12-08T11:06:01+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL - Academic Free License (AFL 3.0)"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module dashactivity",
            "homepage": "https://github.com/PrestaShop/dashactivity",
            "support": {
                "source": "https://github.com/PrestaShop/dashactivity/tree/master"
            },
            "install-path": "../../modules/dashactivity"
        },
        {
            "name": "prestashop/dashgoals",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/dashgoals.git",
                "reference": "2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/dashgoals/zipball/2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6",
                "reference": "2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2018-01-29T17:51:57+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module dashgoals",
            "homepage": "https://github.com/PrestaShop/dashgoals",
            "support": {
                "source": "https://github.com/PrestaShop/dashgoals/tree/v2.0.2"
            },
            "install-path": "../../modules/dashgoals"
        },
        {
            "name": "prestashop/dashproducts",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/dashproducts.git",
                "reference": "22652ff141bfc3d5563918210f9b58305c80f4d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/dashproducts/zipball/22652ff141bfc3d5563918210f9b58305c80f4d7",
                "reference": "22652ff141bfc3d5563918210f9b58305c80f4d7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2020-09-28T11:23:29+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module dashproducts",
            "homepage": "https://github.com/PrestaShop/dashproducts",
            "support": {
                "source": "https://github.com/PrestaShop/dashproducts/tree/v2.1.1"
            },
            "install-path": "../../modules/dashproducts"
        },
        {
            "name": "prestashop/dashtrends",
            "version": "v2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/dashtrends.git",
                "reference": "da68ea81c2d0d13d9fd851934c75927fe222d5e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/dashtrends/zipball/da68ea81c2d0d13d9fd851934c75927fe222d5e3",
                "reference": "da68ea81c2d0d13d9fd851934c75927fe222d5e3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2020-10-14T13:35:03+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "dashtrends.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module dashtrends",
            "homepage": "https://github.com/PrestaShop/dashtrends",
            "support": {
                "source": "https://github.com/PrestaShop/dashtrends/tree/v2.0.3"
            },
            "install-path": "../../modules/dashtrends"
        },
        {
            "name": "prestashop/decimal",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/decimal.git",
                "reference": "188028580f4b551c126d1d723578f3ee88008e95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/decimal/zipball/188028580f4b551c126d1d723578f3ee88008e95",
                "reference": "188028580f4b551c126d1d723578f3ee88008e95",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "codacy/coverage": "dev-master",
                "phpunit/phpunit": "4.*"
            },
            "time": "2020-10-08T07:14:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\Decimal\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                },
                {
                    "name": "Pablo Borowicz",
                    "email": "pablo.borowicz@prestashop.com"
                }
            ],
            "description": "Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.",
            "homepage": "https://github.com/prestashop/decimal",
            "keywords": [
                "bcmath",
                "decimal",
                "math",
                "precision",
                "prestashop"
            ],
            "support": {
                "issues": "https://github.com/PrestaShop/decimal/issues",
                "source": "https://github.com/PrestaShop/decimal/tree/1.4.0"
            },
            "install-path": "../prestashop/decimal"
        },
        {
            "name": "prestashop/graphnvd3",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/graphnvd3.git",
                "reference": "ba9d68f6a66aca7b8750977d034e2adcceaa4167"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/graphnvd3/zipball/ba9d68f6a66aca7b8750977d034e2adcceaa4167",
                "reference": "ba9d68f6a66aca7b8750977d034e2adcceaa4167",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "time": "2021-11-19T14:55:33+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module graphnvd3",
            "homepage": "https://github.com/PrestaShop/graphnvd3",
            "support": {
                "source": "https://github.com/PrestaShop/graphnvd3/tree/v2.0.2"
            },
            "install-path": "../../modules/graphnvd3"
        },
        {
            "name": "prestashop/gridhtml",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/gridhtml.git",
                "reference": "184ed2be93b84dea56c98a9042cafd66ac48458b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/gridhtml/zipball/184ed2be93b84dea56c98a9042cafd66ac48458b",
                "reference": "184ed2be93b84dea56c98a9042cafd66ac48458b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-11-19T15:48:55+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module gridhtml",
            "homepage": "https://github.com/PrestaShop/gridhtml",
            "support": {
                "source": "https://github.com/PrestaShop/gridhtml/tree/v2.0.2"
            },
            "install-path": "../../modules/gridhtml"
        },
        {
            "name": "prestashop/gsitemap",
            "version": "v4.2.0",
            "version_normalized": "4.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/gsitemap.git",
                "reference": "b67dda02a8b6488eb4e2a67080357ac3f9e57057"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/gsitemap/zipball/b67dda02a8b6488eb4e2a67080357ac3f9e57057",
                "reference": "b67dda02a8b6488eb4e2a67080357ac3f9e57057",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "time": "2020-06-23T05:58:30+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module gsitemap",
            "homepage": "https://github.com/PrestaShop/gsitemap",
            "support": {
                "source": "https://github.com/PrestaShop/gsitemap/tree/v4.2.0"
            },
            "install-path": "../../modules/gsitemap"
        },
        {
            "name": "prestashop/pagesnotfound",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/pagesnotfound.git",
                "reference": "ac5b640daa39356c8ca96679cbe58e83964b41d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/pagesnotfound/zipball/ac5b640daa39356c8ca96679cbe58e83964b41d2",
                "reference": "ac5b640daa39356c8ca96679cbe58e83964b41d2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "time": "2022-01-11T07:53:21+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module pagesnotfound",
            "homepage": "https://github.com/PrestaShop/pagesnotfound",
            "support": {
                "source": "https://github.com/PrestaShop/pagesnotfound/tree/v2.0.2"
            },
            "install-path": "../../modules/pagesnotfound"
        },
        {
            "name": "prestashop/productcomments",
            "version": "v5.0.1",
            "version_normalized": "5.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/productcomments.git",
                "reference": "b2586beb1283ee037273a6cab2a911d0379f00a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/productcomments/zipball/b2586beb1283ee037273a6cab2a911d0379f00a8",
                "reference": "b2586beb1283ee037273a6cab2a911d0379f00a8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2022-02-10T15:06:39+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\Module\\ProductComment\\": "src/"
                },
                "classmap": [
                    "productcomments.php"
                ],
                "exclude-from-classmap": []
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module productcomments",
            "homepage": "https://github.com/PrestaShop/productcomments",
            "support": {
                "source": "https://github.com/PrestaShop/productcomments/tree/v5.0.1"
            },
            "install-path": "../../modules/productcomments"
        },
        {
            "name": "prestashop/ps_banner",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_banner.git",
                "reference": "020a0ef7fc5732e18ede2a42ab1e8328fe98168e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_banner/zipball/020a0ef7fc5732e18ede2a42ab1e8328fe98168e",
                "reference": "020a0ef7fc5732e18ede2a42ab1e8328fe98168e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2021-02-08T08:29:06+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_banner",
            "homepage": "https://github.com/PrestaShop/ps_banner",
            "support": {
                "source": "https://github.com/PrestaShop/ps_banner/tree/v2.1.1"
            },
            "install-path": "../../modules/ps_banner"
        },
        {
            "name": "prestashop/ps_categorytree",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_categorytree.git",
                "reference": "70a8504d2fd1396359efa0184497c4082afe2ebd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_categorytree/zipball/70a8504d2fd1396359efa0184497c4082afe2ebd",
                "reference": "70a8504d2fd1396359efa0184497c4082afe2ebd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2021-02-16T14:53:25+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_categorytree.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop category tree links",
            "homepage": "https://github.com/PrestaShop/ps_categorytree",
            "support": {
                "source": "https://github.com/PrestaShop/ps_categorytree/tree/v2.0.2"
            },
            "install-path": "../../modules/ps_categorytree"
        },
        {
            "name": "prestashop/ps_checkpayment",
            "version": "v2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_checkpayment.git",
                "reference": "6239ecbe75c427f81536ed2df8b56421ab2fa9b2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_checkpayment/zipball/6239ecbe75c427f81536ed2df8b56421ab2fa9b2",
                "reference": "6239ecbe75c427f81536ed2df8b56421ab2fa9b2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2020-10-16T07:20:00+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_checkpayment.php",
                    "controllers/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_checkpayment",
            "homepage": "https://github.com/PrestaShop/ps_checkpayment",
            "support": {
                "source": "https://github.com/PrestaShop/ps_checkpayment/tree/v2.0.5"
            },
            "install-path": "../../modules/ps_checkpayment"
        },
        {
            "name": "prestashop/ps_contactinfo",
            "version": "v3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_contactinfo.git",
                "reference": "1c74f18a12118cbb7622e79044c48aaa55ce93c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_contactinfo/zipball/1c74f18a12118cbb7622e79044c48aaa55ce93c3",
                "reference": "1c74f18a12118cbb7622e79044c48aaa55ce93c3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2020-05-28T12:57:52+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_contactinfo",
            "homepage": "https://github.com/PrestaShop/ps_contactinfo",
            "support": {
                "source": "https://github.com/PrestaShop/ps_contactinfo/tree/master"
            },
            "install-path": "../../modules/ps_contactinfo"
        },
        {
            "name": "prestashop/ps_crossselling",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_crossselling.git",
                "reference": "0912b4eddef88ca2b3f23bccdee168ebd6bf507f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_crossselling/zipball/0912b4eddef88ca2b3f23bccdee168ebd6bf507f",
                "reference": "0912b4eddef88ca2b3f23bccdee168ebd6bf507f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2021-01-07T15:27:15+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_crossselling.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop - Cross selling",
            "homepage": "https://github.com/PrestaShop/ps_crossselling",
            "support": {
                "source": "https://github.com/PrestaShop/ps_crossselling/tree/v2.0.1"
            },
            "install-path": "../../modules/ps_crossselling"
        },
        {
            "name": "prestashop/ps_currencyselector",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_currencyselector.git",
                "reference": "6e2b87c4fbddf757af0233ab419e8a4a76d4daf0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_currencyselector/zipball/6e2b87c4fbddf757af0233ab419e8a4a76d4daf0",
                "reference": "6e2b87c4fbddf757af0233ab419e8a4a76d4daf0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.15.1",
                "prestashop/php-dev-tools": "^2"
            },
            "time": "2019-12-31T16:04:31+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_currencyselector",
            "homepage": "https://github.com/PrestaShop/ps_currencyselector",
            "support": {
                "source": "https://github.com/PrestaShop/ps_currencyselector/tree/master"
            },
            "install-path": "../../modules/ps_currencyselector"
        },
        {
            "name": "prestashop/ps_customeraccountlinks",
            "version": "v3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_customeraccountlinks.git",
                "reference": "d11934ba345af11e51ed7ebc82d1cb4593d21379"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_customeraccountlinks/zipball/d11934ba345af11e51ed7ebc82d1cb4593d21379",
                "reference": "d11934ba345af11e51ed7ebc82d1cb4593d21379",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2021-01-08T13:24:35+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_customeraccountlinks.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_customeraccountlinks",
            "homepage": "https://github.com/PrestaShop/ps_customeraccountlinks",
            "support": {
                "source": "https://github.com/PrestaShop/ps_customeraccountlinks/tree/v3.1.1"
            },
            "install-path": "../../modules/ps_customeraccountlinks"
        },
        {
            "name": "prestashop/ps_customersignin",
            "version": "v2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_customersignin.git",
                "reference": "a7c1ebb033bf893a057438121b4c664c5f6cc3cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_customersignin/zipball/a7c1ebb033bf893a057438121b4c664c5f6cc3cf",
                "reference": "a7c1ebb033bf893a057438121b4c664c5f6cc3cf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2021-02-08T09:21:08+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_customersignin.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop - Customer 'Sign in' link",
            "homepage": "https://github.com/PrestaShop/ps_customersignin",
            "support": {
                "source": "https://github.com/PrestaShop/ps_customersignin/tree/v2.0.4"
            },
            "install-path": "../../modules/ps_customersignin"
        },
        {
            "name": "prestashop/ps_customtext",
            "version": "v4.2.0",
            "version_normalized": "4.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_customtext.git",
                "reference": "fb555e29708a3b94784da48f6e2c3fcea8bf9480"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_customtext/zipball/fb555e29708a3b94784da48f6e2c3fcea8bf9480",
                "reference": "fb555e29708a3b94784da48f6e2c3fcea8bf9480",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2021-10-26T13:46:46+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_customtext.php",
                    "classes/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_customtext",
            "homepage": "https://github.com/PrestaShop/ps_customtext",
            "support": {
                "source": "https://github.com/PrestaShop/ps_customtext/tree/v4.2.0"
            },
            "install-path": "../../modules/ps_customtext"
        },
        {
            "name": "prestashop/ps_dataprivacy",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_dataprivacy.git",
                "reference": "0a1380ea25c2b1285788cb2d5d6246b374500bd2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_dataprivacy/zipball/0a1380ea25c2b1285788cb2d5d6246b374500bd2",
                "reference": "0a1380ea25c2b1285788cb2d5d6246b374500bd2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-12-31T10:42:45+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop - Data privacy",
            "homepage": "https://github.com/PrestaShop/ps_dataprivacy",
            "support": {
                "source": "https://github.com/PrestaShop/ps_dataprivacy/tree/v2.1.0"
            },
            "install-path": "../../modules/ps_dataprivacy"
        },
        {
            "name": "prestashop/ps_emailsubscription",
            "version": "v2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_emailsubscription.git",
                "reference": "db945167758ec163b9db60b99c3fe4ca363155c2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_emailsubscription/zipball/db945167758ec163b9db60b99c3fe4ca363155c2",
                "reference": "db945167758ec163b9db60b99c3fe4ca363155c2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-07-08T15:24:45+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_emailsubscription.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_emailsubscription",
            "homepage": "https://github.com/PrestaShop/ps_emailsubscription",
            "support": {
                "source": "https://github.com/PrestaShop/ps_emailsubscription/tree/v2.7.0"
            },
            "install-path": "../../modules/ps_emailsubscription"
        },
        {
            "name": "prestashop/ps_facetedsearch",
            "version": "v3.8.0",
            "version_normalized": "3.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_facetedsearch.git",
                "reference": "db0fccc1e762beb021f1ba2dce87837e3d2621c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_facetedsearch/zipball/db0fccc1e762beb021f1ba2dce87837e3d2621c1",
                "reference": "db0fccc1e762beb021f1ba2dce87837e3d2621c1",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "^1.4",
                "php": ">=5.6"
            },
            "require-dev": {
                "mockery/mockery": "^1.2",
                "phpunit/phpunit": "~5.7",
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2022-04-14T14:43:51+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\Module\\FacetedSearch\\": "src/",
                    "PrestaShop\\Module\\FacetedSearch\\Tests\\": "tests/php/FacetedSearch",
                    "PrestaShop\\Module\\FacetedSearch\\Controller\\": "src/Controller/"
                },
                "classmap": [
                    "ps_facetedsearch.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_facetedsearch",
            "homepage": "https://github.com/PrestaShop/ps_facetedsearch",
            "support": {
                "source": "https://github.com/PrestaShop/ps_facetedsearch/tree/v3.8.0"
            },
            "install-path": "../../modules/ps_facetedsearch"
        },
        {
            "name": "prestashop/ps_faviconnotificationbo",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_faviconnotificationbo.git",
                "reference": "47f67bbcf2ee3802d2ed492821a056b9513200d8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_faviconnotificationbo/zipball/47f67bbcf2ee3802d2ed492821a056b9513200d8",
                "reference": "47f67bbcf2ee3802d2ed492821a056b9513200d8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-10-22T18:08:46+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "controllers",
                    "ps_faviconnotificationbo.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop - Favicon notification BO",
            "homepage": "https://github.com/PrestaShop/ps_faviconnotificationbo",
            "support": {
                "source": "https://github.com/PrestaShop/ps_faviconnotificationbo/tree/v2.1.1"
            },
            "install-path": "../../modules/ps_faviconnotificationbo"
        },
        {
            "name": "prestashop/ps_featuredproducts",
            "version": "v2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_featuredproducts.git",
                "reference": "44e6567bd0419537d61389741c7e68ef90d8caf3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_featuredproducts/zipball/44e6567bd0419537d61389741c7e68ef90d8caf3",
                "reference": "44e6567bd0419537d61389741c7e68ef90d8caf3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-12-14T09:04:39+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_featuredproducts.php"
                ],
                "exclude-from-classmap": []
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop - Featured products",
            "homepage": "https://github.com/PrestaShop/ps_featuredproducts",
            "support": {
                "source": "https://github.com/PrestaShop/ps_featuredproducts/tree/v2.1.2"
            },
            "install-path": "../../modules/ps_featuredproducts"
        },
        {
            "name": "prestashop/ps_imageslider",
            "version": "v3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_imageslider.git",
                "reference": "ffc08180dc69d114cbc4b6b66af80796c664937c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_imageslider/zipball/ffc08180dc69d114cbc4b6b66af80796c664937c",
                "reference": "ffc08180dc69d114cbc4b6b66af80796c664937c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2022-04-27T09:46:05+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_imageslider.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop - Image slider",
            "homepage": "https://github.com/PrestaShop/ps_imageslider",
            "support": {
                "source": "https://github.com/PrestaShop/ps_imageslider/tree/v3.1.1"
            },
            "install-path": "../../modules/ps_imageslider"
        },
        {
            "name": "prestashop/ps_languageselector",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_languageselector.git",
                "reference": "22d69b4dbc1a12ab2692d91962d8993d6e64557f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_languageselector/zipball/22d69b4dbc1a12ab2692d91962d8993d6e64557f",
                "reference": "22d69b4dbc1a12ab2692d91962d8993d6e64557f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2020-06-26T07:00:29+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_languageselector",
            "homepage": "https://github.com/PrestaShop/ps_languageselector",
            "support": {
                "source": "https://github.com/PrestaShop/ps_languageselector/tree/v2.1.0"
            },
            "install-path": "../../modules/ps_languageselector"
        },
        {
            "name": "prestashop/ps_linklist",
            "version": "v5.0.4",
            "version_normalized": "5.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_linklist.git",
                "reference": "5cbfe0566d7273cb15e199915cdf2a7c912ebcda"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_linklist/zipball/5cbfe0566d7273cb15e199915cdf2a7c912ebcda",
                "reference": "5cbfe0566d7273cb15e199915cdf2a7c912ebcda",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-07-27T09:07:29+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\Module\\LinkList\\": "src/"
                },
                "classmap": [
                    "ps_linklist.php"
                ],
                "exclude-from-classmap": []
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop - Link list",
            "homepage": "https://github.com/PrestaShop/ps_linklist",
            "support": {
                "source": "https://github.com/PrestaShop/ps_linklist/tree/v5.0.4"
            },
            "install-path": "../../modules/ps_linklist"
        },
        {
            "name": "prestashop/ps_mainmenu",
            "version": "v2.3.1",
            "version_normalized": "2.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_mainmenu.git",
                "reference": "64dcfbdad19ee20b644b32ea19dafb90c0a66cc2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_mainmenu/zipball/64dcfbdad19ee20b644b32ea19dafb90c0a66cc2",
                "reference": "64dcfbdad19ee20b644b32ea19dafb90c0a66cc2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-10-27T13:44:04+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_mainmenu.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop - Main menu",
            "homepage": "https://github.com/PrestaShop/ps_mainmenu",
            "support": {
                "source": "https://github.com/PrestaShop/ps_mainmenu/tree/v2.3.1"
            },
            "install-path": "../../modules/ps_mainmenu"
        },
        {
            "name": "prestashop/ps_searchbar",
            "version": "v2.1.3",
            "version_normalized": "2.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_searchbar.git",
                "reference": "e02b6b2b5e6084227f3a2b7cc9272867a23843f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_searchbar/zipball/e02b6b2b5e6084227f3a2b7cc9272867a23843f1",
                "reference": "e02b6b2b5e6084227f3a2b7cc9272867a23843f1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2022-04-13T10:56:58+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_searchbar",
            "homepage": "https://github.com/PrestaShop/ps_searchbar",
            "support": {
                "source": "https://github.com/PrestaShop/ps_searchbar/tree/v2.1.3"
            },
            "install-path": "../../modules/ps_searchbar"
        },
        {
            "name": "prestashop/ps_sharebuttons",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_sharebuttons.git",
                "reference": "698f3875c5040f16ff6b2a2e549efc306f9d920e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_sharebuttons/zipball/698f3875c5040f16ff6b2a2e549efc306f9d920e",
                "reference": "698f3875c5040f16ff6b2a2e549efc306f9d920e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2021-04-01T13:36:26+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_sharebuttons",
            "homepage": "https://github.com/PrestaShop/ps_sharebuttons",
            "support": {
                "source": "https://github.com/PrestaShop/ps_sharebuttons/tree/v2.1.1"
            },
            "install-path": "../../modules/ps_sharebuttons"
        },
        {
            "name": "prestashop/ps_shoppingcart",
            "version": "v2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_shoppingcart.git",
                "reference": "114e39589e84536af46cc344e05c0e8bc37355e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_shoppingcart/zipball/114e39589e84536af46cc344e05c0e8bc37355e3",
                "reference": "114e39589e84536af46cc344e05c0e8bc37355e3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "~3.0"
            },
            "time": "2021-12-15T08:46:24+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_shoppingcart.php",
                    "controllers/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_shoppingcart",
            "homepage": "https://github.com/PrestaShop/ps_shoppingcart",
            "support": {
                "source": "https://github.com/PrestaShop/ps_shoppingcart/tree/v2.0.5"
            },
            "install-path": "../../modules/ps_shoppingcart"
        },
        {
            "name": "prestashop/ps_socialfollow",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_socialfollow.git",
                "reference": "3b537198d70f935e8c658d57f3e0c98306125838"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_socialfollow/zipball/3b537198d70f935e8c658d57f3e0c98306125838",
                "reference": "3b537198d70f935e8c658d57f3e0c98306125838",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "time": "2021-07-28T07:38:05+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_socialfollow",
            "homepage": "https://github.com/PrestaShop/ps_socialfollow",
            "support": {
                "issues": "https://github.com/PrestaShop/ps_socialfollow/issues",
                "source": "https://github.com/PrestaShop/ps_socialfollow/tree/v2.2.0"
            },
            "install-path": "../../modules/ps_socialfollow"
        },
        {
            "name": "prestashop/ps_themecusto",
            "version": "v1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_themecusto.git",
                "reference": "f9e401ed96a4f4f7f60811a7110d6fe5127d9305"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_themecusto/zipball/f9e401ed96a4f4f7f60811a7110d6fe5127d9305",
                "reference": "f9e401ed96a4f4f7f60811a7110d6fe5127d9305",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-01-19T08:41:00+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_themecusto.php",
                    "controllers",
                    "classes"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_themecusto",
            "homepage": "https://github.com/PrestaShop/ps_themecusto",
            "support": {
                "source": "https://github.com/PrestaShop/ps_themecusto/tree/v1.2.1"
            },
            "install-path": "../../modules/ps_themecusto"
        },
        {
            "name": "prestashop/ps_wirepayment",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/ps_wirepayment.git",
                "reference": "2c228b7050674d673d515baaedfaf469232a5e9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/ps_wirepayment/zipball/2c228b7050674d673d515baaedfaf469232a5e9e",
                "reference": "2c228b7050674d673d515baaedfaf469232a5e9e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-12-28T16:47:05+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "ps_wirepayment.php"
                ],
                "exclude-from-classmap": []
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module ps_wirepayment",
            "homepage": "https://github.com/PrestaShop/ps_wirepayment",
            "support": {
                "source": "https://github.com/PrestaShop/ps_wirepayment/tree/v2.1.1"
            },
            "install-path": "../../modules/ps_wirepayment"
        },
        {
            "name": "prestashop/statsbestcategories",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsbestcategories.git",
                "reference": "fee7b7c679ec6cdec8fe643f8dbc4399f6008e60"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsbestcategories/zipball/fee7b7c679ec6cdec8fe643f8dbc4399f6008e60",
                "reference": "fee7b7c679ec6cdec8fe643f8dbc4399f6008e60",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-06T18:39:43+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsbestcategories",
            "homepage": "https://github.com/PrestaShop/statsbestcategories",
            "support": {
                "source": "https://github.com/PrestaShop/statsbestcategories/tree/v2.0.1"
            },
            "install-path": "../../modules/statsbestcategories"
        },
        {
            "name": "prestashop/statsbestcustomers",
            "version": "v2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsbestcustomers.git",
                "reference": "979518b00f321f1429ca8e251416bf2d2281a931"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsbestcustomers/zipball/979518b00f321f1429ca8e251416bf2d2281a931",
                "reference": "979518b00f321f1429ca8e251416bf2d2281a931",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-11-26T08:43:37+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsbestcustomers",
            "homepage": "https://github.com/PrestaShop/statsbestcustomers",
            "support": {
                "source": "https://github.com/PrestaShop/statsbestcustomers/tree/v2.0.3"
            },
            "install-path": "../../modules/statsbestcustomers"
        },
        {
            "name": "prestashop/statsbestmanufacturers",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsbestmanufacturers.git",
                "reference": "b9897beda6084d08f489d4d00995a085b8e76739"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsbestmanufacturers/zipball/b9897beda6084d08f489d4d00995a085b8e76739",
                "reference": "b9897beda6084d08f489d4d00995a085b8e76739",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2017-01-31T17:03:07+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL - Academic Free License (AFL 3.0)"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsbestmanufacturers",
            "homepage": "https://github.com/PrestaShop/statsbestmanufacturers",
            "support": {
                "source": "https://github.com/PrestaShop/statsbestmanufacturers/tree/dev"
            },
            "install-path": "../../modules/statsbestmanufacturers"
        },
        {
            "name": "prestashop/statsbestproducts",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsbestproducts.git",
                "reference": "0f5e03455cce6f6b0798948a67c26b413227d25a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsbestproducts/zipball/0f5e03455cce6f6b0798948a67c26b413227d25a",
                "reference": "0f5e03455cce6f6b0798948a67c26b413227d25a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-11T07:52:37+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsbestproducts",
            "homepage": "https://github.com/PrestaShop/statsbestproducts",
            "support": {
                "source": "https://github.com/PrestaShop/statsbestproducts/tree/v2.0.1"
            },
            "install-path": "../../modules/statsbestproducts"
        },
        {
            "name": "prestashop/statsbestsuppliers",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsbestsuppliers.git",
                "reference": "7e46e732b8a77dc989f5891ff9d3616d1c5fd46f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsbestsuppliers/zipball/7e46e732b8a77dc989f5891ff9d3616d1c5fd46f",
                "reference": "7e46e732b8a77dc989f5891ff9d3616d1c5fd46f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2017-01-30T16:34:19+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL - Academic Free License (AFL 3.0)"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsbestsuppliers",
            "homepage": "https://github.com/PrestaShop/statsbestsuppliers",
            "support": {
                "source": "https://github.com/PrestaShop/statsbestsuppliers/tree/dev"
            },
            "install-path": "../../modules/statsbestsuppliers"
        },
        {
            "name": "prestashop/statsbestvouchers",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsbestvouchers.git",
                "reference": "9b9a8e1af451541e021c2af17c60e943fe594559"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsbestvouchers/zipball/9b9a8e1af451541e021c2af17c60e943fe594559",
                "reference": "9b9a8e1af451541e021c2af17c60e943fe594559",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-10T14:25:22+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsbestvouchers",
            "homepage": "https://github.com/PrestaShop/statsbestvouchers",
            "support": {
                "source": "https://github.com/PrestaShop/statsbestvouchers/tree/v2.0.1"
            },
            "install-path": "../../modules/statsbestvouchers"
        },
        {
            "name": "prestashop/statscarrier",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statscarrier.git",
                "reference": "9f4cc5c7dbcc6f08be0aa2e7e6dc333d1ea665dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statscarrier/zipball/9f4cc5c7dbcc6f08be0aa2e7e6dc333d1ea665dc",
                "reference": "9f4cc5c7dbcc6f08be0aa2e7e6dc333d1ea665dc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-11T07:50:23+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statscarrier",
            "homepage": "https://github.com/PrestaShop/statscarrier",
            "support": {
                "source": "https://github.com/PrestaShop/statscarrier/tree/v2.0.1"
            },
            "install-path": "../../modules/statscarrier"
        },
        {
            "name": "prestashop/statscatalog",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statscatalog.git",
                "reference": "eea71b6b598c27fe4de71956ff9b485ec78de97e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statscatalog/zipball/eea71b6b598c27fe4de71956ff9b485ec78de97e",
                "reference": "eea71b6b598c27fe4de71956ff9b485ec78de97e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-10-27T15:24:39+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statscatalog",
            "homepage": "https://github.com/PrestaShop/statscatalog",
            "support": {
                "source": "https://github.com/PrestaShop/statscatalog/tree/v2.0.2"
            },
            "install-path": "../../modules/statscatalog"
        },
        {
            "name": "prestashop/statscheckup",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statscheckup.git",
                "reference": "ef485adc627745c7e0fa25ad8082c6f4b96dc3cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statscheckup/zipball/ef485adc627745c7e0fa25ad8082c6f4b96dc3cf",
                "reference": "ef485adc627745c7e0fa25ad8082c6f4b96dc3cf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-04T15:20:35+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statscheckup",
            "homepage": "https://github.com/PrestaShop/statscheckup",
            "support": {
                "source": "https://github.com/PrestaShop/statscheckup/tree/v2.0.2"
            },
            "install-path": "../../modules/statscheckup"
        },
        {
            "name": "prestashop/statsdata",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsdata.git",
                "reference": "4de78d4c0b096f2d6768f5c96856ea8eabd8358c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsdata/zipball/4de78d4c0b096f2d6768f5c96856ea8eabd8358c",
                "reference": "4de78d4c0b096f2d6768f5c96856ea8eabd8358c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2020-07-15T13:10:39+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsdata",
            "homepage": "https://github.com/PrestaShop/statsdata",
            "support": {
                "source": "https://github.com/PrestaShop/statsdata/tree/master"
            },
            "install-path": "../../modules/statsdata"
        },
        {
            "name": "prestashop/statsforecast",
            "version": "v2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsforecast.git",
                "reference": "9f2ab9f6ca1bf35ee5f108c5f2ed346d3f8b9b73"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsforecast/zipball/9f2ab9f6ca1bf35ee5f108c5f2ed346d3f8b9b73",
                "reference": "9f2ab9f6ca1bf35ee5f108c5f2ed346d3f8b9b73",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-02-03T14:49:26+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsforecast",
            "homepage": "https://github.com/PrestaShop/statsforecast",
            "support": {
                "source": "https://github.com/PrestaShop/statsforecast/tree/v2.0.4"
            },
            "install-path": "../../modules/statsforecast"
        },
        {
            "name": "prestashop/statsnewsletter",
            "version": "v2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsnewsletter.git",
                "reference": "cca041983fee792469f865c9709f8f1a4cd4591c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsnewsletter/zipball/cca041983fee792469f865c9709f8f1a4cd4591c",
                "reference": "cca041983fee792469f865c9709f8f1a4cd4591c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-11T16:01:42+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsnewsletter",
            "homepage": "https://github.com/PrestaShop/statsnewsletter",
            "support": {
                "source": "https://github.com/PrestaShop/statsnewsletter/tree/v2.0.3"
            },
            "install-path": "../../modules/statsnewsletter"
        },
        {
            "name": "prestashop/statspersonalinfos",
            "version": "v2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statspersonalinfos.git",
                "reference": "f0dfeccf98e831287db9a66bee6785135fbba643"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statspersonalinfos/zipball/f0dfeccf98e831287db9a66bee6785135fbba643",
                "reference": "f0dfeccf98e831287db9a66bee6785135fbba643",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-10T14:47:14+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statspersonalinfos",
            "homepage": "https://github.com/PrestaShop/statspersonalinfos",
            "support": {
                "source": "https://github.com/PrestaShop/statspersonalinfos/tree/v2.0.4"
            },
            "install-path": "../../modules/statspersonalinfos"
        },
        {
            "name": "prestashop/statsproduct",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsproduct.git",
                "reference": "804f5a33ac45e41525613a1c87ff73928a2a4126"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsproduct/zipball/804f5a33ac45e41525613a1c87ff73928a2a4126",
                "reference": "804f5a33ac45e41525613a1c87ff73928a2a4126",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-04T12:54:39+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsproduct",
            "homepage": "https://github.com/PrestaShop/statsproduct",
            "support": {
                "source": "https://github.com/PrestaShop/statsproduct/tree/v2.1.1"
            },
            "install-path": "../../modules/statsproduct"
        },
        {
            "name": "prestashop/statsregistrations",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsregistrations.git",
                "reference": "efdc328afa96ffed859fb8333a3a18b9a86e1c4a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsregistrations/zipball/efdc328afa96ffed859fb8333a3a18b9a86e1c4a",
                "reference": "efdc328afa96ffed859fb8333a3a18b9a86e1c4a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-04T13:38:03+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsregistrations",
            "homepage": "https://github.com/PrestaShop/statsregistrations",
            "support": {
                "source": "https://github.com/PrestaShop/statsregistrations/tree/v2.0.1"
            },
            "install-path": "../../modules/statsregistrations"
        },
        {
            "name": "prestashop/statssales",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statssales.git",
                "reference": "35a14881b522bf442ff295dff1d673c90c9e8f10"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statssales/zipball/35a14881b522bf442ff295dff1d673c90c9e8f10",
                "reference": "35a14881b522bf442ff295dff1d673c90c9e8f10",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2022-04-08T12:58:57+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statssales",
            "homepage": "https://github.com/PrestaShop/statssales",
            "support": {
                "source": "https://github.com/PrestaShop/statssales/tree/v2.1.0"
            },
            "install-path": "../../modules/statssales"
        },
        {
            "name": "prestashop/statssearch",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statssearch.git",
                "reference": "10fe164304f1cf3d230f04c917d53e8859fed203"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statssearch/zipball/10fe164304f1cf3d230f04c917d53e8859fed203",
                "reference": "10fe164304f1cf3d230f04c917d53e8859fed203",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2022-01-11T07:51:12+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statssearch",
            "homepage": "https://github.com/PrestaShop/statssearch",
            "support": {
                "source": "https://github.com/PrestaShop/statssearch/tree/v2.0.2"
            },
            "install-path": "../../modules/statssearch"
        },
        {
            "name": "prestashop/statsstock",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/statsstock.git",
                "reference": "1b60aae430151943d6e4b0068a3e30ab2cc5843e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/statsstock/zipball/1b60aae430151943d6e4b0068a3e30ab2cc5843e",
                "reference": "1b60aae430151943d6e4b0068a3e30ab2cc5843e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2017-01-31T17:24:06+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL - Academic Free License (AFL 3.0)"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "PrestaShop module statsstock",
            "homepage": "https://github.com/PrestaShop/statsstock",
            "support": {
                "source": "https://github.com/PrestaShop/statsstock/tree/dev"
            },
            "install-path": "../../modules/statsstock"
        },
        {
            "name": "prestashop/translationtools-bundle",
            "version": "v4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/TranslationToolsBundle.git",
                "reference": "86a356f9cd7d063643d7e027ec75077c098b9c88"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/TranslationToolsBundle/zipball/86a356f9cd7d063643d7e027ec75077c098b9c88",
                "reference": "86a356f9cd7d063643d7e027ec75077c098b9c88",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4",
                "php": ">=7.1",
                "smarty/smarty": "^3.1",
                "symfony/twig-bridge": "^3.4 || ^4.4 || ^5.0",
                "twig/twig": "^1.38 || ^2.7 || ^3.0"
            },
            "require-dev": {
                "doctrine/common": "~2.10.0",
                "friendsofphp/php-cs-fixer": "^2.18",
                "phpunit/phpunit": "^7.5 || ^8.5",
                "symfony/framework-bundle": "^3.4 || ^4.4 || ^5.0",
                "symfony/translation": "^3.4 || ^4.4 || ^5.0"
            },
            "time": "2021-12-03T16:01:50+00:00",
            "type": "bundle",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\TranslationToolsBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                },
                {
                    "name": "PrestaShop Community",
                    "homepage": "http://contributors.prestashop.com/"
                }
            ],
            "description": "Translation tools for PrestaShop",
            "keywords": [
                "parser",
                "prestashop",
                "translation"
            ],
            "support": {
                "issues": "https://github.com/PrestaShop/TranslationToolsBundle/issues",
                "source": "https://github.com/PrestaShop/TranslationToolsBundle/tree/v4.1.1"
            },
            "install-path": "../prestashop/translationtools-bundle"
        },
        {
            "name": "prestashop/welcome",
            "version": "v6.0.7",
            "version_normalized": "6.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShop/welcome.git",
                "reference": "3223b2e34ea2ec6e4477b0217566ab828cdb3d58"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShop/welcome/zipball/3223b2e34ea2ec6e4477b0217566ab828cdb3d58",
                "reference": "3223b2e34ea2ec6e4477b0217566ab828cdb3d58",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "prestashop/php-dev-tools": "^3.4"
            },
            "time": "2021-08-30T16:15:05+00:00",
            "type": "prestashop-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "OnBoarding\\": "OnBoarding/"
                },
                "exclude-from-classmap": []
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "Welcome module for PrestaShop helping the users to create products.",
            "homepage": "https://github.com/PrestaShop/welcome",
            "support": {
                "source": "https://github.com/PrestaShop/welcome/tree/v6.0.7"
            },
            "install-path": "../../modules/welcome"
        },
        {
            "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"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/container",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2017-02-14T16:28:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://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/master"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/link",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/link.git",
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-10-28T16:06:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Link\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for HTTP links",
            "keywords": [
                "http",
                "http-link",
                "link",
                "psr",
                "psr-13",
                "rest"
            ],
            "support": {
                "source": "https://github.com/php-fig/link/tree/master"
            },
            "install-path": "../psr/link"
        },
        {
            "name": "psr/log",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2020-03-23T09:12:05+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": "http://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.3"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "psr/simple-cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2017-10-23T01:57:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https://github.com/php-fig/simple-cache/tree/master"
            },
            "install-path": "../psr/simple-cache"
        },
        {
            "name": "react/promise",
            "version": "v2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
            },
            "time": "2020-05-12T15:16:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "support": {
                "issues": "https://github.com/reactphp/promise/issues",
                "source": "https://github.com/reactphp/promise/tree/v2.8.0"
            },
            "install-path": "../react/promise"
        },
        {
            "name": "sensio/distribution-bundle",
            "version": "v5.0.25",
            "version_normalized": "5.0.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
                "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
                "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "sensiolabs/security-checker": "~5.0|~6.0",
                "symfony/class-loader": "~2.3|~3.0",
                "symfony/config": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/filesystem": "~2.3|~3.0",
                "symfony/http-kernel": "~2.3|~3.0",
                "symfony/process": "~2.3|~3.0"
            },
            "time": "2019-06-18T15:43:58+00:00",
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\DistributionBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Base bundle for Symfony Distributions",
            "keywords": [
                "configuration",
                "distribution"
            ],
            "support": {
                "issues": "https://github.com/sensiolabs/SensioDistributionBundle/issues",
                "source": "https://github.com/sensiolabs/SensioDistributionBundle/tree/master"
            },
            "abandoned": true,
            "install-path": "../sensio/distribution-bundle"
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v5.4.1",
            "version_normalized": "5.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
                "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/persistence": "^1.0",
                "php": ">=7.1.3",
                "symfony/config": "^3.4|^4.3",
                "symfony/dependency-injection": "^3.4|^4.3",
                "symfony/framework-bundle": "^3.4|^4.3",
                "symfony/http-kernel": "^3.4|^4.3"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "^1.6",
                "doctrine/orm": "^2.5",
                "nyholm/psr7": "^1.1",
                "symfony/browser-kit": "^3.4|^4.3",
                "symfony/dom-crawler": "^3.4|^4.3",
                "symfony/expression-language": "^3.4|^4.3",
                "symfony/finder": "^3.4|^4.3",
                "symfony/monolog-bridge": "^3.0|^4.0",
                "symfony/monolog-bundle": "^3.2",
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
                "symfony/psr-http-message-bridge": "^1.1",
                "symfony/security-bundle": "^3.4|^4.3",
                "symfony/twig-bundle": "^3.4|^4.3",
                "symfony/yaml": "^3.4|^4.3",
                "twig/twig": "~1.12|~2.0"
            },
            "suggest": {
                "symfony/expression-language": "",
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
                "symfony/security-bundle": ""
            },
            "time": "2019-07-08T08:31:25+00:00",
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle provides a way to configure your controllers with annotations",
            "keywords": [
                "annotations",
                "controllers"
            ],
            "support": {
                "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues",
                "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v5.4.1"
            },
            "install-path": "../sensio/framework-extra-bundle"
        },
        {
            "name": "sensiolabs/security-checker",
            "version": "v6.0.3",
            "version_normalized": "6.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/security-checker.git",
                "reference": "a576c01520d9761901f269c4934ba55448be4a54"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
                "reference": "a576c01520d9761901f269c4934ba55448be4a54",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/console": "^2.8|^3.4|^4.2|^5.0",
                "symfony/http-client": "^4.3|^5.0",
                "symfony/mime": "^4.3|^5.0",
                "symfony/polyfill-ctype": "^1.11"
            },
            "time": "2019-11-01T13:20:14+00:00",
            "bin": [
                "security-checker"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SensioLabs\\Security\\": "SensioLabs/Security"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien.potencier@gmail.com"
                }
            ],
            "description": "A security checker for your composer.lock",
            "support": {
                "issues": "https://github.com/sensiolabs/security-checker/issues",
                "source": "https://github.com/sensiolabs/security-checker/tree/master"
            },
            "abandoned": "https://github.com/fabpot/local-php-security-checker",
            "install-path": "../sensiolabs/security-checker"
        },
        {
            "name": "shudrum/array-finder",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Shudrum/ArrayFinder.git",
                "reference": "42380f01017371b7a1e8e02b0bf12cb534e454d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Shudrum/ArrayFinder/zipball/42380f01017371b7a1e8e02b0bf12cb534e454d7",
                "reference": "42380f01017371b7a1e8e02b0bf12cb534e454d7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2016-02-01T12:23:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Shudrum\\Component\\ArrayFinder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Julien Martin",
                    "email": "martin.julien82@gmail.com"
                }
            ],
            "description": "ArrayFinder component",
            "homepage": "https://github.com/Shudrum/ArrayFinder",
            "support": {
                "issues": "https://github.com/Shudrum/ArrayFinder/issues",
                "source": "https://github.com/Shudrum/ArrayFinder/tree/master"
            },
            "install-path": "../shudrum/array-finder"
        },
        {
            "name": "smarty/smarty",
            "version": "v3.1.43",
            "version_normalized": "3.1.43.0",
            "source": {
                "type": "git",
                "url": "https://github.com/smarty-php/smarty.git",
                "reference": "273f7e00fec034f6d61112552e9caf08d19565b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/smarty-php/smarty/zipball/273f7e00fec034f6d61112552e9caf08d19565b7",
                "reference": "273f7e00fec034f6d61112552e9caf08d19565b7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8",
                "smarty/smarty-lexer": "^3.1"
            },
            "time": "2022-01-10T09:52:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "libs/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Monte Ohrt",
                    "email": "monte@ohrt.com"
                },
                {
                    "name": "Uwe Tews",
                    "email": "uwe.tews@googlemail.com"
                },
                {
                    "name": "Rodney Rehm",
                    "email": "rodney.rehm@medialize.de"
                }
            ],
            "description": "Smarty - the compiling PHP template engine",
            "homepage": "http://www.smarty.net",
            "keywords": [
                "templating"
            ],
            "support": {
                "forum": "http://www.smarty.net/forums/",
                "irc": "irc://irc.freenode.org/smarty",
                "issues": "https://github.com/smarty-php/smarty/issues",
                "source": "https://github.com/smarty-php/smarty/tree/v3.1.43"
            },
            "install-path": "../smarty/smarty"
        },
        {
            "name": "soundasleep/html2text",
            "version": "0.5.0",
            "version_normalized": "0.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/soundasleep/html2text.git",
                "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
                "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.0",
                "soundasleep/component-tests": "dev-master"
            },
            "time": "2017-04-19T22:01:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Html2Text\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "EPL-1.0"
            ],
            "authors": [
                {
                    "name": "Jevon Wright",
                    "homepage": "https://jevon.org",
                    "role": "Developer"
                }
            ],
            "description": "A PHP script to convert HTML into a plain text format",
            "homepage": "https://github.com/soundasleep/html2text",
            "keywords": [
                "email",
                "html",
                "php",
                "text"
            ],
            "support": {
                "email": "support@jevon.org",
                "issues": "https://github.com/soundasleep/html2text/issues",
                "source": "https://github.com/soundasleep/html2text/tree/master"
            },
            "install-path": "../soundasleep/html2text"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v6.2.3",
            "version_normalized": "6.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "~2.0",
                "php": ">=7.0.0",
                "symfony/polyfill-iconv": "^1.0",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
            },
            "suggest": {
                "ext-intl": "Needed to support internationalized email addresses",
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
            },
            "time": "2019-11-12T09:31:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "https://swiftmailer.symfony.com",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "support": {
                "issues": "https://github.com/swiftmailer/swiftmailer/issues",
                "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.3"
            },
            "install-path": "../swiftmailer/swiftmailer"
        },
        {
            "name": "symfony/http-client",
            "version": "v4.4.11",
            "version_normalized": "4.4.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-client.git",
                "reference": "c71448cfd772db2334e30f993c9011e14677f604"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client/zipball/c71448cfd772db2334e30f993c9011e14677f604",
                "reference": "c71448cfd772db2334e30f993c9011e14677f604",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "^1.0",
                "symfony/http-client-contracts": "^1.1.8|^2",
                "symfony/polyfill-php73": "^1.11",
                "symfony/service-contracts": "^1.0|^2"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "1.0",
                "symfony/http-client-implementation": "1.1"
            },
            "require-dev": {
                "guzzlehttp/promises": "^1.3.1",
                "nyholm/psr7": "^1.0",
                "php-http/httplug": "^1.0|^2.0",
                "psr/http-client": "^1.0",
                "symfony/dependency-injection": "^4.3|^5.0",
                "symfony/http-kernel": "^4.4",
                "symfony/process": "^4.2|^5.0"
            },
            "time": "2020-07-04T09:37:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpClient\\": ""
                },
                "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": "Symfony HttpClient component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-client/tree/v4.4.11"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/http-client"
        },
        {
            "name": "symfony/http-client-contracts",
            "version": "v1.1.9",
            "version_normalized": "1.1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-client-contracts.git",
                "reference": "3281d24779c56fecc265a93126f1a02feced96eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3281d24779c56fecc265a93126f1a02feced96eb",
                "reference": "3281d24779c56fecc265a93126f1a02feced96eb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "suggest": {
                "symfony/http-client-implementation": ""
            },
            "time": "2020-07-06T13:19:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-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/v1.1.9"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/http-client-contracts"
        },
        {
            "name": "symfony/mime",
            "version": "v4.4.11",
            "version_normalized": "4.4.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "cb00d7210bc096f997e63189a62b5e35d72babac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/cb00d7210bc096f997e63189a62b5e35d72babac",
                "reference": "cb00d7210bc096f997e63189a62b5e35d72babac",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "symfony/mailer": "<4.4"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10",
                "symfony/dependency-injection": "^3.4|^4.1|^5.0"
            },
            "time": "2020-07-22T12:10:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mime\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A library to manipulate MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "support": {
                "source": "https://github.com/symfony/mime/tree/4.4"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/mime"
        },
        {
            "name": "symfony/monolog-bundle",
            "version": "v3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/monolog-bundle.git",
                "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
                "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "~1.22 || ~2.0",
                "php": ">=5.6",
                "symfony/config": "~3.4 || ~4.0 || ^5.0",
                "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
                "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
                "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
            },
            "require-dev": {
                "symfony/console": "~3.4 || ~4.0 || ^5.0",
                "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
                "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
            },
            "time": "2019-11-13T13:11:14+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": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony MonologBundle",
            "homepage": "http://symfony.com",
            "keywords": [
                "log",
                "logging"
            ],
            "support": {
                "issues": "https://github.com/symfony/monolog-bundle/issues",
                "source": "https://github.com/symfony/monolog-bundle/tree/v3.5.0"
            },
            "install-path": "../symfony/monolog-bundle"
        },
        {
            "name": "symfony/polyfill-apcu",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-apcu.git",
                "reference": "f1d94a98e364f4b84252331a40cb7987b847e241"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/f1d94a98e364f4b84252331a40cb7987b847e241",
                "reference": "f1d94a98e364f4b84252331a40cb7987b847e241",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Apcu\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "apcu",
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-apcu/tree/v1.18.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-apcu"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
                "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.18.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
                "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Iconv extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "iconv",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-iconv/tree/master"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-iconv"
        },
        {
            "name": "symfony/polyfill-intl-icu",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
                "reference": "4e45a6e39041a9cc78835b11abc47874ae302a55"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4e45a6e39041a9cc78835b11abc47874ae302a55",
                "reference": "4e45a6e39041a9cc78835b11abc47874ae302a55",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "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 ICU-related data and classes",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "icu",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.18.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-icu"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
                "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php70": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2020-08-04T06:02:08+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Trevor Rowbotham",
                    "email": "trevor.rowbotham@pm.me"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.18.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-idn"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
                "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-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.18.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
                "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-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.18.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php56",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php56.git",
                "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/13df84e91cd168f247c2f2ec82cc0fa24901c011",
                "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-util": "~1.0"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php56\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php56/tree/v1.18.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php56"
        },
        {
            "name": "symfony/polyfill-php70",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php70.git",
                "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
                "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
                "php": ">=5.3.3"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php70\\": ""
                },
                "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.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php70/tree/master"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php70"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "639447d008615574653fb3bc60d1986d7172eaae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
                "reference": "639447d008615574653fb3bc60d1986d7172eaae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/master"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php72"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
                "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-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/master"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php73"
        },
        {
            "name": "symfony/polyfill-util",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-util.git",
                "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/46b910c71e9828f8ec2aa7a0314de1130d9b295a",
                "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "time": "2020-07-14T12:35:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Util\\": ""
                }
            },
            "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 utilities for portability of PHP codes",
            "homepage": "https://symfony.com",
            "keywords": [
                "compat",
                "compatibility",
                "polyfill",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-util/tree/v1.18.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-util"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v1.1.9",
            "version_normalized": "1.1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26",
                "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/container": "^1.0"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "time": "2020-07-06T13:19:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-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/v1.1.9"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/service-contracts"
        },
        {
            "name": "symfony/swiftmailer-bundle",
            "version": "v3.2.6",
            "version_normalized": "3.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
                "reference": "7a83160b50a2479d37eb74ba71577380b9afe4f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/7a83160b50a2479d37eb74ba71577380b9afe4f5",
                "reference": "7a83160b50a2479d37eb74ba71577380b9afe4f5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "swiftmailer/swiftmailer": "^6.1.3",
                "symfony/config": "~2.8|~3.3|~4.0",
                "symfony/dependency-injection": "~2.7|~3.3|~4.0",
                "symfony/http-kernel": "~2.7|~3.3|~4.0"
            },
            "require-dev": {
                "symfony/console": "~2.7|~3.3|~4.0",
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
                "symfony/phpunit-bridge": "~3.3|~4.0",
                "symfony/yaml": "~2.7|~3.3|~4.0"
            },
            "suggest": {
                "psr/log": "Allows logging"
            },
            "time": "2019-04-18T15:52:54+00:00",
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony SwiftmailerBundle",
            "homepage": "http://symfony.com",
            "support": {
                "issues": "https://github.com/symfony/swiftmailer-bundle/issues",
                "source": "https://github.com/symfony/swiftmailer-bundle/tree/master"
            },
            "install-path": "../symfony/swiftmailer-bundle"
        },
        {
            "name": "symfony/symfony",
            "version": "v3.4.49",
            "version_normalized": "3.4.49.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
                "reference": "ba0e346e3ad11de4a307fe4fa2452a3656dcc17b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/symfony/zipball/ba0e346e3ad11de4a307fe4fa2452a3656dcc17b",
                "reference": "ba0e346e3ad11de4a307fe4fa2452a3656dcc17b",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4",
                "ext-xml": "*",
                "fig/link-util": "^1.0",
                "php": "^5.5.9|>=7.0.8",
                "psr/cache": "~1.0",
                "psr/container": "^1.0",
                "psr/link": "^1.0",
                "psr/log": "~1.0",
                "psr/simple-cache": "^1.0",
                "symfony/polyfill-apcu": "~1.1",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-icu": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php56": "~1.0",
                "symfony/polyfill-php70": "~1.6",
                "twig/twig": "^1.41|^2.10"
            },
            "conflict": {
                "monolog/monolog": ">=2",
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
                "phpdocumentor/type-resolver": "<0.3.0",
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
            },
            "provide": {
                "psr/cache-implementation": "1.0",
                "psr/container-implementation": "1.0",
                "psr/log-implementation": "1.0",
                "psr/simple-cache-implementation": "1.0"
            },
            "replace": {
                "symfony/asset": "self.version",
                "symfony/browser-kit": "self.version",
                "symfony/cache": "self.version",
                "symfony/class-loader": "self.version",
                "symfony/config": "self.version",
                "symfony/console": "self.version",
                "symfony/css-selector": "self.version",
                "symfony/debug": "self.version",
                "symfony/debug-bundle": "self.version",
                "symfony/dependency-injection": "self.version",
                "symfony/doctrine-bridge": "self.version",
                "symfony/dom-crawler": "self.version",
                "symfony/dotenv": "self.version",
                "symfony/event-dispatcher": "self.version",
                "symfony/expression-language": "self.version",
                "symfony/filesystem": "self.version",
                "symfony/finder": "self.version",
                "symfony/form": "self.version",
                "symfony/framework-bundle": "self.version",
                "symfony/http-foundation": "self.version",
                "symfony/http-kernel": "self.version",
                "symfony/inflector": "self.version",
                "symfony/intl": "self.version",
                "symfony/ldap": "self.version",
                "symfony/lock": "self.version",
                "symfony/monolog-bridge": "self.version",
                "symfony/options-resolver": "self.version",
                "symfony/process": "self.version",
                "symfony/property-access": "self.version",
                "symfony/property-info": "self.version",
                "symfony/proxy-manager-bridge": "self.version",
                "symfony/routing": "self.version",
                "symfony/security": "self.version",
                "symfony/security-bundle": "self.version",
                "symfony/security-core": "self.version",
                "symfony/security-csrf": "self.version",
                "symfony/security-guard": "self.version",
                "symfony/security-http": "self.version",
                "symfony/serializer": "self.version",
                "symfony/stopwatch": "self.version",
                "symfony/templating": "self.version",
                "symfony/translation": "self.version",
                "symfony/twig-bridge": "self.version",
                "symfony/twig-bundle": "self.version",
                "symfony/validator": "self.version",
                "symfony/var-dumper": "self.version",
                "symfony/web-link": "self.version",
                "symfony/web-profiler-bundle": "self.version",
                "symfony/web-server-bundle": "self.version",
                "symfony/workflow": "self.version",
                "symfony/yaml": "self.version"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/annotations": "~1.0",
                "doctrine/cache": "~1.6",
                "doctrine/data-fixtures": "^1.1",
                "doctrine/dbal": "~2.4",
                "doctrine/doctrine-bundle": "~1.4",
                "doctrine/orm": "~2.4,>=2.4.5",
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
                "monolog/monolog": "~1.11",
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
                "predis/predis": "~1.0",
                "symfony/phpunit-bridge": "^5.2",
                "symfony/security-acl": "~2.8|~3.0"
            },
            "time": "2021-05-19T12:07:19+00:00",
            "type": "library",
            "extra": {
                "branch-version": "3.4"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                    "Symfony\\Component\\": "src/Symfony/Component/"
                },
                "classmap": [
                    "src/Symfony/Component/Intl/Resources/stubs"
                ],
                "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": "The Symfony PHP framework",
            "homepage": "https://symfony.com",
            "keywords": [
                "framework"
            ],
            "support": {
                "issues": "https://github.com/symfony/symfony/issues",
                "source": "https://github.com/symfony/symfony/tree/v3.4.49"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/symfony"
        },
        {
            "name": "tecnickcom/tcpdf",
            "version": "6.3.5",
            "version_normalized": "6.3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/TCPDF.git",
                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2020-02-14T14:20:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "config",
                    "include",
                    "tcpdf.php",
                    "tcpdf_parser.php",
                    "tcpdf_import.php",
                    "tcpdf_barcodes_1d.php",
                    "tcpdf_barcodes_2d.php",
                    "include/tcpdf_colors.php",
                    "include/tcpdf_filters.php",
                    "include/tcpdf_font_data.php",
                    "include/tcpdf_fonts.php",
                    "include/tcpdf_images.php",
                    "include/tcpdf_static.php",
                    "include/barcodes/datamatrix.php",
                    "include/barcodes/pdf417.php",
                    "include/barcodes/qrcode.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
            "homepage": "http://www.tcpdf.org/",
            "keywords": [
                "PDFD32000-2008",
                "TCPDF",
                "barcodes",
                "datamatrix",
                "pdf",
                "pdf417",
                "qrcode"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/TCPDF/issues",
                "source": "https://github.com/tecnickcom/TCPDF/tree/6.3.5"
            },
            "install-path": "../tecnickcom/tcpdf"
        },
        {
            "name": "tijsverkoyen/css-to-inline-styles",
            "version": "2.2.3",
            "version_normalized": "2.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
                "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
                "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^5.5 || ^7.0 || ^8.0",
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
            },
            "time": "2020-07-13T06:12:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Tijs Verkoyen",
                    "email": "css_to_inline_styles@verkoyen.eu",
                    "role": "Developer"
                }
            ],
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
            "support": {
                "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
                "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
            },
            "install-path": "../tijsverkoyen/css-to-inline-styles"
        },
        {
            "name": "twig/twig",
            "version": "v1.43.1",
            "version_normalized": "1.43.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "2311602f6a208715252febe682fa7c38e56a3373"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/2311602f6a208715252febe682fa7c38e56a3373",
                "reference": "2311602f6a208715252febe682fa7c38e56a3373",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
            },
            "time": "2020-08-05T15:05:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.43-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "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/v1.43.1"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "../twig/twig"
        },
        {
            "name": "willdurand/jsonp-callback-validator",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "time": "2014-01-20T22:35:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "JsonpCallbackValidator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com",
                    "homepage": "http://www.willdurand.fr"
                }
            ],
            "description": "JSONP callback validator.",
            "support": {
                "issues": "https://github.com/willdurand/JsonpCallbackValidator/issues",
                "source": "https://github.com/willdurand/JsonpCallbackValidator/tree/master"
            },
            "install-path": "../willdurand/jsonp-callback-validator"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
