[
    {
        "name": "analog/analog",
        "version": "1.0.12-stable",
        "version_normalized": "1.0.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jbroadway/analog.git",
            "reference": "4ac87ac59555db6eaba734b2b022fcc296e8729d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jbroadway/analog/zipball/4ac87ac59555db6eaba734b2b022fcc296e8729d",
            "reference": "4ac87ac59555db6eaba734b2b022fcc296e8729d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "psr/log": "1.*"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5"
        },
        "time": "2019-03-05T22:41:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Analog": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Johnny Broadway",
                "email": "johnny@johnnybroadway.com",
                "homepage": "http://www.johnnybroadway.com/"
            }
        ],
        "description": "PHP logging class that can be extended via closures. Includes several pre-built handlers including file, mail, syslog, HTTP post, and MongoDB.",
        "homepage": "https://github.com/jbroadway/analog",
        "keywords": [
            "alerts",
            "debug",
            "debugging",
            "error",
            "log",
            "logger",
            "logging",
            "syslog"
        ]
    },
    {
        "name": "beberlei/DoctrineExtensions",
        "version": "v1.1.9",
        "version_normalized": "1.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/beberlei/DoctrineExtensions.git",
            "reference": "a41f8b541f2e9b31f7cd43c91d6d88d9963f091c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/a41f8b541f2e9b31f7cd43c91d6d88d9963f091c",
            "reference": "a41f8b541f2e9b31f7cd43c91d6d88d9963f091c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "doctrine/orm": "^2.5",
            "friendsofphp/php-cs-fixer": "^2.14",
            "nesbot/carbon": "*",
            "phpunit/phpunit": "^5.7",
            "symfony/yaml": "^4.2",
            "zf1/zend-date": "^1.12",
            "zf1/zend-registry": "^1.12"
        },
        "time": "2019-02-04T15:25:09+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"
        ]
    },
    {
        "name": "composer/ca-bundle",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/ca-bundle.git",
            "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
            "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "ext-pcre": "*",
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
            "psr/log": "^1.0",
            "symfony/process": "^2.5 || ^3.0 || ^4.0"
        },
        "time": "2019-01-28T09:30:10+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"
        ]
    },
    {
        "name": "composer/installers",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/installers.git",
            "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
            "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "replace": {
            "roundcube/plugin-installer": "*",
            "shama/baton": "*"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpunit/phpunit": "^4.8.36"
        },
        "time": "2018-08-27T06:10:37+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",
            "Mautic",
            "Maya",
            "OXID",
            "Plentymarkets",
            "Porto",
            "RadPHP",
            "SMF",
            "Thelia",
            "WolfCMS",
            "agl",
            "aimeos",
            "annotatecms",
            "attogram",
            "bitrix",
            "cakephp",
            "chef",
            "cockpit",
            "codeigniter",
            "concrete5",
            "croogo",
            "dokuwiki",
            "drupal",
            "eZ Platform",
            "elgg",
            "expressionengine",
            "fuelphp",
            "grav",
            "installer",
            "itop",
            "joomla",
            "kohana",
            "laravel",
            "lavalite",
            "lithium",
            "magento",
            "majima",
            "mako",
            "mediawiki",
            "modulework",
            "modx",
            "moodle",
            "osclass",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "pxcms",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "sydes",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "csa/guzzle-bundle",
        "version": "v1.3.12",
        "version_normalized": "1.3.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/csarrazi/CsaGuzzleBundle.git",
            "reference": "b933c3ea4b30c0467b24ffbf9d77a6f576d191f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/csarrazi/CsaGuzzleBundle/zipball/b933c3ea4b30c0467b24ffbf9d77a6f576d191f4",
            "reference": "b933c3ea4b30c0467b24ffbf9d77a6f576d191f4",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^4.0|^5.0",
            "guzzlehttp/log-subscriber": "^1.0",
            "php": ">=5.4.0|<7.1",
            "symfony/dependency-injection": "^2.8|^3.0",
            "symfony/expression-language": "^2.8|^3.0",
            "symfony/framework-bundle": "^2.8|^3.0",
            "symfony/http-kernel": "^2.8|^3.0",
            "twig/twig": "^1.34|^2.4"
        },
        "require-dev": {
            "doctrine/cache": "^1.1",
            "guzzlehttp/guzzle-services": ">=0.3|<0.6",
            "phpunit/phpunit": "^4.0",
            "symfony/phpunit-bridge": "^2.8|^3.0",
            "symfony/web-profiler-bundle": "^2.8|^3.0",
            "symfony/yaml": "^2.8|^3.0"
        },
        "suggest": {
            "doctrine/cache": "Allows caching of responses",
            "guzzlehttp/guzzle-services": "Allow web service description"
        },
        "time": "2018-06-12T07:19:01+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Csa\\Bundle\\GuzzleBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Charles Sarrazin",
                "email": "charles@sarraz.in"
            }
        ],
        "description": "A bundle integrating GuzzleHttp >= 4.0"
    },
    {
        "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": "source",
        "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"
        }
    },
    {
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
            "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2017-02-24T16:22:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.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": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "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"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
            "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
            "shasum": ""
        },
        "require": {
            "php": "~5.5|~7.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2017-07-22T12:49:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.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": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "~0.1@dev",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2017-01-03T10:49:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.5.3",
        "version_normalized": "2.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
            "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2015-12-25T13:10:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.5.13",
        "version_normalized": "2.5.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
            "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.4,<2.8-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "symfony/console": "2.*||^3.0"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2017-07-22T20:44:48+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "1.10.2",
        "version_normalized": "1.10.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "1f99e6645030542079c57d4680601a4a8778a1bd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1f99e6645030542079c57d4680601a4a8778a1bd",
            "reference": "1f99e6645030542079c57d4680601a4a8778a1bd",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "^2.5.12",
            "doctrine/doctrine-cache-bundle": "~1.2",
            "jdorn/sql-formatter": "^1.2.16",
            "php": "^5.5.9|^7.0",
            "symfony/console": "~2.7|~3.0|~4.0",
            "symfony/dependency-injection": "~2.7|~3.0|~4.0",
            "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
            "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
        },
        "conflict": {
            "symfony/http-foundation": "<2.6"
        },
        "require-dev": {
            "doctrine/orm": "~2.4",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
            "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
            "symfony/property-info": "~2.8|~3.0|~4.0",
            "symfony/validator": "~2.7|~3.0|~4.0",
            "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
            "symfony/yaml": "~2.7|~3.0|~4.0",
            "twig/twig": "~1.26|~2.0"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "To use the data collector."
        },
        "time": "2019-02-06T13:18:04+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "doctrine/doctrine-cache-bundle",
        "version": "1.3.5",
        "version_normalized": "1.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
            "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
            "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.4.2",
            "doctrine/inflector": "~1.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
        },
        "require-dev": {
            "instaclick/coding-standard": "~1.1",
            "instaclick/object-calisthenics-sniffs": "dev-master",
            "instaclick/symfony2-coding-standard": "dev-remaster",
            "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
            "predis/predis": "~0.8",
            "satooshi/php-coveralls": "^1.0",
            "squizlabs/php_codesniffer": "~1.5",
            "symfony/console": "~2.7|~3.3|~4.0",
            "symfony/finder": "~2.7|~3.3|~4.0",
            "symfony/framework-bundle": "~2.7|~3.3|~4.0",
            "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
            "symfony/security-acl": "~2.7|~3.3",
            "symfony/validator": "~2.7|~3.3|~4.0",
            "symfony/yaml": "~2.7|~3.3|~4.0"
        },
        "suggest": {
            "symfony/security-acl": "For using this bundle to cache ACLs"
        },
        "time": "2018-11-09T06:25:35+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.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": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "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": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Bundle for Doctrine Cache",
        "homepage": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06T14:35:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "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"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3,<8.0-DEV"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-06-14T21:17:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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://github.com/doctrine/instantiator",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "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": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.5.14",
        "version_normalized": "2.5.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/orm.git",
            "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/orm/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
            "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "~1.4",
            "doctrine/collections": "~1.2",
            "doctrine/common": ">=2.5-dev,<2.9-dev",
            "doctrine/dbal": ">=2.5-dev,<2.7-dev",
            "doctrine/instantiator": "^1.0.1",
            "ext-pdo": "*",
            "php": ">=5.4",
            "symfony/console": "~2.5|~3.0|~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "symfony/yaml": "~2.3|~3.0|~4.0"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2017-12-17T02:57:51+00:00",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\ORM\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.10.0",
        "version_normalized": "4.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezyang/htmlpurifier.git",
            "reference": "d85d39da4576a6934b72480be6978fb10c860021"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
            "reference": "d85d39da4576a6934b72480be6978fb10c860021",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "^1.1"
        },
        "time": "2018-02-23T01:58:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "fig/link-util",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link-util.git",
            "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
            "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "psr/link": "~1.0@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.1",
            "squizlabs/php_codesniffer": "^2.3.1"
        },
        "time": "2016-10-17T18:31:11+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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "greenlion/php-sql-parser",
        "version": "4.2.1",
        "version_normalized": "4.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/greenlion/PHP-SQL-Parser.git",
            "reference": "249e8342c9b29e7444090bc66da5e870a0b28b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/greenlion/PHP-SQL-Parser/zipball/249e8342c9b29e7444090bc66da5e870a0b28b8c",
            "reference": "249e8342c9b29e7444090bc66da5e870a0b28b8c",
            "shasum": ""
        },
        "require": {
            "analog/analog": "^1.0.6",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0.14",
            "squizlabs/php_codesniffer": "^1.5.1"
        },
        "time": "2018-12-23T05:09:55+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"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "5.3.3",
        "version_normalized": "5.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9",
            "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/ringphp": "^1.1",
            "php": ">=5.4.0",
            "react/promise": "^2.2"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2018-07-31T13:33:10+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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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."
    },
    {
        "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"
        ]
    },
    {
        "name": "incenteev/composer-parameter-handler",
        "version": "v2.1.3",
        "version_normalized": "2.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Incenteev/ParameterHandler.git",
            "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
            "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "composer/composer": "^1.0@dev",
            "symfony/filesystem": "^2.3 || ^3 || ^4",
            "symfony/phpunit-bridge": "^4.0"
        },
        "time": "2018-02-13T18:05:56+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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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"
    },
    {
        "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."
    },
    {
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "league/tactician-bundle",
        "version": "v0.4.1",
        "version_normalized": "0.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/tactician-bundle.git",
            "reference": "14b38eb1d855fdd805eee2f6c1c20e956534381f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/tactician-bundle/zipball/14b38eb1d855fdd805eee2f6c1c20e956534381f",
            "reference": "14b38eb1d855fdd805eee2f6c1c20e956534381f",
            "shasum": ""
        },
        "require": {
            "league/tactician": "^1.0",
            "php": ">=5.5",
            "symfony/config": "^2.3|^3.0",
            "symfony/dependency-injection": "^2.3|^3.0",
            "symfony/http-kernel": "^2.3|^3.0",
            "symfony/yaml": "^2.3|^3.0"
        },
        "require-dev": {
            "league/tactician-doctrine": "^1.0",
            "matthiasnoback/symfony-config-test": "~1.0",
            "matthiasnoback/symfony-dependency-injection-test": "^0.7",
            "mockery/mockery": "~0.9.4",
            "phpunit/phpunit": "~4.5",
            "symfony/validator": "^2.3|^3.0"
        },
        "suggest": {
            "league/tactician-doctrine": "For doctrine transaction middleware",
            "symfony/validator": "For command validator middleware"
        },
        "time": "2016-04-21T08:00:01+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Tactician\\Bundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Rafael Dohms",
                "homepage": "http://doh.ms"
            },
            {
                "name": "Xander Smalbil",
                "email": "xander@videofunk.nl"
            },
            {
                "name": "Richard Tuin",
                "homepage": "http://www.rtuin.nl/"
            },
            {
                "name": "Ross Tuck",
                "email": "me@rosstuck.com"
            }
        ],
        "description": "Bundle to integrate Tactician with Symfony projects",
        "keywords": [
            "bundle",
            "symfony",
            "tactician"
        ]
    },
    {
        "name": "markbaker/complex",
        "version": "1.4.7",
        "version_normalized": "1.4.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MarkBaker/PHPComplex.git",
            "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
            "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
            "shasum": ""
        },
        "require": {
            "php": "^5.6.0|^7.0.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
            "phpcompatibility/php-compatibility": "^8.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.3.0"
        },
        "time": "2018-10-13T23:28:42+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"
        ]
    },
    {
        "name": "markbaker/matrix",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MarkBaker/PHPMatrix.git",
            "reference": "6ea97472b5baf12119b4f31f802835b820dd6d64"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/6ea97472b5baf12119b4f31f802835b820dd6d64",
            "reference": "6ea97472b5baf12119b4f31f802835b820dd6d64",
            "shasum": ""
        },
        "require": {
            "php": "^5.6.0|^7.0.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
            "phpcompatibility/php-compatibility": "^8.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.3.0"
        },
        "time": "2018-11-04T22:12:12+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"
        ]
    },
    {
        "name": "matthiasmullie/minify",
        "version": "1.3.61",
        "version_normalized": "1.3.61.0",
        "source": {
            "type": "git",
            "url": "https://github.com/matthiasmullie/minify.git",
            "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
            "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
            "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": "2018-11-26T23:10:39+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"
        ]
    },
    {
        "name": "matthiasmullie/path-converter",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/matthiasmullie/path-converter.git",
            "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
            "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2018-10-25T15:19:41+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"
        ]
    },
    {
        "name": "maxmind-db/reader",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
            "reference": "eb83d0ee1c1f9b8a340206302136bc81ee02ae74"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/eb83d0ee1c1f9b8a340206302136bc81ee02ae74",
            "reference": "eb83d0ee1c1f9b8a340206302136bc81ee02ae74",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "2.*",
            "phpunit/phpunit": "4.* || 5.*",
            "satooshi/php-coveralls": "1.0.*",
            "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-01-04T19:55:56+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": "http://www.maxmind.com/"
            }
        ],
        "description": "MaxMind DB Reader API",
        "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
        "keywords": [
            "database",
            "geoip",
            "geoip2",
            "geolocation",
            "maxmind"
        ]
    },
    {
        "name": "maxmind/web-service-common",
        "version": "v0.5.0",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/maxmind/web-service-common-php.git",
            "reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/61a9836fa3bb1743ab89752bae5005d71e78c73b",
            "reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.0.3",
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=5.4"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "2.*",
            "phpunit/phpunit": "4.*",
            "squizlabs/php_codesniffer": "3.*"
        },
        "time": "2018-02-12T22:31:54+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"
    },
    {
        "name": "mobiledetect/mobiledetectlib",
        "version": "2.8.33",
        "version_normalized": "2.8.33.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102",
            "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.35||~5.7"
        },
        "time": "2018-09-01T15:05:15+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"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.24.0",
        "version_normalized": "1.24.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
            "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
            "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",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "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": "2018-11-05T09:00:11+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"
        ]
    },
    {
        "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/"
    },
    {
        "name": "nikic/php-parser",
        "version": "v3.1.5",
        "version_normalized": "3.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
            "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0|~5.0"
        },
        "time": "2018-02-28T20:30:58+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "pear/archive_tar",
        "version": "1.4.6",
        "version_normalized": "1.4.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Archive_Tar.git",
            "reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b8e33f9063a7cd1d20f079014f8382b3a7aee47e",
            "reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e",
            "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": "2019-02-01T11:10:38+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"
        ]
    },
    {
        "name": "pear/console_getopt",
        "version": "v1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Console_Getopt.git",
            "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0",
            "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0",
            "shasum": ""
        },
        "time": "2019-02-06T16:52:33+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": "Greg Beaver",
                "email": "cellog@php.net",
                "role": "Helper"
            },
            {
                "name": "Andrei Zmievski",
                "email": "andrei@php.net",
                "role": "Lead"
            },
            {
                "name": "Stig Bakken",
                "email": "stig@php.net",
                "role": "Developer"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/Console_Getopt"
    },
    {
        "name": "pear/pear-core-minimal",
        "version": "v1.10.9",
        "version_normalized": "1.10.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/pear-core-minimal.git",
            "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f",
            "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f",
            "shasum": ""
        },
        "require": {
            "pear/console_getopt": "~1.4",
            "pear/pear_exception": "~1.0"
        },
        "replace": {
            "rsky/pear-core-min": "self.version"
        },
        "time": "2019-03-13T18:15:44+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"
    },
    {
        "name": "pear/pear_exception",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/PEAR_Exception.git",
            "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
            "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
            "shasum": ""
        },
        "require": {
            "php": ">=4.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2015-02-10T20:07:52+00:00",
        "type": "class",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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"
        ]
    },
    {
        "name": "pelago/emogrifier",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MyIntervals/emogrifier.git",
            "reference": "8ee7fb5ad772915451ed3415c1992bd3697d4983"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/8ee7fb5ad772915451ed3415c1992bd3697d4983",
            "reference": "8ee7fb5ad772915451ed3415c1992bd3697d4983",
            "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": "2018-12-10T10:36:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Pelago\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "John Reeve",
                "email": "jreeve@pelagodesign.com"
            },
            {
                "name": "Cameron Brooks"
            },
            {
                "name": "Jaime Prado"
            },
            {
                "name": "Oliver Klee",
                "email": "github@oliverklee.de"
            },
            {
                "name": "Zoli Szabó",
                "email": "zoli.szabo+github@gmail.com"
            },
            {
                "name": "Jake Hotson",
                "email": "jake@qzdesign.co.uk"
            }
        ],
        "description": "Converts CSS styles into inline style attributes in your HTML code",
        "homepage": "https://www.myintervals.com/emogrifier.php",
        "keywords": [
            "css",
            "email",
            "pre-processing"
        ]
    },
    {
        "name": "phpoffice/phpspreadsheet",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
            "reference": "84e09df79855ed3da84e2eab6850eb7741d8cbda"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/84e09df79855ed3da84e2eab6850eb7741d8cbda",
            "reference": "84e09df79855ed3da84e2eab6850eb7741d8cbda",
            "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.1",
            "php": "^5.6|^7.0",
            "psr/simple-cache": "^1.0"
        },
        "require-dev": {
            "doctrine/instantiator": "^1.0.0",
            "dompdf/dompdf": "^0.8.0",
            "friendsofphp/php-cs-fixer": "@stable",
            "jpgraph/jpgraph": "^4.0",
            "mpdf/mpdf": "^7.0.0",
            "phpcompatibility/php-compatibility": "^8.0",
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.3",
            "tecnickcom/tcpdf": "^6.2"
        },
        "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": "2019-05-26T02:50:36+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "Erik Tilt"
            },
            {
                "name": "Adrien Crivelli"
            },
            {
                "name": "Maarten Balliauw",
                "homepage": "https://blog.maartenballiauw.be"
            },
            {
                "name": "Mark Baker",
                "homepage": "https://markbakeruk.net"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "https://rootslabs.net"
            }
        ],
        "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"
        ]
    },
    {
        "name": "prestashop/blockreassurance",
        "version": "v3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/blockreassurance.git",
            "reference": "a9aaa86d0ed984796f4afe42c1abae827d1e4189"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/blockreassurance/zipball/a9aaa86d0ed984796f4afe42c1abae827d1e4189",
            "reference": "a9aaa86d0ed984796f4afe42c1abae827d1e4189",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2017-06-29T07:28:29+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 blockreassurance",
        "homepage": "https://github.com/PrestaShop/blockreassurance"
    },
    {
        "name": "prestashop/contactform",
        "version": "v4.1.1",
        "version_normalized": "4.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/contactform.git",
            "reference": "2be28a7a905db9e03f6be033b0185e7f0b3e69f1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/contactform/zipball/2be28a7a905db9e03f6be033b0185e7f0b3e69f1",
            "reference": "2be28a7a905db9e03f6be033b0185e7f0b3e69f1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2018-06-05T12:44:40+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"
    },
    {
        "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"
    },
    {
        "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"
    },
    {
        "name": "prestashop/dashproducts",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/dashproducts.git",
            "reference": "dc07a3385e1f7274e54ad1c8254f0eb5235c9c05"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/dashproducts/zipball/dc07a3385e1f7274e54ad1c8254f0eb5235c9c05",
            "reference": "dc07a3385e1f7274e54ad1c8254f0eb5235c9c05",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-08-14T16:14:27+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"
    },
    {
        "name": "prestashop/dashtrends",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/dashtrends.git",
            "reference": "2bf59be367194f83454fbc5cbdc1499d6ad53c5e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/dashtrends/zipball/2bf59be367194f83454fbc5cbdc1499d6ad53c5e",
            "reference": "2bf59be367194f83454fbc5cbdc1499d6ad53c5e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-02-20T10:23:54+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 dashtrends",
        "homepage": "https://github.com/PrestaShop/dashtrends"
    },
    {
        "name": "prestashop/decimal",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/decimal.git",
            "reference": "11e0f87b101644614e61cfbea175548bdfb389f1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/decimal/zipball/11e0f87b101644614e61cfbea175548bdfb389f1",
            "reference": "11e0f87b101644614e61cfbea175548bdfb389f1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "codacy/coverage": "dev-master",
            "phpunit/phpunit": "4.*"
        },
        "time": "2019-07-17T13: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": "Pablo Borowicz",
                "email": "eternoendless@gmail.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"
        ]
    },
    {
        "name": "prestashop/graphnvd3",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/graphnvd3.git",
            "reference": "c4b8fa0d82d047b63be02e74e84a27f46a746065"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/graphnvd3/zipball/c4b8fa0d82d047b63be02e74e84a27f46a746065",
            "reference": "c4b8fa0d82d047b63be02e74e84a27f46a746065",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2019-04-03T08:19:54+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 graphnvd3",
        "homepage": "https://github.com/PrestaShop/graphnvd3"
    },
    {
        "name": "prestashop/gridhtml",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/gridhtml.git",
            "reference": "b952ef9473a35acf6dce219ee595486853762084"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/gridhtml/zipball/b952ef9473a35acf6dce219ee595486853762084",
            "reference": "b952ef9473a35acf6dce219ee595486853762084",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2017-02-22T11:03:13+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 gridhtml",
        "homepage": "https://github.com/PrestaShop/gridhtml"
    },
    {
        "name": "prestashop/gsitemap",
        "version": "v4.1.0",
        "version_normalized": "4.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/gsitemap.git",
            "reference": "919911e2c2280252bf5f75cbeff84682137890d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/gsitemap/zipball/919911e2c2280252bf5f75cbeff84682137890d5",
            "reference": "919911e2c2280252bf5f75cbeff84682137890d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2018-12-17T09:46: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 gsitemap",
        "homepage": "https://github.com/PrestaShop/gsitemap"
    },
    {
        "name": "prestashop/pagesnotfound",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/pagesnotfound.git",
            "reference": "8707d8184f0c6678a95c64b957aec6053ed069ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/pagesnotfound/zipball/8707d8184f0c6678a95c64b957aec6053ed069ef",
            "reference": "8707d8184f0c6678a95c64b957aec6053ed069ef",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2017-02-20T11:14:52+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 pagesnotfound",
        "homepage": "https://github.com/PrestaShop/pagesnotfound"
    },
    {
        "name": "prestashop/ps_banner",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_banner.git",
            "reference": "9616f7fc9cda997ef1860562d3212fd021205805"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_banner/zipball/9616f7fc9cda997ef1860562d3212fd021205805",
            "reference": "9616f7fc9cda997ef1860562d3212fd021205805",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-02-05T21:44:48+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"
    },
    {
        "name": "prestashop/ps_categorytree",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_categorytree.git",
            "reference": "f3a23af738d7d0e7aae1fdce0f0de392041719df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_categorytree/zipball/f3a23af738d7d0e7aae1fdce0f0de392041719df",
            "reference": "f3a23af738d7d0e7aae1fdce0f0de392041719df",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2017-02-01T09:28:43+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 category tree links",
        "homepage": "https://github.com/PrestaShop/ps_categorytree"
    },
    {
        "name": "prestashop/ps_checkpayment",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_checkpayment.git",
            "reference": "22dc50a3155355d672d483bb94424a69de40020b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_checkpayment/zipball/22dc50a3155355d672d483bb94424a69de40020b",
            "reference": "22dc50a3155355d672d483bb94424a69de40020b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-11-05T11:37:25+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 ps_checkpayment",
        "homepage": "https://github.com/PrestaShop/ps_checkpayment"
    },
    {
        "name": "prestashop/ps_contactinfo",
        "version": "v3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_contactinfo.git",
            "reference": "e28551a9c857262b214775312ce195818933bd7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_contactinfo/zipball/e28551a9c857262b214775312ce195818933bd7e",
            "reference": "e28551a9c857262b214775312ce195818933bd7e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-12-08T12:30:57+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 ps_contactinfo",
        "homepage": "https://github.com/PrestaShop/ps_contactinfo"
    },
    {
        "name": "prestashop/ps_currencyselector",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_currencyselector.git",
            "reference": "0985c9ab3aeeef4828ef9346672771015874b25f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_currencyselector/zipball/0985c9ab3aeeef4828ef9346672771015874b25f",
            "reference": "0985c9ab3aeeef4828ef9346672771015874b25f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-02-01T09:31:53+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 ps_currencyselector",
        "homepage": "https://github.com/PrestaShop/ps_currencyselector"
    },
    {
        "name": "prestashop/ps_customeraccountlinks",
        "version": "v3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_customeraccountlinks.git",
            "reference": "4d9d4c87697a00f2d00def427d9f7058e14bca94"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_customeraccountlinks/zipball/4d9d4c87697a00f2d00def427d9f7058e14bca94",
            "reference": "4d9d4c87697a00f2d00def427d9f7058e14bca94",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-12-08T10:53:29+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 ps_customeraccountlinks",
        "homepage": "https://github.com/PrestaShop/ps_customeraccountlinks"
    },
    {
        "name": "prestashop/ps_customersignin",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_customersignin.git",
            "reference": "6168c4402656456b884178bc00c790a8579ecafa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_customersignin/zipball/6168c4402656456b884178bc00c790a8579ecafa",
            "reference": "6168c4402656456b884178bc00c790a8579ecafa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2018-02-02T10:01:01+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 - Customer 'Sign in' link",
        "homepage": "https://github.com/PrestaShop/ps_customersignin"
    },
    {
        "name": "prestashop/ps_customtext",
        "version": "v4.1.0",
        "version_normalized": "4.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_customtext.git",
            "reference": "2fc6fed900971410938592c23bcf62f23a9664da"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_customtext/zipball/2fc6fed900971410938592c23bcf62f23a9664da",
            "reference": "2fc6fed900971410938592c23bcf62f23a9664da",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-07-20T09:25:10+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_customtext",
        "homepage": "https://github.com/PrestaShop/ps_customtext"
    },
    {
        "name": "prestashop/ps_emailsubscription",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_emailsubscription.git",
            "reference": "6120112d834a193bc56c448777081350cf0a18be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_emailsubscription/zipball/6120112d834a193bc56c448777081350cf0a18be",
            "reference": "6120112d834a193bc56c448777081350cf0a18be",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-05-23T16:26: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 ps_emailsubscription",
        "homepage": "https://github.com/PrestaShop/ps_emailsubscription"
    },
    {
        "name": "prestashop/ps_facetedsearch",
        "version": "v3.0.6",
        "version_normalized": "3.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_facetedsearch.git",
            "reference": "2b8a461669715c9989aa223f2205f45e608b5d23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_facetedsearch/zipball/2b8a461669715c9989aa223f2205f45e608b5d23",
            "reference": "2b8a461669715c9989aa223f2205f45e608b5d23",
            "shasum": ""
        },
        "require": {
            "doctrine/collections": "^1.4",
            "php": ">=5.6"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.14",
            "mockery/mockery": "^1.2",
            "phpunit/phpunit": "~5.7",
            "prestashop/php-coding-standards": "dev-master"
        },
        "time": "2019-07-01T16:31:53+00:00",
        "type": "prestashop-module",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PrestaShop\\Module\\FacetedSearch\\Controller\\": "src/Controller/",
                "PrestaShop\\Module\\FacetedSearch\\": "src/",
                "PrestaShop\\Module\\FacetedSearch\\Tests\\": "tests/php/FacetedSearch"
            },
            "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"
    },
    {
        "name": "prestashop/ps_faviconnotificationbo",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_faviconnotificationbo.git",
            "reference": "7f594cacf3b5ddbbd138ae46dbdf04d6ec34a7a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_faviconnotificationbo/zipball/7f594cacf3b5ddbbd138ae46dbdf04d6ec34a7a4",
            "reference": "7f594cacf3b5ddbbd138ae46dbdf04d6ec34a7a4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2019-04-26T10:29:18+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 - Favicon notification BO",
        "homepage": "https://github.com/PrestaShop/ps_faviconnotificationbo"
    },
    {
        "name": "prestashop/ps_featuredproducts",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_featuredproducts.git",
            "reference": "9b69551bc0fbfc4047367321fc39afbe3948c47d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_featuredproducts/zipball/9b69551bc0fbfc4047367321fc39afbe3948c47d",
            "reference": "9b69551bc0fbfc4047367321fc39afbe3948c47d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2017-02-01T13:20:33+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 - Featured products",
        "homepage": "https://github.com/PrestaShop/ps_featuredproducts"
    },
    {
        "name": "prestashop/ps_imageslider",
        "version": "v3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_imageslider.git",
            "reference": "c676ded1614abaad4f3b251784eef8b8a2f6b961"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_imageslider/zipball/c676ded1614abaad4f3b251784eef8b8a2f6b961",
            "reference": "c676ded1614abaad4f3b251784eef8b8a2f6b961",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2018-06-05T10:10:47+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 - Image slider",
        "homepage": "https://github.com/PrestaShop/ps_imageslider"
    },
    {
        "name": "prestashop/ps_languageselector",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_languageselector.git",
            "reference": "edca0f3d06ee618477af468799221bea77a03f96"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_languageselector/zipball/edca0f3d06ee618477af468799221bea77a03f96",
            "reference": "edca0f3d06ee618477af468799221bea77a03f96",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-03-27T15:19:45+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 ps_languageselector",
        "homepage": "https://github.com/PrestaShop/ps_languageselector"
    },
    {
        "name": "prestashop/ps_linklist",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_linklist.git",
            "reference": "3e21e7b3ff481fdf07e078b881b1099e57d0c187"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_linklist/zipball/3e21e7b3ff481fdf07e078b881b1099e57d0c187",
            "reference": "3e21e7b3ff481fdf07e078b881b1099e57d0c187",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2019-05-09T16:31:33+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"
    },
    {
        "name": "prestashop/ps_mainmenu",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_mainmenu.git",
            "reference": "6bc5ddd52ce92b32f6a6a6e296bba09ecf2e6ed1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_mainmenu/zipball/6bc5ddd52ce92b32f6a6a6e296bba09ecf2e6ed1",
            "reference": "6bc5ddd52ce92b32f6a6a6e296bba09ecf2e6ed1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2018-06-05T12:09:19+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 - Main menu",
        "homepage": "https://github.com/PrestaShop/ps_mainmenu"
    },
    {
        "name": "prestashop/ps_searchbar",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_searchbar.git",
            "reference": "ae165e9ca469926df0b07181bf8ecee431f82070"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_searchbar/zipball/ae165e9ca469926df0b07181bf8ecee431f82070",
            "reference": "ae165e9ca469926df0b07181bf8ecee431f82070",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-03-23T10:36:40+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 ps_searchbar",
        "homepage": "https://github.com/PrestaShop/ps_searchbar"
    },
    {
        "name": "prestashop/ps_sharebuttons",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_sharebuttons.git",
            "reference": "6cb2fc1100c34c44754c32eb678a70d858e970ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_sharebuttons/zipball/6cb2fc1100c34c44754c32eb678a70d858e970ea",
            "reference": "6cb2fc1100c34c44754c32eb678a70d858e970ea",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-08-03T07:12:38+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 ps_sharebuttons",
        "homepage": "https://github.com/PrestaShop/ps_sharebuttons"
    },
    {
        "name": "prestashop/ps_shoppingcart",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_shoppingcart.git",
            "reference": "56559a21e2df3f65147ae19a36c7a988a7a6af4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_shoppingcart/zipball/56559a21e2df3f65147ae19a36c7a988a7a6af4c",
            "reference": "56559a21e2df3f65147ae19a36c7a988a7a6af4c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-10-01T13:25:08+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 ps_shoppingcart",
        "homepage": "https://github.com/PrestaShop/ps_shoppingcart"
    },
    {
        "name": "prestashop/ps_socialfollow",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_socialfollow.git",
            "reference": "ffa1c3ad947cc045939f50d410f47793d1ca7793"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_socialfollow/zipball/ffa1c3ad947cc045939f50d410f47793d1ca7793",
            "reference": "ffa1c3ad947cc045939f50d410f47793d1ca7793",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-02-01T13:17:47+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 ps_socialfollow",
        "homepage": "https://github.com/PrestaShop/ps_socialfollow"
    },
    {
        "name": "prestashop/ps_themecusto",
        "version": "v1.0.10",
        "version_normalized": "1.0.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_themecusto.git",
            "reference": "1812505e5ad9ea8e445ec37ff24bcfac69bbe090"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_themecusto/zipball/1812505e5ad9ea8e445ec37ff24bcfac69bbe090",
            "reference": "1812505e5ad9ea8e445ec37ff24bcfac69bbe090",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2019-04-15T09:36: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 module ps_themecusto",
        "homepage": "https://github.com/PrestaShop/ps_themecusto"
    },
    {
        "name": "prestashop/ps_wirepayment",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/ps_wirepayment.git",
            "reference": "a540bf60b9d6b6b6744ca83d735e74e07feb7b61"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/ps_wirepayment/zipball/a540bf60b9d6b6b6744ca83d735e74e07feb7b61",
            "reference": "a540bf60b9d6b6b6744ca83d735e74e07feb7b61",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-03-16T10:24:34+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 ps_wirepayment",
        "homepage": "https://github.com/PrestaShop/ps_wirepayment"
    },
    {
        "name": "prestashop/sekeywords",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/sekeywords.git",
            "reference": "f174c055da105af3054690a4f6c48208849b5241"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/sekeywords/zipball/f174c055da105af3054690a4f6c48208849b5241",
            "reference": "f174c055da105af3054690a4f6c48208849b5241",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-01-30T15:46:25+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 sekeywords",
        "homepage": "https://github.com/PrestaShop/sekeywords"
    },
    {
        "name": "prestashop/statsbestcategories",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsbestcategories.git",
            "reference": "57791a21f63d43cf145fa1ef1f84031a47f5e7c2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsbestcategories/zipball/57791a21f63d43cf145fa1ef1f84031a47f5e7c2",
            "reference": "57791a21f63d43cf145fa1ef1f84031a47f5e7c2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-12-08T14:47: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 statsbestcategories",
        "homepage": "https://github.com/PrestaShop/statsbestcategories"
    },
    {
        "name": "prestashop/statsbestcustomers",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsbestcustomers.git",
            "reference": "b0250e88e9144ca373d8006c922d3e84ea4987b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsbestcustomers/zipball/b0250e88e9144ca373d8006c922d3e84ea4987b9",
            "reference": "b0250e88e9144ca373d8006c922d3e84ea4987b9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-01-29T17:21:50+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 statsbestcustomers",
        "homepage": "https://github.com/PrestaShop/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"
    },
    {
        "name": "prestashop/statsbestproducts",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsbestproducts.git",
            "reference": "0ed33cdcc6cc6657ad97b944620e085a36261bc8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsbestproducts/zipball/0ed33cdcc6cc6657ad97b944620e085a36261bc8",
            "reference": "0ed33cdcc6cc6657ad97b944620e085a36261bc8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-01-30T16:33:56+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 statsbestproducts",
        "homepage": "https://github.com/PrestaShop/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"
    },
    {
        "name": "prestashop/statsbestvouchers",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsbestvouchers.git",
            "reference": "c8ee93efa6d83cca3410285d8a7f4df904db21f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsbestvouchers/zipball/c8ee93efa6d83cca3410285d8a7f4df904db21f0",
            "reference": "c8ee93efa6d83cca3410285d8a7f4df904db21f0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-01-30T16:34:41+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 statsbestvouchers",
        "homepage": "https://github.com/PrestaShop/statsbestvouchers"
    },
    {
        "name": "prestashop/statscarrier",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statscarrier.git",
            "reference": "3ccfe3914dd19f1fa31166e001c55eefe574877d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statscarrier/zipball/3ccfe3914dd19f1fa31166e001c55eefe574877d",
            "reference": "3ccfe3914dd19f1fa31166e001c55eefe574877d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-01-30T17:03:51+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 statscarrier",
        "homepage": "https://github.com/PrestaShop/statscarrier"
    },
    {
        "name": "prestashop/statscatalog",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statscatalog.git",
            "reference": "be6be71c703900dda0182e56c9c6658ab85f215b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statscatalog/zipball/be6be71c703900dda0182e56c9c6658ab85f215b",
            "reference": "be6be71c703900dda0182e56c9c6658ab85f215b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-02-02T08:39:32+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 statscatalog",
        "homepage": "https://github.com/PrestaShop/statscatalog"
    },
    {
        "name": "prestashop/statscheckup",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statscheckup.git",
            "reference": "7acd7702ab8ecb2b88e529e1eab8d4b7fafbca07"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statscheckup/zipball/7acd7702ab8ecb2b88e529e1eab8d4b7fafbca07",
            "reference": "7acd7702ab8ecb2b88e529e1eab8d4b7fafbca07",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-12-17T09:59:57+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 statscheckup",
        "homepage": "https://github.com/PrestaShop/statscheckup"
    },
    {
        "name": "prestashop/statsdata",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsdata.git",
            "reference": "31c4c8aa8a8dc243b9413b89a671bf075a73f784"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsdata/zipball/31c4c8aa8a8dc243b9413b89a671bf075a73f784",
            "reference": "31c4c8aa8a8dc243b9413b89a671bf075a73f784",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-01-31T17:00:41+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 statsdata",
        "homepage": "https://github.com/PrestaShop/statsdata"
    },
    {
        "name": "prestashop/statsequipment",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsequipment.git",
            "reference": "4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsequipment/zipball/4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec",
            "reference": "4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-01-31T17:01:36+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 statsequipment",
        "homepage": "https://github.com/PrestaShop/statsequipment"
    },
    {
        "name": "prestashop/statsforecast",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsforecast.git",
            "reference": "8ecbeaef0e32657cf79000f95861e41e19e22d49"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsforecast/zipball/8ecbeaef0e32657cf79000f95861e41e19e22d49",
            "reference": "8ecbeaef0e32657cf79000f95861e41e19e22d49",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-01-29T18:37:54+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"
    },
    {
        "name": "prestashop/statslive",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statslive.git",
            "reference": "70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statslive/zipball/70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5",
            "reference": "70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-02-02T08:18: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 statslive",
        "homepage": "https://github.com/PrestaShop/statslive"
    },
    {
        "name": "prestashop/statsnewsletter",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsnewsletter.git",
            "reference": "7fd9a55c4b39eb034f73ef4723a1a83c6d73560e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsnewsletter/zipball/7fd9a55c4b39eb034f73ef4723a1a83c6d73560e",
            "reference": "7fd9a55c4b39eb034f73ef4723a1a83c6d73560e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-01-29T18:39: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 statsnewsletter",
        "homepage": "https://github.com/PrestaShop/statsnewsletter"
    },
    {
        "name": "prestashop/statsorigin",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsorigin.git",
            "reference": "24ca4f143a2f0b5d3d7bc817547df79f837faeb3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsorigin/zipball/24ca4f143a2f0b5d3d7bc817547df79f837faeb3",
            "reference": "24ca4f143a2f0b5d3d7bc817547df79f837faeb3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-01-29T19:17: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 statsorigin",
        "homepage": "https://github.com/PrestaShop/statsorigin"
    },
    {
        "name": "prestashop/statspersonalinfos",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statspersonalinfos.git",
            "reference": "cc800a6ee0b8d48b5b00a56206cc92b0a0056d34"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statspersonalinfos/zipball/cc800a6ee0b8d48b5b00a56206cc92b0a0056d34",
            "reference": "cc800a6ee0b8d48b5b00a56206cc92b0a0056d34",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-01-29T18:41: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 statspersonalinfos",
        "homepage": "https://github.com/PrestaShop/statspersonalinfos"
    },
    {
        "name": "prestashop/statsproduct",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsproduct.git",
            "reference": "caf05aefabd63ac84e06bc2a0bdcf69f965d03c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsproduct/zipball/caf05aefabd63ac84e06bc2a0bdcf69f965d03c4",
            "reference": "caf05aefabd63ac84e06bc2a0bdcf69f965d03c4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-01-29T18:57:47+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"
    },
    {
        "name": "prestashop/statsregistrations",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsregistrations.git",
            "reference": "51d79fb12770919f1b1f9d9d9f931148d60149c2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsregistrations/zipball/51d79fb12770919f1b1f9d9d9f931148d60149c2",
            "reference": "51d79fb12770919f1b1f9d9d9f931148d60149c2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-01-31T17:22: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 statsregistrations",
        "homepage": "https://github.com/PrestaShop/statsregistrations"
    },
    {
        "name": "prestashop/statssales",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statssales.git",
            "reference": "6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statssales/zipball/6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a",
            "reference": "6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-01-31T17:23: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 statssales",
        "homepage": "https://github.com/PrestaShop/statssales"
    },
    {
        "name": "prestashop/statssearch",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statssearch.git",
            "reference": "8b77131a1fdbebc4d5d6768a31de17b4d2a26b97"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statssearch/zipball/8b77131a1fdbebc4d5d6768a31de17b4d2a26b97",
            "reference": "8b77131a1fdbebc4d5d6768a31de17b4d2a26b97",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2017-12-08T12:37:58+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 statssearch",
        "homepage": "https://github.com/PrestaShop/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"
    },
    {
        "name": "prestashop/statsvisits",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/statsvisits.git",
            "reference": "c6255d571d3b1d2e8863d87482e0df42de862f96"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/statsvisits/zipball/c6255d571d3b1d2e8863d87482e0df42de862f96",
            "reference": "c6255d571d3b1d2e8863d87482e0df42de862f96",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2018-01-29T18:08: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 statsvisits",
        "homepage": "https://github.com/PrestaShop/statsvisits"
    },
    {
        "name": "prestashop/translationtools-bundle",
        "version": "v3.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/TranslationToolsBundle.git",
            "reference": "d1e9b0b051aaebc934f59b880233571d7b865af9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/TranslationToolsBundle/zipball/d1e9b0b051aaebc934f59b880233571d7b865af9",
            "reference": "d1e9b0b051aaebc934f59b880233571d7b865af9",
            "shasum": ""
        },
        "require": {
            "nikic/php-parser": "^3",
            "php": ">=5.6",
            "smarty/smarty": "^3.1",
            "symfony/twig-bridge": "^3.0",
            "twig/twig": "^1.34 || ^2.0"
        },
        "require-dev": {
            "doctrine/common": "~2.5.3",
            "phpunit/phpunit": "^5",
            "symfony/framework-bundle": "^3.0",
            "symfony/translation": "^3.0"
        },
        "time": "2019-08-05T13:44:51+00:00",
        "type": "bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PrestaShop\\TranslationToolsBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mickaël Andrieu",
                "email": "andrieu.travail@gmail.com"
            },
            {
                "name": "Nawo Mbechezi",
                "email": "mlanawo.mbechezi@ikimea.com"
            },
            {
                "name": "Jérémie Tabet",
                "email": "master@jeremietabet.com"
            }
        ],
        "description": "Translation tools for PrestaShop",
        "keywords": [
            "parser",
            "prestashop",
            "translation"
        ]
    },
    {
        "name": "prestashop/welcome",
        "version": "v6.0.0",
        "version_normalized": "6.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrestaShop/welcome.git",
            "reference": "a0ad26a5fdeb0311e1aea1a42be3d9c74e889a50"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrestaShop/welcome/zipball/a0ad26a5fdeb0311e1aea1a42be3d9c74e889a50",
            "reference": "a0ad26a5fdeb0311e1aea1a42be3d9c74e889a50",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2019-05-02T15:48:46+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"
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.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"
        ]
    },
    {
        "name": "psr/link",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link.git",
            "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
            "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-28T16:06:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Link\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for HTTP links",
        "keywords": [
            "http",
            "http-link",
            "link",
            "psr",
            "psr-13",
            "rest"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "react/promise",
        "version": "v2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
            "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2019-01-07T21:25:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Sorgalla",
                "email": "jsorgalla@gmail.com"
            }
        ],
        "description": "A lightweight implementation of CommonJS Promises/A for PHP",
        "keywords": [
            "promise",
            "promises"
        ]
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "v5.0.24",
        "version_normalized": "5.0.24.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "59eac70f15f97ee945924948a6f5e2f6f86b7a4b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/59eac70f15f97ee945924948a6f5e2f6f86b7a4b",
            "reference": "59eac70f15f97ee945924948a6f5e2f6f86b7a4b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "sensiolabs/security-checker": "~5.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": "2018-12-14T17:36:15+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"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v5.2.4",
        "version_normalized": "5.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "1fdf591c4b388e62dbb2579de89c1560b33f865d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/1fdf591c4b388e62dbb2579de89c1560b33f865d",
            "reference": "1fdf591c4b388e62dbb2579de89c1560b33f865d",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "^2.2",
            "symfony/config": "^3.3|^4.0",
            "symfony/dependency-injection": "^3.3|^4.0",
            "symfony/framework-bundle": "^3.4|^4.0",
            "symfony/http-kernel": "^3.3|^4.0"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "^1.6",
            "doctrine/orm": "^2.5",
            "symfony/browser-kit": "^3.3|^4.0",
            "symfony/dom-crawler": "^3.3|^4.0",
            "symfony/expression-language": "^3.3|^4.0",
            "symfony/finder": "^3.3|^4.0",
            "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": "^0.3",
            "symfony/security-bundle": "^3.3|^4.0",
            "symfony/twig-bundle": "^3.3|^4.0",
            "symfony/yaml": "^3.3|^4.0",
            "twig/twig": "~1.12|~2.0",
            "zendframework/zend-diactoros": "^1.3"
        },
        "suggest": {
            "symfony/expression-language": "",
            "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
            "symfony/security-bundle": ""
        },
        "time": "2018-12-11T16:59:23+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "5.2.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"
        ]
    },
    {
        "name": "sensiolabs/security-checker",
        "version": "v5.0.3",
        "version_normalized": "5.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/security-checker.git",
            "reference": "46be3f58adac13084497961e10eed9a7fb4d44d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/46be3f58adac13084497961e10eed9a7fb4d44d1",
            "reference": "46be3f58adac13084497961e10eed9a7fb4d44d1",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.0",
            "php": ">=5.5.9",
            "symfony/console": "~2.7|~3.0|~4.0"
        },
        "time": "2018-12-19T17:14:59+00:00",
        "bin": [
            "security-checker"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.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"
    },
    {
        "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"
    },
    {
        "name": "smarty/smarty",
        "version": "v3.1.33",
        "version_normalized": "3.1.33.0",
        "source": {
            "type": "git",
            "url": "https://github.com/smarty-php/smarty.git",
            "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/smarty-php/smarty/zipball/dd55b23121e55a3b4f1af90a707a6c4e5969530f",
            "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "time": "2018-09-12T20:54:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "libs/bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Monte Ohrt",
                "email": "monte@ohrt.com"
            },
            {
                "name": "Uwe Tews",
                "email": "uwe.tews@googlemail.com"
            },
            {
                "name": "Rodney Rehm",
                "email": "rodney.rehm@medialize.de"
            }
        ],
        "description": "Smarty - the compiling PHP template engine",
        "homepage": "http://www.smarty.net",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "soundasleep/html2text",
        "version": "0.5.0",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/soundasleep/html2text.git",
            "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
            "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4.0",
            "soundasleep/component-tests": "dev-master"
        },
        "time": "2017-04-19T22:01:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Html2Text\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "EPL-1.0"
        ],
        "authors": [
            {
                "name": "Jevon Wright",
                "homepage": "https://jevon.org",
                "role": "Developer"
            }
        ],
        "description": "A PHP script to convert HTML into a plain text format",
        "homepage": "https://github.com/soundasleep/html2text",
        "keywords": [
            "email",
            "html",
            "php",
            "text"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.4.12",
        "version_normalized": "5.4.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2018-07-31T09:26:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-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"
        ]
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "572e143afc03419a75ab002c80a2fd99299195ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/572e143afc03419a75ab002c80a2fd99299195ff",
            "reference": "572e143afc03419a75ab002c80a2fd99299195ff",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.22",
            "php": ">=5.6",
            "symfony/config": "~2.7|~3.3|~4.0",
            "symfony/dependency-injection": "~2.7|~3.4.10|^4.0.10",
            "symfony/http-kernel": "~2.7|~3.3|~4.0",
            "symfony/monolog-bridge": "~2.7|~3.3|~4.0"
        },
        "require-dev": {
            "symfony/console": "~2.7|~3.3|~4.0",
            "symfony/phpunit-bridge": "^3.3|^4.0",
            "symfony/yaml": "~2.7|~3.3|~4.0"
        },
        "time": "2018-11-04T09:58:13+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": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "symfony/polyfill-apcu",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "a502face1da6a53289480166f24de2c3c68e5c3c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a502face1da6a53289480166f24de2c3c68e5c3c",
            "reference": "a502face1da6a53289480166f24de2c3c68e5c3c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "82ebae02209c21113908c229e9883c419720738a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
            "reference": "82ebae02209c21113908c229e9883c419720738a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "backendtea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-intl-icu",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-icu.git",
            "reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/999878a3a09d73cae157b0cf89bb6fb2cc073057",
            "reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/intl": "~2.3|~3.0|~4.0"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-01-07T19:39:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
            "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "symfony/polyfill-php56",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php56.git",
            "reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/f4dddbc5c3471e1b700a147a20ae17cdb72dbe42",
            "reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-util": "~1.0"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "symfony/polyfill-php70",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "bc4858fb611bda58719124ca079baff854149c89"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
            "reference": "bc4858fb611bda58719124ca079baff854149c89",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "symfony/polyfill-php73",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
            "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "symfony/polyfill-util",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-util.git",
            "reference": "b46c6cae28a3106735323f00a0c38eccf2328897"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/b46c6cae28a3106735323f00a0c38eccf2328897",
            "reference": "b46c6cae28a3106735323f00a0c38eccf2328897",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-02-08T14:16:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.6.7",
        "version_normalized": "2.6.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "c4808f5169efc05567be983909d00f00521c53ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
            "reference": "c4808f5169efc05567be983909d00f00521c53ec",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": "~4.2|~5.0",
            "symfony/config": "~2.7|~3.0",
            "symfony/dependency-injection": "~2.7|~3.0",
            "symfony/http-kernel": "~2.7|~3.0"
        },
        "require-dev": {
            "symfony/console": "~2.7|~3.0",
            "symfony/framework-bundle": "~2.7|~3.0",
            "symfony/phpunit-bridge": "~3.3@dev",
            "symfony/yaml": "~2.7|~3.0"
        },
        "suggest": {
            "psr/log": "Allows logging"
        },
        "time": "2017-10-19T01:06:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SwiftmailerBundle\\": ""
            }
        },
        "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"
    },
    {
        "name": "symfony/symfony",
        "version": "v3.4.26",
        "version_normalized": "3.4.26.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "1b89e7baec9891c323bbf1ec81af77d901fc60c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/1b89e7baec9891c323bbf1ec81af77d901fc60c9",
            "reference": "1b89e7baec9891c323bbf1ec81af77d901fc60c9",
            "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.35|^2.4.4"
        },
        "conflict": {
            "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.0.*",
            "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": "~3.4|~4.0",
            "symfony/security-acl": "~2.8|~3.0"
        },
        "time": "2019-04-17T15:57:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "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"
        ]
    },
    {
        "name": "tecnickcom/tcpdf",
        "version": "6.2.26",
        "version_normalized": "6.2.26.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tecnickcom/TCPDF.git",
            "reference": "367241059ca166e3a76490f4448c284e0a161f15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
            "reference": "367241059ca166e3a76490f4448c284e0a161f15",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-10-16T17:24:05+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"
        ],
        "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"
        ]
    },
    {
        "name": "tijsverkoyen/css-to-inline-styles",
        "version": "2.2.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
            "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
            "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2017-11-27T11:13:29+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"
    },
    {
        "name": "twig/twig",
        "version": "v1.38.4",
        "version_normalized": "1.38.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "7732e9e7017d751313811bd118de61302e9c8b35"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/7732e9e7017d751313811bd118de61302e9c8b35",
            "reference": "7732e9e7017d751313811bd118de61302e9c8b35",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "time": "2019-03-23T14:27:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.38-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": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    }
]
