Просмотр файла vendor/composer/installed.json

Размер файла: 148.29Kb
[
    {
        "name": "alchemy/binary-driver",
        "version": "5.1.0",
        "version_normalized": "5.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/alchemy-fr/BinaryDriver.git",
            "reference": "ae5abc1d51683f30494db76b688754683da87774"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/ae5abc1d51683f30494db76b688754683da87774",
            "reference": "ae5abc1d51683f30494db76b688754683da87774",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^2.0|^1.0",
            "monolog/monolog": "^1.3",
            "php": ">=5.5",
            "psr/log": "^1.0",
            "symfony/process": "^2.3|^3.0|^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0|^5.0"
        },
        "time": "2019-05-19T08:43:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Alchemy": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Romain Neutron",
                "email": "[email protected]",
                "homepage": "http://www.lickmychip.com/"
            },
            {
                "name": "Phraseanet Team",
                "email": "[email protected]",
                "homepage": "http://www.phraseanet.com/"
            },
            {
                "name": "Nicolas Le Goff",
                "email": "[email protected]"
            },
            {
                "name": "Jens Hausdorf",
                "email": "[email protected]",
                "homepage": "https://jens-hausdorf.de",
                "role": "Maintainer"
            }
        ],
        "description": "A set of tools to build binary drivers",
        "keywords": [
            "binary",
            "driver"
        ]
    },
    {
        "name": "cakephp/cache",
        "version": "3.8.7",
        "version_normalized": "3.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/cache.git",
            "reference": "855a920c479925262575ec5b404010e22049098c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/cache/zipball/855a920c479925262575ec5b404010e22049098c",
            "reference": "855a920c479925262575ec5b404010e22049098c",
            "shasum": ""
        },
        "require": {
            "cakephp/core": "^3.6.0",
            "php": ">=5.6.0",
            "psr/simple-cache": "^1.0.0"
        },
        "time": "2019-11-20T00:00:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Cache\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/cache/graphs/contributors"
            }
        ],
        "description": "Easy to use Caching library with support for multiple caching backends",
        "homepage": "https://cakephp.org",
        "keywords": [
            "cache",
            "caching",
            "cakephp"
        ]
    },
    {
        "name": "cakephp/collection",
        "version": "3.8.7",
        "version_normalized": "3.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/collection.git",
            "reference": "3541cdd1739334fcbe301daed8d6cb9458903fdd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/collection/zipball/3541cdd1739334fcbe301daed8d6cb9458903fdd",
            "reference": "3541cdd1739334fcbe301daed8d6cb9458903fdd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2019-11-20T00:00:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Collection\\": "."
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/collection/graphs/contributors"
            }
        ],
        "description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
        "homepage": "https://cakephp.org",
        "keywords": [
            "arrays",
            "cakephp",
            "collections",
            "iterators"
        ]
    },
    {
        "name": "cakephp/core",
        "version": "3.8.7",
        "version_normalized": "3.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/core.git",
            "reference": "e77b155f93fd63d1a944c07f27abc82651377956"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/core/zipball/e77b155f93fd63d1a944c07f27abc82651377956",
            "reference": "e77b155f93fd63d1a944c07f27abc82651377956",
            "shasum": ""
        },
        "require": {
            "cakephp/utility": "^3.6.0",
            "php": ">=5.6.0"
        },
        "suggest": {
            "cakephp/cache": "To use Configure::store() and restore().",
            "cakephp/event": "To use PluginApplicationInterface or plugin applications."
        },
        "time": "2019-11-19T13:39:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Core\\": "."
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/core/graphs/contributors"
            }
        ],
        "description": "CakePHP Framework Core classes",
        "homepage": "https://cakephp.org",
        "keywords": [
            "cakephp",
            "core",
            "framework"
        ]
    },
    {
        "name": "cakephp/database",
        "version": "3.8.7",
        "version_normalized": "3.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/database.git",
            "reference": "c8a9123e8a393ac122bb0b51b100cafb3d34cece"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/database/zipball/c8a9123e8a393ac122bb0b51b100cafb3d34cece",
            "reference": "c8a9123e8a393ac122bb0b51b100cafb3d34cece",
            "shasum": ""
        },
        "require": {
            "cakephp/cache": "^3.6.0",
            "cakephp/core": "^3.6.0",
            "cakephp/datasource": "^3.6.0",
            "cakephp/log": "^3.6.0",
            "php": ">=5.6.0"
        },
        "time": "2019-11-20T00:00:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Database\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/database/graphs/contributors"
            }
        ],
        "description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
        "homepage": "https://cakephp.org",
        "keywords": [
            "abstraction",
            "cakephp",
            "database",
            "database abstraction",
            "pdo"
        ]
    },
    {
        "name": "cakephp/datasource",
        "version": "3.8.7",
        "version_normalized": "3.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/datasource.git",
            "reference": "e2fff5bd4adb650d565c853fb25380657e2d1dbb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/datasource/zipball/e2fff5bd4adb650d565c853fb25380657e2d1dbb",
            "reference": "e2fff5bd4adb650d565c853fb25380657e2d1dbb",
            "shasum": ""
        },
        "require": {
            "cakephp/core": "^3.6.0",
            "php": ">=5.6.0"
        },
        "suggest": {
            "cakephp/cache": "If you decide to use Query caching.",
            "cakephp/collection": "If you decide to use ResultSetInterface.",
            "cakephp/utility": "If you decide to use EntityTrait."
        },
        "time": "2019-11-20T00:00:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Datasource\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/datasource/graphs/contributors"
            }
        ],
        "description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
        "homepage": "https://cakephp.org",
        "keywords": [
            "cakephp",
            "connection management",
            "datasource",
            "entity",
            "query"
        ]
    },
    {
        "name": "cakephp/log",
        "version": "3.8.7",
        "version_normalized": "3.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/log.git",
            "reference": "9194c5aebaf30d4e9541e5635fa16f8c373af2f3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/log/zipball/9194c5aebaf30d4e9541e5635fa16f8c373af2f3",
            "reference": "9194c5aebaf30d4e9541e5635fa16f8c373af2f3",
            "shasum": ""
        },
        "require": {
            "cakephp/core": "^3.6.0",
            "php": ">=5.6.0",
            "psr/log": "^1.0.0"
        },
        "time": "2019-11-20T00:00:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Log\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/log/graphs/contributors"
            }
        ],
        "description": "CakePHP logging library with support for multiple different streams",
        "homepage": "https://cakephp.org",
        "keywords": [
            "Streams",
            "cakephp",
            "log",
            "logging"
        ]
    },
    {
        "name": "cakephp/utility",
        "version": "3.8.7",
        "version_normalized": "3.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/utility.git",
            "reference": "e60bf1dc7fbdbc0d717c950cbbeb3196d3bc0cf9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/utility/zipball/e60bf1dc7fbdbc0d717c950cbbeb3196d3bc0cf9",
            "reference": "e60bf1dc7fbdbc0d717c950cbbeb3196d3bc0cf9",
            "shasum": ""
        },
        "require": {
            "cakephp/core": "^3.6.0",
            "php": ">=5.6.0"
        },
        "suggest": {
            "ext-intl": "To use Text::transliterate() or Text::slug()",
            "lib-ICU": "To use Text::transliterate() or Text::slug()"
        },
        "time": "2019-11-21T14:18:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cake\\Utility\\": "."
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/utility/graphs/contributors"
            }
        ],
        "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
        "homepage": "https://cakephp.org",
        "keywords": [
            "cakephp",
            "hash",
            "inflector",
            "security",
            "string",
            "utility"
        ]
    },
    {
        "name": "cbschuld/browser.php",
        "version": "1.9.4",
        "version_normalized": "1.9.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cbschuld/Browser.php.git",
            "reference": "3d0f74bd975c51fd07b02d68dbfb5b3fc9d93c72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cbschuld/Browser.php/zipball/3d0f74bd975c51fd07b02d68dbfb5b3fc9d93c72",
            "reference": "3d0f74bd975c51fd07b02d68dbfb5b3fc9d93c72",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^8"
        },
        "time": "2019-07-09T23:55:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib/Browser.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Schuld",
                "email": "[email protected]",
                "homepage": "http://chrisschuld.com"
            }
        ],
        "description": "A PHP Class to detect a user's Browser",
        "homepage": "https://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/",
        "keywords": [
            "browser",
            "detection",
            "user agent"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
            "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "doctrine/coding-standard": "^6.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2019-11-29T15:36:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "[email protected]"
            },
            {
                "name": "Roman Borschel",
                "email": "[email protected]"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "[email protected]"
            },
            {
                "name": "Jonathan Wage",
                "email": "[email protected]"
            },
            {
                "name": "Johannes Schmitt",
                "email": "[email protected]"
            }
        ],
        "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
        "homepage": "https://www.doctrine-project.org/projects/cache.html",
        "keywords": [
            "abstraction",
            "apcu",
            "cache",
            "caching",
            "couchdb",
            "memcached",
            "php",
            "redis",
            "xcache"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
            "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2019-10-30T19:59:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "[email protected]"
            },
            {
                "name": "Roman Borschel",
                "email": "[email protected]"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "[email protected]"
            },
            {
                "name": "Jonathan Wage",
                "email": "[email protected]"
            },
            {
                "name": "Johannes Schmitt",
                "email": "[email protected]"
            }
        ],
        "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/lexer",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
            "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
            "shasum": ""
        },
        "require": {
            "php": "^7.2"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
        },
        "time": "2019-10-30T14:39:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "[email protected]"
            },
            {
                "name": "Roman Borschel",
                "email": "[email protected]"
            },
            {
                "name": "Johannes Schmitt",
                "email": "[email protected]"
            }
        ],
        "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ]
    },
    {
        "name": "dragonmantank/cron-expression",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dragonmantank/cron-expression.git",
            "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
            "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4|^7.0"
        },
        "time": "2019-03-31T00:38:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cron\\": "src/Cron/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "[email protected]",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Chris Tankersley",
                "email": "[email protected]",
                "homepage": "https://github.com/dragonmantank"
            }
        ],
        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
        "keywords": [
            "cron",
            "schedule"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.11",
        "version_normalized": "2.1.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
            "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.5"
        },
        "require-dev": {
            "dominicsayers/isemail": "dev-master",
            "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
            "satooshi/php-coveralls": "^1.0.1",
            "symfony/phpunit-bridge": "^4.4@dev"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2019-08-13T17:33:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Egulias\\EmailValidator\\": "EmailValidator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails against several RFCs",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "evenement/evenement",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/evenement.git",
            "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
            "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0||^5.7||^4.8.35"
        },
        "time": "2017-07-17T17:39:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Evenement": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Igor Wiedler",
                "email": "[email protected]"
            }
        ],
        "description": "Événement is a very simple event dispatching library for PHP",
        "keywords": [
            "event-dispatcher",
            "event-emitter"
        ]
    },
    {
        "name": "google/recaptcha",
        "version": "1.2.3",
        "version_normalized": "1.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/google/recaptcha.git",
            "reference": "98c4a6573b27e8b0990ea8789c74ea378795134c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/google/recaptcha/zipball/98c4a6573b27e8b0990ea8789c74ea378795134c",
            "reference": "98c4a6573b27e8b0990ea8789c74ea378795134c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
        },
        "time": "2019-08-16T15:48:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ReCaptcha\\": "src/ReCaptcha"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
        "homepage": "https://www.google.com/recaptcha/",
        "keywords": [
            "Abuse",
            "captcha",
            "recaptcha",
            "spam"
        ]
    },
    {
        "name": "gregwar/captcha",
        "version": "v1.1.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Gregwar/Captcha.git",
            "reference": "cf953dd79748406e0292cea8c565399681e4d345"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/cf953dd79748406e0292cea8c565399681e4d345",
            "reference": "cf953dd79748406e0292cea8c565399681e4d345",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "ext-mbstring": "*",
            "php": ">=5.3.0",
            "symfony/finder": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4"
        },
        "time": "2018-08-17T22:57:28+00:00",
        "type": "captcha",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gregwar\\": "src/Gregwar"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Grégoire Passault",
                "email": "[email protected]",
                "homepage": "http://www.gregwar.com/"
            },
            {
                "name": "Jeremy Livingston",
                "email": "[email protected]"
            }
        ],
        "description": "Captcha generator",
        "homepage": "https://github.com/Gregwar/Captcha",
        "keywords": [
            "bot",
            "captcha",
            "spam"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "[email protected]",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "illuminate/cache",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/cache.git",
            "reference": "e06b7fbe402bc143ecbe12d3e314894c7aabb090"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/cache/zipball/e06b7fbe402bc143ecbe12d3e314894c7aabb090",
            "reference": "e06b7fbe402bc143ecbe12d3e314894c7aabb090",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2"
        },
        "suggest": {
            "ext-memcached": "Required to use the memcache cache driver.",
            "illuminate/database": "Required to use the database cache driver (^6.0).",
            "illuminate/filesystem": "Required to use the file cache driver (^6.0).",
            "illuminate/redis": "Required to use the redis cache driver (^6.0).",
            "symfony/cache": "Required to PSR-6 cache bridge (^4.3.4)."
        },
        "time": "2019-12-05T11:59:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Cache\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Cache package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/container",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/container.git",
            "reference": "4f34c2a893c0638425d70029613257ceaff5140d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/container/zipball/4f34c2a893c0638425d70029613257ceaff5140d",
            "reference": "4f34c2a893c0638425d70029613257ceaff5140d",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "^6.0",
            "php": "^7.2",
            "psr/container": "^1.0"
        },
        "time": "2019-12-05T13:44:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Container\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Container package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/contracts",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "484727dc42f1c9dbffb2182f6fb0d01ca1aba556"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/484727dc42f1c9dbffb2182f6fb0d01ca1aba556",
            "reference": "484727dc42f1c9dbffb2182f6fb0d01ca1aba556",
            "shasum": ""
        },
        "require": {
            "php": "^7.2",
            "psr/container": "^1.0",
            "psr/simple-cache": "^1.0"
        },
        "time": "2019-12-06T13:40:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Contracts\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Contracts package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/database",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/database.git",
            "reference": "6685cb55f1963787605384af0a8020bbc2b33bf3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/database/zipball/6685cb55f1963787605384af0a8020bbc2b33bf3",
            "reference": "6685cb55f1963787605384af0a8020bbc2b33bf3",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/container": "^6.0",
            "illuminate/contracts": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2"
        },
        "suggest": {
            "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
            "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
            "illuminate/console": "Required to use the database commands (^6.0).",
            "illuminate/events": "Required to use the observers with Eloquent (^6.0).",
            "illuminate/filesystem": "Required to use the migrations (^6.0).",
            "illuminate/pagination": "Required to paginate the result set (^6.0)."
        },
        "time": "2019-12-10T15:49:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Database\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Database package.",
        "homepage": "https://laravel.com",
        "keywords": [
            "database",
            "laravel",
            "orm",
            "sql"
        ]
    },
    {
        "name": "illuminate/events",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/events.git",
            "reference": "e526aab4c5d9ae7ea1992b058128ebbbd1f91d72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/events/zipball/e526aab4c5d9ae7ea1992b058128ebbbd1f91d72",
            "reference": "e526aab4c5d9ae7ea1992b058128ebbbd1f91d72",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "^6.0",
            "illuminate/contracts": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2"
        },
        "time": "2019-12-03T15:29:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Events\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Events package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/filesystem",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/filesystem.git",
            "reference": "b7081335f4e34a0cadef9be2b9b3f6ad70bc86c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/filesystem/zipball/b7081335f4e34a0cadef9be2b9b3f6ad70bc86c1",
            "reference": "b7081335f4e34a0cadef9be2b9b3f6ad70bc86c1",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2",
            "symfony/finder": "^4.3.4"
        },
        "suggest": {
            "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).",
            "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
            "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
            "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
            "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0)"
        },
        "time": "2019-12-05T11:59:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Filesystem\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Filesystem package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/http",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/http.git",
            "reference": "8e39bb105d86ef574a9833e7a48bb43ea90321e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/http/zipball/8e39bb105d86ef574a9833e7a48bb43ea90321e5",
            "reference": "8e39bb105d86ef574a9833e7a48bb43ea90321e5",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/session": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2",
            "symfony/http-foundation": "^4.3.4",
            "symfony/http-kernel": "^4.3.4"
        },
        "suggest": {
            "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image()."
        },
        "time": "2019-12-06T13:40:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Http\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Http package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/pagination",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/pagination.git",
            "reference": "a83080b8c70f02edec18846aa7965b437230595e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/pagination/zipball/a83080b8c70f02edec18846aa7965b437230595e",
            "reference": "a83080b8c70f02edec18846aa7965b437230595e",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/contracts": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2"
        },
        "time": "2019-12-05T12:05:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Pagination\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Pagination package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/redis",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/redis.git",
            "reference": "6812f9edb632995795fb5a4765181444a44d0afe"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/redis/zipball/6812f9edb632995795fb5a4765181444a44d0afe",
            "reference": "6812f9edb632995795fb5a4765181444a44d0afe",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2"
        },
        "suggest": {
            "ext-redis": "Required to use the phpredis connector.",
            "predis/predis": "Required to use the predis connector (^1.0)."
        },
        "time": "2019-12-06T16:56:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Redis\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Redis package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/session",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/session.git",
            "reference": "c90ca6af72c20ac5131fda7ed8fc73a5a2c0f9fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/session/zipball/c90ca6af72c20ac5131fda7ed8fc73a5a2c0f9fc",
            "reference": "c90ca6af72c20ac5131fda7ed8fc73a5a2c0f9fc",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/contracts": "^6.0",
            "illuminate/filesystem": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2",
            "symfony/finder": "^4.3.4",
            "symfony/http-foundation": "^4.3.4"
        },
        "suggest": {
            "illuminate/console": "Required to use the session:table command (^6.0)."
        },
        "time": "2019-12-05T12:05:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Session\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Session package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/support",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "e720ac31b6baf101ce0da7a58491e1d3ea2a85ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/e720ac31b6baf101ce0da7a58491e1d3ea2a85ce",
            "reference": "e720ac31b6baf101ce0da7a58491e1d3ea2a85ce",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.1",
            "ext-json": "*",
            "ext-mbstring": "*",
            "illuminate/contracts": "^6.0",
            "nesbot/carbon": "^2.0",
            "php": "^7.2"
        },
        "conflict": {
            "tightenco/collect": "<5.5.33"
        },
        "suggest": {
            "illuminate/filesystem": "Required to use the composer class (^6.0).",
            "moontoast/math": "Required to use ordered UUIDs (^1.1).",
            "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
            "symfony/process": "Required to use the composer class (^4.3.4).",
            "symfony/var-dumper": "Required to use the dd function (^4.3.4).",
            "vlucas/phpdotenv": "Required to use the Env class and env helper (^3.3)."
        },
        "time": "2019-12-06T16:38:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Support\\": ""
            },
            "files": [
                "helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Support package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/translation",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/translation.git",
            "reference": "f604b5bd64c439536f1f9d75bda0723815eed3e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/translation/zipball/f604b5bd64c439536f1f9d75bda0723815eed3e0",
            "reference": "f604b5bd64c439536f1f9d75bda0723815eed3e0",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/contracts": "^6.0",
            "illuminate/filesystem": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2"
        },
        "time": "2019-12-05T11:50:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Translation package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/view",
        "version": "v6.7.0",
        "version_normalized": "6.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/view.git",
            "reference": "a6ef4a4b8b41ac6d6719e6ad9eb839ee010e9665"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/view/zipball/a6ef4a4b8b41ac6d6719e6ad9eb839ee010e9665",
            "reference": "a6ef4a4b8b41ac6d6719e6ad9eb839ee010e9665",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/container": "^6.0",
            "illuminate/contracts": "^6.0",
            "illuminate/events": "^6.0",
            "illuminate/filesystem": "^6.0",
            "illuminate/support": "^6.0",
            "php": "^7.2",
            "symfony/debug": "^4.3.4"
        },
        "time": "2019-12-05T12:05:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\View\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate View package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "intervention/image",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Intervention/image.git",
            "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
            "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "guzzlehttp/psr7": "~1.1",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.2",
            "phpunit/phpunit": "^4.8 || ^5.7"
        },
        "suggest": {
            "ext-gd": "to use GD library based image processing.",
            "ext-imagick": "to use Imagick based image processing.",
            "intervention/imagecache": "Caching extension for the Intervention Image library"
        },
        "time": "2019-11-02T09:15:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            },
            "laravel": {
                "providers": [
                    "Intervention\\Image\\ImageServiceProvider"
                ],
                "aliases": {
                    "Image": "Intervention\\Image\\Facades\\Image"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Intervention\\Image\\": "src/Intervention/Image"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oliver Vogel",
                "email": "[email protected]",
                "homepage": "http://olivervogel.com/"
            }
        ],
        "description": "Image handling and manipulation library with support for Laravel integration",
        "homepage": "http://image.intervention.io/",
        "keywords": [
            "gd",
            "image",
            "imagick",
            "laravel",
            "thumbnail",
            "watermark"
        ]
    },
    {
        "name": "jeremeamia/superclosure",
        "version": "2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jeremeamia/super_closure.git",
            "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
            "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
            "shasum": ""
        },
        "require": {
            "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
            "php": ">=5.4",
            "symfony/polyfill-php56": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0|^5.0"
        },
        "time": "2018-03-21T22:21:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SuperClosure\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Lindblom",
                "email": "[email protected]",
                "homepage": "https://github.com/jeremeamia",
                "role": "Developer"
            }
        ],
        "description": "Serialize Closure objects, including their context and binding",
        "homepage": "https://github.com/jeremeamia/super_closure",
        "keywords": [
            "closure",
            "function",
            "lambda",
            "parser",
            "serializable",
            "serialize",
            "tokenizer"
        ]
    },
    {
        "name": "josegonzalez/dotenv",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/josegonzalez/php-dotenv.git",
            "reference": "f19174d9d7213a6c20e8e5e268aa7dd042d821ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/josegonzalez/php-dotenv/zipball/f19174d9d7213a6c20e8e5e268aa7dd042d821ca",
            "reference": "f19174d9d7213a6c20e8e5e268aa7dd042d821ca",
            "shasum": ""
        },
        "require": {
            "m1/env": "2.*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "php-mock/php-mock-phpunit": "^1.1",
            "satooshi/php-coveralls": "1.*",
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2017-09-19T15:49:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "josegonzalez\\Dotenv": [
                    "src",
                    "tests"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jose Diaz-Gonzalez",
                "email": "[email protected]",
                "homepage": "http://josediazgonzalez.com",
                "role": "Maintainer"
            }
        ],
        "description": "dotenv file parsing for PHP",
        "homepage": "https://github.com/josegonzalez/php-dotenv",
        "keywords": [
            "configuration",
            "dotenv",
            "php"
        ]
    },
    {
        "name": "m1/env",
        "version": "2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/m1/Env.git",
            "reference": "294addeedf15e1149eeb96ec829f2029d2017d39"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/m1/Env/zipball/294addeedf15e1149eeb96ec829f2029d2017d39",
            "reference": "294addeedf15e1149eeb96ec829f2029d2017d39",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "scrutinizer/ocular": "~1.1",
            "squizlabs/php_codesniffer": "^2.3"
        },
        "suggest": {
            "josegonzalez/dotenv": "For loading of .env",
            "m1/vars": "For loading of configs"
        },
        "time": "2018-06-19T18:55:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "M1\\Env\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Miles Croxford",
                "email": "[email protected]",
                "homepage": "http://milescroxford.com",
                "role": "Developer"
            }
        ],
        "description": "Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.",
        "homepage": "https://github.com/m1/Env",
        "keywords": [
            ".env",
            "config",
            "dotenv",
            "env",
            "loader",
            "m1",
            "parser",
            "support"
        ]
    },
    {
        "name": "mobiledetect/mobiledetectlib",
        "version": "2.8.34",
        "version_normalized": "2.8.34.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
            "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.35||~5.7"
        },
        "time": "2019-09-18T18:44:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Mobile_Detect.php"
            ],
            "psr-0": {
                "Detection": "namespaced/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Serban Ghita",
                "email": "[email protected]",
                "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.25.2",
        "version_normalized": "1.25.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
            "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
            "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": "2019-11-13T10:00:05+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": "[email protected]",
                "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": "nelexa/zip",
        "version": "3.1.15",
        "version_normalized": "3.1.15.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Ne-Lexa/php-zip.git",
            "reference": "3b769793fc2b80909e2831c6fe57291cc4f24a87"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/3b769793fc2b80909e2831c6fe57291cc4f24a87",
            "reference": "3b769793fc2b80909e2831c6fe57291cc4f24a87",
            "shasum": ""
        },
        "require": {
            "ext-zlib": "*",
            "paragonie/random_compat": ">=1 <9.99",
            "php": "^5.5 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8|^5.7",
            "zendframework/zend-diactoros": "^1.4"
        },
        "suggest": {
            "ext-bz2": "Needed to support BZIP2 compression",
            "ext-fileinfo": "Needed to get mime-type file",
            "ext-mcrypt": "Needed to support encrypt zip entries or use ext-openssl",
            "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt"
        },
        "time": "2019-12-11T12:26:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.x-dev",
                "dev-develop": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpZip\\": "src/PhpZip"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ne-Lexa",
                "email": "[email protected]",
                "role": "Developer"
            }
        ],
        "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, ZipAlign tool, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.",
        "homepage": "https://github.com/Ne-Lexa/php-zip",
        "keywords": [
            "archive",
            "extract",
            "unzip",
            "winzip",
            "zip",
            "zipalign",
            "ziparchive"
        ]
    },
    {
        "name": "nesbot/carbon",
        "version": "2.27.0",
        "version_normalized": "2.27.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "13b8485a8690f103bf19cba64879c218b102b726"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/13b8485a8690f103bf19cba64879c218b102b726",
            "reference": "13b8485a8690f103bf19cba64879c218b102b726",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1.8 || ^8.0",
            "symfony/translation": "^3.4 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
            "kylekatarnls/multi-tester": "^1.1",
            "phpmd/phpmd": "dev-php-7.1-compatibility",
            "phpstan/phpstan": "^0.11",
            "phpunit/phpunit": "^7.5 || ^8.0",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2019-11-20T06:59:06+00:00",
        "bin": [
            "bin/carbon"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Carbon\\": "src/Carbon/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "[email protected]",
                "homepage": "http://nesbot.com"
            },
            {
                "name": "kylekatarnls",
                "homepage": "http://github.com/kylekatarnls"
            }
        ],
        "description": "An API extension for DateTime that supports 281 different languages.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "neutron/temporary-filesystem",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
            "reference": "694aa3885f653dd429584e825ffbab79441d285f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/694aa3885f653dd429584e825ffbab79441d285f",
            "reference": "694aa3885f653dd429584e825ffbab79441d285f",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "symfony/filesystem": "^2.3 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0"
        },
        "time": "2018-02-07T21:11:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Neutron": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Romain Neutron",
                "email": "[email protected]"
            }
        ],
        "description": "Symfony filesystem extension to handle temporary files"
    },
    {
        "name": "nikic/fast-route",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/FastRoute.git",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35|~5.7"
        },
        "time": "2018-02-13T20:26:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FastRoute\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov",
                "email": "[email protected]"
            }
        ],
        "description": "Fast request router for PHP",
        "keywords": [
            "router",
            "routing"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.3.0",
        "version_normalized": "4.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
            "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "ircmaxell/php-yacc": "0.0.5",
            "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
        },
        "time": "2019-11-08T13:50:10+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-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": "[email protected]",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "php-curl-class/php-curl-class",
        "version": "8.6.2",
        "version_normalized": "8.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-curl-class/php-curl-class.git",
            "reference": "54be433a7299c15b024ba808e10a96c5d5791d99"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/54be433a7299c15b024ba808e10a96c5d5791d99",
            "reference": "54be433a7299c15b024ba808e10a96c5d5791d99",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "ext-gd": "*",
            "phpunit/phpunit": "*",
            "squizlabs/php_codesniffer": "*"
        },
        "suggest": {
            "ext-mbstring": "*"
        },
        "time": "2019-11-17T08:37:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Curl\\": "src/Curl/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Unlicense"
        ],
        "authors": [
            {
                "name": "Zach Borboa"
            }
        ],
        "description": "PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.",
        "homepage": "https://github.com/php-curl-class/php-curl-class",
        "keywords": [
            "API-Client",
            "api",
            "class",
            "client",
            "curl",
            "framework",
            "http",
            "http-client",
            "http-proxy",
            "json",
            "php",
            "php-curl",
            "php-curl-library",
            "proxy",
            "requests",
            "restful",
            "web-scraper",
            "web-scraping ",
            "web-service",
            "xml"
        ]
    },
    {
        "name": "php-di/invoker",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/Invoker.git",
            "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
            "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
            "shasum": ""
        },
        "require": {
            "psr/container": "~1.0"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "phpunit/phpunit": "~4.5"
        },
        "time": "2017-03-20T19:28:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Invoker\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Generic and extensible callable invoker",
        "homepage": "https://github.com/PHP-DI/Invoker",
        "keywords": [
            "callable",
            "dependency",
            "dependency-injection",
            "injection",
            "invoke",
            "invoker"
        ]
    },
    {
        "name": "php-di/php-di",
        "version": "6.0.11",
        "version_normalized": "6.0.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/PHP-DI.git",
            "reference": "9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620",
            "reference": "9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620",
            "shasum": ""
        },
        "require": {
            "jeremeamia/superclosure": "^2.0",
            "nikic/php-parser": "^2.0|^3.0|^4.0",
            "php": ">=7.0.0",
            "php-di/invoker": "^2.0",
            "php-di/phpdoc-reader": "^2.0.1",
            "psr/container": "^1.0"
        },
        "provide": {
            "psr/container-implementation": "^1.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.2",
            "friendsofphp/php-cs-fixer": "^2.4",
            "mnapoli/phpunit-easymock": "~1.0",
            "ocramius/proxy-manager": "~2.0.2",
            "phpstan/phpstan": "^0.9.2",
            "phpunit/phpunit": "~6.4"
        },
        "suggest": {
            "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
            "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
        },
        "time": "2019-12-12T07:58:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DI\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "The dependency injection container for humans",
        "homepage": "http://php-di.org/",
        "keywords": [
            "PSR-11",
            "container",
            "container-interop",
            "dependency injection",
            "di",
            "ioc",
            "psr11"
        ]
    },
    {
        "name": "php-di/phpdoc-reader",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/PhpDocReader.git",
            "reference": "15678f7451c020226807f520efb867ad26fbbfcf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/15678f7451c020226807f520efb867ad26fbbfcf",
            "reference": "15678f7451c020226807f520efb867ad26fbbfcf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.6"
        },
        "time": "2019-09-26T11:24:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpDocReader\\": "src/PhpDocReader"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
        "keywords": [
            "phpdoc",
            "reflection"
        ]
    },
    {
        "name": "php-ffmpeg/php-ffmpeg",
        "version": "v0.14",
        "version_normalized": "0.14.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
            "reference": "f9cc3d0c429fade5a144db674272eb8b48db8dce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/f9cc3d0c429fade5a144db674272eb8b48db8dce",
            "reference": "f9cc3d0c429fade5a144db674272eb8b48db8dce",
            "shasum": ""
        },
        "require": {
            "alchemy/binary-driver": "^1.5 || ~2.0.0 || ^5.0",
            "doctrine/cache": "^1.0",
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "neutron/temporary-filesystem": "^2.1.1",
            "php": "^5.3.9 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36",
            "sami/sami": "~1.0",
            "silex/silex": "~1.0"
        },
        "suggest": {
            "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
        },
        "time": "2019-02-26T17:04:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "FFMpeg": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Romain Neutron",
                "email": "[email protected]",
                "homepage": "http://www.lickmychip.com/"
            },
            {
                "name": "Phraseanet Team",
                "email": "[email protected]",
                "homepage": "http://www.phraseanet.com/"
            },
            {
                "name": "Patrik Karisch",
                "email": "[email protected]",
                "homepage": "http://www.karisch.guru"
            },
            {
                "name": "Romain Biard",
                "email": "[email protected]",
                "homepage": "https://www.strime.io/"
            },
            {
                "name": "Jens Hausdorf",
                "email": "[email protected]",
                "homepage": "https://jens-hausdorf.de"
            }
        ],
        "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
        "keywords": [
            "audio",
            "audio processing",
            "avconv",
            "avprobe",
            "ffmpeg",
            "ffprobe",
            "video",
            "video processing"
        ]
    },
    {
        "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/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-11-01T11:05:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "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": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "[email protected]"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "robmorgan/phinx",
        "version": "0.11.3",
        "version_normalized": "0.11.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/phinx.git",
            "reference": "3c6a171b0455225cf42716dc4864feb620da716f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/phinx/zipball/3c6a171b0455225cf42716dc4864feb620da716f",
            "reference": "3c6a171b0455225cf42716dc4864feb620da716f",
            "shasum": ""
        },
        "require": {
            "cakephp/collection": "^3.6",
            "cakephp/core": "^3.6",
            "cakephp/database": "^3.6",
            "cakephp/datasource": "^3.6",
            "php": ">=5.6",
            "symfony/config": "^3.4|^4.0|^5.0",
            "symfony/console": "^3.4|^4.0|^5.0",
            "symfony/yaml": "^3.4|^4.0|^5.0"
        },
        "require-dev": {
            "cakephp/cakephp-codesniffer": "^3.0",
            "phpunit/phpunit": ">=5.7,<8.0",
            "sebastian/comparator": ">=1.2.3"
        },
        "time": "2019-12-12T16:53:38+00:00",
        "bin": [
            "bin/phinx"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Phinx\\": "src/Phinx/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Rob Morgan",
                "email": "[email protected]",
                "homepage": "https://robmorgan.id.au",
                "role": "Lead Developer"
            },
            {
                "name": "Woody Gilk",
                "email": "[email protected]",
                "homepage": "https://shadowhand.me",
                "role": "Developer"
            },
            {
                "name": "Richard Quadling",
                "email": "[email protected]",
                "role": "Developer"
            },
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/phinx/graphs/contributors",
                "role": "Developer"
            }
        ],
        "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
        "homepage": "https://phinx.org",
        "keywords": [
            "database",
            "database migrations",
            "db",
            "migrations",
            "phinx"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.2.3",
        "version_normalized": "6.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses",
            "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
        },
        "time": "2019-11-12T09:31:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/config",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c",
            "reference": "7aa5817f1b7a8ed377752b90fcc47dfb3c67b40c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/filesystem": "^3.4|^4.0|^5.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/finder": "<3.4"
        },
        "require-dev": {
            "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
            "symfony/finder": "^3.4|^4.0|^5.0",
            "symfony/messenger": "^4.1|^5.0",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/yaml": "^3.4|^4.0|^5.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2019-12-01T10:50:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
            "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php73": "^1.8",
            "symfony/service-contracts": "^1.1|^2"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/event-dispatcher": "<4.3|>=5",
            "symfony/lock": "<4.4",
            "symfony/process": "<3.3"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^3.4|^4.0|^5.0",
            "symfony/dependency-injection": "^3.4|^4.0|^5.0",
            "symfony/event-dispatcher": "^4.3",
            "symfony/lock": "^4.4|^5.0",
            "symfony/process": "^3.4|^4.0|^5.0",
            "symfony/var-dumper": "^4.3|^5.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2019-12-01T10:06:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/b8600a1d7d20b0e80906398bb1f50612fa074a8e",
            "reference": "b8600a1d7d20b0e80906398bb1f50612fa074a8e",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": "<3.4"
        },
        "require-dev": {
            "symfony/http-kernel": "^3.4|^4.0|^5.0"
        },
        "time": "2019-11-28T13:33:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/error-handler",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/error-handler.git",
            "reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/error-handler/zipball/a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b",
            "reference": "a1ad02d62789efed1d2b2796f1c15e0c6a00fc3b",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0",
            "symfony/debug": "^4.4",
            "symfony/var-dumper": "^4.4|^5.0"
        },
        "require-dev": {
            "symfony/http-kernel": "^4.4|^5.0",
            "symfony/serializer": "^4.4|^5.0"
        },
        "time": "2019-12-01T08:46:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ErrorHandler\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ErrorHandler Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f",
            "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/event-dispatcher-contracts": "^1.1"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "1.1"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^3.4|^4.0|^5.0",
            "symfony/dependency-injection": "^3.4|^4.0|^5.0",
            "symfony/expression-language": "^3.4|^4.0|^5.0",
            "symfony/http-foundation": "^3.4|^4.0|^5.0",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/stopwatch": "^3.4|^4.0|^5.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2019-11-28T13:33:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher-contracts",
        "version": "v1.1.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
            "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
            "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "suggest": {
            "psr/event-dispatcher": "",
            "symfony/event-dispatcher-implementation": ""
        },
        "time": "2019-09-17T09:54:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to dispatching event",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/filesystem",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "40c2606131d56eff6f193b6e2ceb92414653b591"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/40c2606131d56eff6f193b6e2ceb92414653b591",
            "reference": "40c2606131d56eff6f193b6e2ceb92414653b591",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-11-26T23:16:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "ce8743441da64c41e2a667b8eb66070444ed911e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e",
            "reference": "ce8743441da64c41e2a667b8eb66070444ed911e",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-11-17T21:56:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5",
            "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/mime": "^4.3|^5.0",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/expression-language": "^3.4|^4.0|^5.0"
        },
        "time": "2019-11-28T13:33:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-kernel",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "e4187780ed26129ee86d5234afbebf085e144f88"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e4187780ed26129ee86d5234afbebf085e144f88",
            "reference": "e4187780ed26129ee86d5234afbebf085e144f88",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0",
            "symfony/error-handler": "^4.4",
            "symfony/event-dispatcher": "^4.4",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-php73": "^1.9"
        },
        "conflict": {
            "symfony/browser-kit": "<4.3",
            "symfony/config": "<3.4",
            "symfony/console": ">=5",
            "symfony/dependency-injection": "<4.3",
            "symfony/translation": "<4.2",
            "twig/twig": "<1.34|<2.4,>=2"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/cache": "~1.0",
            "symfony/browser-kit": "^4.3|^5.0",
            "symfony/config": "^3.4|^4.0|^5.0",
            "symfony/console": "^3.4|^4.0",
            "symfony/css-selector": "^3.4|^4.0|^5.0",
            "symfony/dependency-injection": "^4.3|^5.0",
            "symfony/dom-crawler": "^3.4|^4.0|^5.0",
            "symfony/expression-language": "^3.4|^4.0|^5.0",
            "symfony/finder": "^3.4|^4.0|^5.0",
            "symfony/process": "^3.4|^4.0|^5.0",
            "symfony/routing": "^3.4|^4.0|^5.0",
            "symfony/stopwatch": "^3.4|^4.0|^5.0",
            "symfony/templating": "^3.4|^4.0|^5.0",
            "symfony/translation": "^4.2|^5.0",
            "symfony/translation-contracts": "^1.1|^2",
            "twig/twig": "^1.34|^2.4|^3.0"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": ""
        },
        "time": "2019-12-01T14:06:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/mime",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/mime.git",
            "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
            "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "conflict": {
            "symfony/mailer": "<4.4"
        },
        "require-dev": {
            "egulias/email-validator": "^2.1.10",
            "symfony/dependency-injection": "^3.4|^4.1|^5.0"
        },
        "time": "2019-11-30T08:27:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Mime\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A library to manipulate MIME messages",
        "homepage": "https://symfony.com",
        "keywords": [
            "mime",
            "mime-type"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
            "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-11-27T13:56:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
            "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2019-11-27T13:56:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
            "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.9"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-11-27T13:56:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Laurent Bassin",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
            "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-11-27T14:18:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13-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": "[email protected]"
            },
            {
                "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.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php56.git",
            "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
            "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-util": "~1.0"
        },
        "time": "2019-11-27T13:56:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13-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": "[email protected]"
            },
            {
                "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-php72",
        "version": "v1.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
            "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-11-27T13:56:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php73",
        "version": "v1.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
            "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-11-27T16:25:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13-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": "[email protected]"
            },
            {
                "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.13.1",
        "version_normalized": "1.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-util.git",
            "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
            "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-11-27T13:56:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.13-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Util\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "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/process",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/51c0135ef3f44c5803b33dc60e96bf4f77752726",
            "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-11-28T13:33:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/service-contracts",
        "version": "v1.1.8",
        "version_normalized": "1.1.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/service-contracts.git",
            "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
            "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/container": "^1.0"
        },
        "suggest": {
            "symfony/service-implementation": ""
        },
        "time": "2019-10-14T12:27:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Service\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to writing services",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/897fb68ee7933372517b551d6f08c6d4bb0b8c40",
            "reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation-contracts": "^1.1.6|^2"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4",
            "symfony/http-kernel": "<4.4",
            "symfony/yaml": "<3.4"
        },
        "provide": {
            "symfony/translation-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^3.4|^4.0|^5.0",
            "symfony/console": "^3.4|^4.0|^5.0",
            "symfony/dependency-injection": "^3.4|^4.0|^5.0",
            "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
            "symfony/http-kernel": "^4.4",
            "symfony/intl": "^3.4|^4.0|^5.0",
            "symfony/service-contracts": "^1.1.2|^2",
            "symfony/yaml": "^3.4|^4.0|^5.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2019-11-12T17:18:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/translation-contracts",
        "version": "v1.1.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation-contracts.git",
            "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
            "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "suggest": {
            "symfony/translation-implementation": ""
        },
        "time": "2019-09-17T11:12:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to translation",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/var-dumper",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
            "reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php72": "~1.5"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "ext-iconv": "*",
            "symfony/console": "^3.4|^4.0|^5.0",
            "symfony/process": "^4.4|^5.0",
            "twig/twig": "^1.34|^2.4|^3.0"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
        },
        "time": "2019-11-28T13:33:56+00:00",
        "bin": [
            "Resources/bin/var-dump-server"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "76de473358fe802578a415d5bb43c296cf09d211"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211",
            "reference": "76de473358fe802578a415d5bb43c296cf09d211",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "^3.4|^4.0|^5.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2019-11-12T14:51:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "visavi/cleanup",
        "version": "v1.5.2",
        "version_normalized": "1.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/visavi/cleanup.git",
            "reference": "fc13c6376fabe61522d4a3cfeab90e8555c1fbd2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/visavi/cleanup/zipball/fc13c6376fabe61522d4a3cfeab90e8555c1fbd2",
            "reference": "fc13c6376fabe61522d4a3cfeab90e8555c1fbd2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2019-12-08T16:59:14+00:00",
        "bin": [
            "cleanup"
        ],
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander Grigorev",
                "email": "[email protected]",
                "homepage": "http://visavi.net"
            }
        ],
        "description": "Cleaning vendor directory",
        "homepage": "http://visavi.net",
        "keywords": [
            "clean",
            "composer",
            "vendor"
        ]
    },
    {
        "name": "visavi/crontask",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/visavi/crontask.git",
            "reference": "372403f32ea5efdc447fe6ecbd6d015eb3ac2f5f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/visavi/crontask/zipball/372403f32ea5efdc447fe6ecbd6d015eb3ac2f5f",
            "reference": "372403f32ea5efdc447fe6ecbd6d015eb3ac2f5f",
            "shasum": ""
        },
        "require": {
            "dragonmantank/cron-expression": "^2.0",
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-03-13T10:08:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Crontask\\": "src/Crontask"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander Grigorev",
                "email": "[email protected]",
                "homepage": "http://visavi.net"
            }
        ],
        "description": "Simple PHP cron tasks",
        "homepage": "http://visavi.net",
        "keywords": [
            "cron",
            "crontab",
            "php",
            "scheduler",
            "task"
        ]
    }
]