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

Размер файла: 94.34Kb
[
    {
        "name": "altorouter/altorouter",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dannyvankooten/AltoRouter.git",
            "reference": "39c50092470128c12284d332bb57f306bb5b58e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/39c50092470128c12284d332bb57f306bb5b58e4",
            "reference": "39c50092470128c12284d332bb57f306bb5b58e4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "dev-master",
            "phpunit/phpunit": "4.5.*"
        },
        "time": "2015-11-30T00:47:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "AltoRouter.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Danny van Kooten",
                "email": "[email protected]",
                "homepage": "http://dannyvankooten.com/"
            },
            {
                "name": "Koen Punt",
                "homepage": "https://github.com/koenpunt"
            },
            {
                "name": "niahoo",
                "homepage": "https://github.com/niahoo"
            }
        ],
        "description": "A lightning fast router for PHP",
        "homepage": "https://github.com/dannyvankooten/AltoRouter",
        "keywords": [
            "lightweight",
            "router",
            "routing"
        ]
    },
    {
        "name": "cbschuld/browser.php",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/cbschuld/Browser.php.git",
            "reference": "6bde9efb0b14a4917affe741500c29149419e491"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cbschuld/Browser.php/zipball/6bde9efb0b14a4917affe741500c29149419e491",
            "reference": "6bde9efb0b14a4917affe741500c29149419e491",
            "shasum": ""
        },
        "time": "2017-07-31T23:43:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.95-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "files": [
                "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": "http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php.html",
        "keywords": [
            "browser",
            "detection",
            "user agent"
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
            "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8 || ^5.0"
        },
        "time": "2016-09-01T10:05:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause-Attribution"
        ],
        "authors": [
            {
                "name": "Vance Lucas",
                "email": "[email protected]",
                "homepage": "http://www.vancelucas.com"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10T12:19:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "symfony/debug",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
            "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
            "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"
        },
        "time": "2018-04-30T16:59:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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/polyfill-mbstring",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "3296adf6a6454a050679cde90f95350ad604b171"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
            "reference": "3296adf6a6454a050679cde90f95350ad604b171",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2018-04-26T10:06:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8-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/translation",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e",
            "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/intl": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2018-04-30T01:23:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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": "nesbot/carbon",
        "version": "1.27.0",
        "version_normalized": "1.27.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
            "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/translation": "~2.6 || ~3.0 || ~4.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2",
            "phpunit/phpunit": "^4.8.35 || ^5.7"
        },
        "time": "2018-04-23T09:02:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "[email protected]",
                "homepage": "http://nesbot.com"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "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": "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": "illuminate/contracts",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4",
            "reference": "6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/container": "~1.0",
            "psr/simple-cache": "~1.0"
        },
        "time": "2018-05-08T13:22:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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": "doctrine/inflector",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2018-01-09T20:05:19+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": "Roman Borschel",
                "email": "[email protected]"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "[email protected]"
            },
            {
                "name": "Guilherme Blanco",
                "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": "illuminate/support",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "6e84d4140310246ace38fdb0909da5b2fb22eadf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/6e84d4140310246ace38fdb0909da5b2fb22eadf",
            "reference": "6e84d4140310246ace38fdb0909da5b2fb22eadf",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "~1.1",
            "ext-mbstring": "*",
            "illuminate/contracts": "5.6.*",
            "nesbot/carbon": "^1.24.1",
            "php": "^7.1.3"
        },
        "conflict": {
            "tightenco/collect": "<5.5.33"
        },
        "suggest": {
            "illuminate/filesystem": "Required to use the composer class (5.6.*).",
            "symfony/process": "Required to use the composer class (~4.0).",
            "symfony/var-dumper": "Required to use the dd function (~4.0)."
        },
        "time": "2018-05-07T14:12:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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": "symfony/finder",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
            "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2018-04-04T05:10:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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": "illuminate/filesystem",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/filesystem.git",
            "reference": "a4ca4a9c2f969ec227748ab334693144995ba0ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/filesystem/zipball/a4ca4a9c2f969ec227748ab334693144995ba0ce",
            "reference": "a4ca4a9c2f969ec227748ab334693144995ba0ce",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3",
            "symfony/finder": "~4.0"
        },
        "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-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
            "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)."
        },
        "time": "2018-05-02T16:10:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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/container",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/container.git",
            "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/container/zipball/4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
            "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.6.*",
            "php": "^7.1.3",
            "psr/container": "~1.0"
        },
        "time": "2018-01-21T02:13:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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/events",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/events.git",
            "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/events/zipball/b6e73ed40478cef2ef98d5ddb27f333291606cea",
            "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.6.*",
            "illuminate/contracts": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3"
        },
        "time": "2018-02-26T19:00:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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/view",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/view.git",
            "reference": "54eaf45ee7946d8f8cde13d5e89c5ea2e997040d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/view/zipball/54eaf45ee7946d8f8cde13d5e89c5ea2e997040d",
            "reference": "54eaf45ee7946d8f8cde13d5e89c5ea2e997040d",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.6.*",
            "illuminate/contracts": "5.6.*",
            "illuminate/events": "5.6.*",
            "illuminate/filesystem": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3",
            "symfony/debug": "~4.0"
        },
        "time": "2018-04-03T12:56:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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": "jenssegers/blade",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jenssegers/blade.git",
            "reference": "59ba2cc4767b2ee81fdd9bad571a93c619a8dd52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jenssegers/blade/zipball/59ba2cc4767b2ee81fdd9bad571a93c619a8dd52",
            "reference": "59ba2cc4767b2ee81fdd9bad571a93c619a8dd52",
            "shasum": ""
        },
        "require": {
            "illuminate/view": "^5.1"
        },
        "require-dev": {
            "mockery/mockery": "^0.9",
            "phpunit/phpunit": "^4.0|^5.0",
            "satooshi/php-coveralls": "^1.0"
        },
        "time": "2016-08-23T11:51:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jenssegers\\Blade\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jens Segers",
                "homepage": "https://jenssegers.com"
            }
        ],
        "description": "The standalone version of Laravel's Blade templating engine for use outside of Laravel.",
        "keywords": [
            "blade",
            "laravel",
            "render",
            "template",
            "view"
        ]
    },
    {
        "name": "visavi/cleanup",
        "version": "v1.3",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/visavi/cleanup.git",
            "reference": "f8ed01de90a547aba5830f0e4b4e4fbc07be9227"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/visavi/cleanup/zipball/f8ed01de90a547aba5830f0e4b4e4fbc07be9227",
            "reference": "f8ed01de90a547aba5830f0e4b4e4fbc07be9227",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2017-10-24T13:48:37+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": "dragonmantank/cron-expression",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dragonmantank/cron-expression.git",
            "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/3f00985deec8df53d4cc1e5c33619bda1ee309a5",
            "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.4"
        },
        "time": "2018-04-06T15:51:55+00:00",
        "type": "library",
        "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": "visavi/crontask",
        "version": "v1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/visavi/crontask.git",
            "reference": "4f40089ce88202e47784ebfe788dc474f5933527"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/visavi/crontask/zipball/4f40089ce88202e47784ebfe788dc474f5933527",
            "reference": "4f40089ce88202e47784ebfe788dc474f5933527",
            "shasum": ""
        },
        "require": {
            "dragonmantank/cron-expression": "^2.0",
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4"
        },
        "time": "2017-10-23T15:22:14+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"
        ]
    },
    {
        "name": "gregwar/captcha",
        "version": "v1.1.6",
        "version_normalized": "1.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Gregwar/Captcha.git",
            "reference": "a96d8dffc80d6213958bd19fbdef1555e8b63ca3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/a96d8dffc80d6213958bd19fbdef1555e8b63ca3",
            "reference": "a96d8dffc80d6213958bd19fbdef1555e8b63ca3",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "ext-mbstring": "*",
            "php": ">=5.3.0",
            "symfony/finder": "~3.0|~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4"
        },
        "time": "2018-04-24T09:20:08+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": "google/recaptcha",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/google/recaptcha.git",
            "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/google/recaptcha/zipball/5a56d15ca10a7b75158178752b2ad8f755eb4f78",
            "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-03-09T18:44:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.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 protect websites from spam and abuse.",
        "homepage": "http://www.google.com/recaptcha/",
        "keywords": [
            "Abuse",
            "captcha",
            "recaptcha",
            "spam"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "014487772c22d893168e5d628a13e882009fea29"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29",
            "reference": "014487772c22d893168e5d628a13e882009fea29",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "symfony/expression-language": "~3.4|~4.0"
        },
        "time": "2018-04-30T01:05:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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/event-dispatcher",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
            "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2018-04-06T07:35:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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/http-kernel",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "8333264b6de323ea27a08627d5396aa564fb9c25"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25",
            "reference": "8333264b6de323ea27a08627d5396aa564fb9c25",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0",
            "symfony/debug": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/http-foundation": "~3.4.4|~4.0.4"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
            "symfony/var-dumper": "<3.4",
            "twig/twig": "<1.34|<2.4,>=2"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/cache": "~1.0",
            "symfony/browser-kit": "~3.4|~4.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/css-selector": "~3.4|~4.0",
            "symfony/dependency-injection": "^3.4.5|^4.0.5",
            "symfony/dom-crawler": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0",
            "symfony/routing": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/templating": "~3.4|~4.0",
            "symfony/translation": "~3.4|~4.0",
            "symfony/var-dumper": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/var-dumper": ""
        },
        "time": "2018-04-30T19:45:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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": "illuminate/session",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/session.git",
            "reference": "90bb5857fb64e269d8d331f02f820555ee471f64"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/session/zipball/90bb5857fb64e269d8d331f02f820555ee471f64",
            "reference": "90bb5857fb64e269d8d331f02f820555ee471f64",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.6.*",
            "illuminate/filesystem": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3",
            "symfony/finder": "~4.0",
            "symfony/http-foundation": "~4.0"
        },
        "suggest": {
            "illuminate/console": "Required to use the session:table command (5.6.*)."
        },
        "time": "2018-03-06T14:29:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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/http",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/http.git",
            "reference": "25559979ca88bc7714832f3b13e12ed8892b9bdd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/http/zipball/25559979ca88bc7714832f3b13e12ed8892b9bdd",
            "reference": "25559979ca88bc7714832f3b13e12ed8892b9bdd",
            "shasum": ""
        },
        "require": {
            "illuminate/session": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3",
            "symfony/http-foundation": "~4.0",
            "symfony/http-kernel": "~4.0"
        },
        "time": "2018-05-04T18:20:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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/translation",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/translation.git",
            "reference": "3612f41b450b8d14e7f5785c087af451ccd3be9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/translation/zipball/3612f41b450b8d14e7f5785c087af451ccd3be9c",
            "reference": "3612f41b450b8d14e7f5785c087af451ccd3be9c",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.6.*",
            "illuminate/filesystem": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3"
        },
        "time": "2018-02-22T15:33:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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/database",
        "version": "v5.6.21",
        "version_normalized": "5.6.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/database.git",
            "reference": "7ab07d133ece8098b6f5f872ec95d080087236c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/database/zipball/7ab07d133ece8098b6f5f872ec95d080087236c0",
            "reference": "7ab07d133ece8098b6f5f872ec95d080087236c0",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.6.*",
            "illuminate/contracts": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3"
        },
        "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 (5.6.*).",
            "illuminate/events": "Required to use the observers with Eloquent (5.6.*).",
            "illuminate/filesystem": "Required to use the migrations (5.6.*).",
            "illuminate/pagination": "Required to paginate the result set (5.6.*)."
        },
        "time": "2018-05-07T14:20:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-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": "mobiledetect/mobiledetectlib",
        "version": "2.8.31",
        "version_normalized": "2.8.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "adb882ea3b9d154f087ecb2c333180dad6f4dd37"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/adb882ea3b9d154f087ecb2c333180dad6f4dd37",
            "reference": "adb882ea3b9d154f087ecb2c333180dad6f4dd37",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.35||~5.7"
        },
        "time": "2018-02-26T19:39:55+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": "symfony/filesystem",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
            "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2018-02-22T10:50:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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": "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": "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": "doctrine/cache",
        "version": "v1.7.1",
        "version_normalized": "1.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
            "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^5.7",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2017-08-25T07:02:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "[email protected]"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "[email protected]"
            },
            {
                "name": "Guilherme Blanco",
                "email": "[email protected]"
            },
            {
                "name": "Jonathan Wage",
                "email": "[email protected]"
            },
            {
                "name": "Johannes Schmitt",
                "email": "[email protected]"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.4.9",
        "version_normalized": "3.4.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b",
            "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2018-04-03T05:22:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.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": "monolog/monolog",
        "version": "1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
            "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
            "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": "2017-06-19T01:22:40+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": "alchemy/binary-driver",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/alchemy-fr/BinaryDriver.git",
            "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
            "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^2.0|^1.0",
            "monolog/monolog": "^1.3",
            "php": ">=5.5",
            "psr/log": "^1.0",
            "symfony/process": "^2.0|^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0|^5.0"
        },
        "time": "2016-03-02T13:49:15+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]"
            }
        ],
        "description": "A set of tools to build binary drivers",
        "keywords": [
            "binary",
            "driver"
        ]
    },
    {
        "name": "php-ffmpeg/php-ffmpeg",
        "version": "v0.11.1-pl-1",
        "version_normalized": "0.11.1.0-patch1",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
            "reference": "e91b2276e349e28030e6d2a46eb292294fd5e947"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/e91b2276e349e28030e6d2a46eb292294fd5e947",
            "reference": "e91b2276e349e28030e6d2a46eb292294fd5e947",
            "shasum": ""
        },
        "require": {
            "alchemy/binary-driver": "^1.5",
            "doctrine/cache": "^1.0",
            "evenement/evenement": "^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": "2018-02-21T19:24:02+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": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "[email protected]"
            },
            {
                "name": "Guilherme Blanco",
                "email": "[email protected]"
            },
            {
                "name": "Johannes Schmitt",
                "email": "[email protected]"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.4",
        "version_normalized": "2.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
            "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
            "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"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2018-04-10T10:11:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.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": "swiftmailer/swiftmailer",
        "version": "v6.0.2",
        "version_normalized": "6.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
            "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.3@dev"
        },
        "time": "2017-09-30T22:39:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-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": "http://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/275ad099e4cbe612a2acbca14a16dd1c5311324d",
            "reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2018-04-08T08:49:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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": "symfony/console",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
            "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/process": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2018-04-30T01:23:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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/config",
        "version": "v4.0.9",
        "version_normalized": "4.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
            "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/filesystem": "~3.4|~4.0"
        },
        "conflict": {
            "symfony/finder": "<3.4"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2018-03-19T22:35:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-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": "robmorgan/phinx",
        "version": "0.9.2",
        "version_normalized": "0.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/phinx.git",
            "reference": "e1698319ad55157c233b658c08f7a10617e797ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/phinx/zipball/e1698319ad55157c233b658c08f7a10617e797ca",
            "reference": "e1698319ad55157c233b658c08f7a10617e797ca",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "symfony/config": "^2.8|^3.0|^4.0",
            "symfony/console": "^2.8|^3.0|^4.0",
            "symfony/yaml": "^2.8|^3.0|^4.0"
        },
        "require-dev": {
            "cakephp/cakephp-codesniffer": "^3.0",
            "phpunit/phpunit": "^4.8.35|^5.7|^6.5"
        },
        "time": "2017-12-23T06:48:51+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": "Woody Gilk",
                "email": "[email protected]",
                "homepage": "http://shadowhand.me",
                "role": "Developer"
            },
            {
                "name": "Rob Morgan",
                "email": "[email protected]",
                "homepage": "https://robmorgan.id.au",
                "role": "Lead Developer"
            },
            {
                "name": "Richard Quadling",
                "email": "[email protected]",
                "role": "Developer"
            },
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/phinx/graphs/contributors"
            }
        ],
        "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": "php-curl-class/php-curl-class",
        "version": "8.0.3",
        "version_normalized": "8.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-curl-class/php-curl-class.git",
            "reference": "4b19e0fa0278b45452164d3043057cccb4f750db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/4b19e0fa0278b45452164d3043057cccb4f750db",
            "reference": "4b19e0fa0278b45452164d3043057cccb4f750db",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "*",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2018-04-21T08:28:43+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",
            "class",
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "json",
            "php",
            "requests",
            "rest",
            "restful",
            "web service",
            "xml"
        ]
    },
    {
        "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": "nelexa/zip",
        "version": "3.1.5",
        "version_normalized": "3.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Ne-Lexa/php-zip.git",
            "reference": "251ce11bdc4754962f29cd2d31014549377ea617"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/251ce11bdc4754962f29cd2d31014549377ea617",
            "reference": "251ce11bdc4754962f29cd2d31014549377ea617",
            "shasum": ""
        },
        "require": {
            "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-mcrypt": "Needed to support encrypt zip entries or use ext-openssl",
            "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt"
        },
        "time": "2018-04-25T09:44:11+00:00",
        "type": "library",
        "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": "guzzlehttp/psr7",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2017-03-20T17:10:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-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",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "intervention/image",
        "version": "2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Intervention/image.git",
            "reference": "3603dbcc9a17d307533473246a6c58c31cf17919"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Intervention/image/zipball/3603dbcc9a17d307533473246a6c58c31cf17919",
            "reference": "3603dbcc9a17d307533473246a6c58c31cf17919",
            "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": "2017-09-21T16:29:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-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": "filp/whoops",
        "version": "2.1.14",
        "version_normalized": "2.1.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/filp/whoops.git",
            "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
            "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9 || ^7.0",
            "psr/log": "^1.0.1"
        },
        "require-dev": {
            "mockery/mockery": "0.9.*",
            "phpunit/phpunit": "^4.8.35 || ^5.7",
            "symfony/var-dumper": "^2.6 || ^3.0"
        },
        "suggest": {
            "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
            "whoops/soap": "Formats errors as SOAP responses"
        },
        "time": "2017-11-23T18:22:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Whoops\\": "src/Whoops/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Filipe Dobreira",
                "homepage": "https://github.com/filp",
                "role": "Developer"
            }
        ],
        "description": "php error handling for cool kids",
        "homepage": "https://filp.github.io/whoops/",
        "keywords": [
            "error",
            "exception",
            "handling",
            "library",
            "throwable",
            "whoops"
        ]
    }
]