View file vendor/composer/installed.json

File size: 71.75Kb
[
    {
        "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-30 00:47:43",
        "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": "50c38c01f4a3a8c43499683ccdbea322b31d5e94"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cbschuld/Browser.php/zipball/50c38c01f4a3a8c43499683ccdbea322b31d5e94",
            "reference": "50c38c01f4a3a8c43499683ccdbea322b31d5e94",
            "shasum": ""
        },
        "time": "2016-07-24 00:40:44",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.95-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/Browser.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Schuld",
                "email": "[email protected]",
                "homepage": "http://chrisschuld.com"
            }
        ],
        "homepage": "http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php.html",
        "keywords": [
            "browser",
            "detection",
            "user agent"
        ]
    },
    {
        "name": "pclzip/pclzip",
        "version": "2.8.2",
        "version_normalized": "2.8.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ivanlanin/pclzip.git",
            "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
            "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
            "shasum": ""
        },
        "time": "2014-06-05 11:42:24",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "pclzip.lib.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Vincent Blavet"
            }
        ],
        "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
        "homepage": "http://www.phpconcept.net/pclzip",
        "keywords": [
            "php",
            "zip"
        ]
    },
    {
        "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-01 10:05:43",
        "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": "symfony/yaml",
        "version": "v3.2.2",
        "version_normalized": "3.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "50eadbd7926e31842893c957eca362b21592a97d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/50eadbd7926e31842893c957eca362b21592a97d",
            "reference": "50eadbd7926e31842893c957eca362b21592a97d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "symfony/console": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2017-01-03 13:51:32",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-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": "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-10 12:19:37",
        "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": "v3.1.9",
        "version_normalized": "3.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "73f1c337907ba963af8028844fea1af98498dfff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/73f1c337907ba963af8028844fea1af98498dfff",
            "reference": "73f1c337907ba963af8028844fea1af98498dfff",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
        },
        "require-dev": {
            "symfony/class-loader": "~2.8|~3.0",
            "symfony/http-kernel": "~2.8|~3.0"
        },
        "time": "2017-01-02 20:31:54",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-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.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
            "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2016-11-14 01:06:16",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-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/console",
        "version": "v3.2.2",
        "version_normalized": "3.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/4f9e449e76996adf310498a8ca955c6deebe29dd",
            "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/debug": "~2.8|~3.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/event-dispatcher": "~2.8|~3.0",
            "symfony/filesystem": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/filesystem": "",
            "symfony/process": ""
        },
        "time": "2017-01-08 20:47:33",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-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/filesystem",
        "version": "v3.2.2",
        "version_normalized": "3.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
            "reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-01-08 20:47:33",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/config",
        "version": "v3.2.2",
        "version_normalized": "3.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "c5ea878b5a7f6a01b9a2f182f905831711b9ff3f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/c5ea878b5a7f6a01b9a2f182f905831711b9ff3f",
            "reference": "c5ea878b5a7f6a01b9a2f182f905831711b9ff3f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/filesystem": "~2.8|~3.0"
        },
        "require-dev": {
            "symfony/yaml": "~3.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2017-01-02 20:32:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-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": "v0.6.5",
        "version_normalized": "0.6.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/robmorgan/phinx.git",
            "reference": "6943cb4bb78bf9d3964967a032220b7c793b97b7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/robmorgan/phinx/zipball/6943cb4bb78bf9d3964967a032220b7c793b97b7",
            "reference": "6943cb4bb78bf9d3964967a032220b7c793b97b7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "symfony/config": "~2.8|~3.0",
            "symfony/console": "~2.8|~3.0",
            "symfony/yaml": "~2.8|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.26|^5.0"
        },
        "time": "2016-10-27 10:16:12",
        "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"
            }
        ],
        "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": "verot/class.upload.php",
        "version": "0.33",
        "version_normalized": "0.33.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/verot/class.upload.php.git",
            "reference": "79125bcdcd17fda24ce7ff681f2066ae42097ec7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/verot/class.upload.php/zipball/79125bcdcd17fda24ce7ff681f2066ae42097ec7",
            "reference": "79125bcdcd17fda24ce7ff681f2066ae42097ec7",
            "shasum": ""
        },
        "require": {
            "php": ">=4"
        },
        "time": "2016-07-16 19:59:53",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/class.upload.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPLv2"
        ],
        "authors": [
            {
                "name": "Colin Verot",
                "email": "[email protected]"
            }
        ],
        "description": "This PHP class uploads files and manipulates images very easily.",
        "homepage": "http://www.verot.net/php_class_upload.htm",
        "keywords": [
            "gd",
            "upload"
        ]
    },
    {
        "name": "php-curl-class/php-curl-class",
        "version": "7.1.0",
        "version_normalized": "7.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-curl-class/php-curl-class.git",
            "reference": "07dee3e18156ce9543fb86c4d327bbccc5f197c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/07dee3e18156ce9543fb86c4d327bbccc5f197c1",
            "reference": "07dee3e18156ce9543fb86c4d327bbccc5f197c1",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "*",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2016-11-13 11:11:22",
        "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 is an object-oriented wrapper of the PHP cURL extension.",
        "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": "paragonie/random_compat",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
            "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2016-11-07 23:38:38",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "[email protected]",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "illuminate/contracts",
        "version": "v5.3.23",
        "version_normalized": "5.3.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/ce5d73c6015b2054d32f3f8530767847b358ae4e",
            "reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.4"
        },
        "time": "2016-09-26 20:36:27",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-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.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06 14:35:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "[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.3.23",
        "version_normalized": "5.3.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/050d0ed3e1c0e1d129d73b2eaa14044e46a66f77",
            "reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "~1.0",
            "ext-mbstring": "*",
            "illuminate/contracts": "5.3.*",
            "paragonie/random_compat": "~1.4|~2.0",
            "php": ">=5.6.4"
        },
        "replace": {
            "tightenco/collect": "self.version"
        },
        "suggest": {
            "illuminate/filesystem": "Required to use the composer class (5.2.*).",
            "symfony/process": "Required to use the composer class (3.1.*).",
            "symfony/var-dumper": "Required to use the dd function (3.1.*)."
        },
        "time": "2016-11-03 15:25:28",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-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": "v3.1.9",
        "version_normalized": "3.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "59687a255d1562f2c17b012418273862083d85f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/59687a255d1562f2c17b012418273862083d85f7",
            "reference": "59687a255d1562f2c17b012418273862083d85f7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-01-02 20:31:54",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-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.3.23",
        "version_normalized": "5.3.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/filesystem.git",
            "reference": "82576e0a6193e76929c929c8a2d3e1552ab64e76"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/filesystem/zipball/82576e0a6193e76929c929c8a2d3e1552ab64e76",
            "reference": "82576e0a6193e76929c929c8a2d3e1552ab64e76",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.3.*",
            "illuminate/support": "5.3.*",
            "php": ">=5.6.4",
            "symfony/finder": "3.1.*"
        },
        "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-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
        },
        "time": "2016-11-07 22:09:46",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-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.3.23",
        "version_normalized": "5.3.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/container.git",
            "reference": "8047b47e1f731c975d9aa0fe0b269064d3f1346d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/container/zipball/8047b47e1f731c975d9aa0fe0b269064d3f1346d",
            "reference": "8047b47e1f731c975d9aa0fe0b269064d3f1346d",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.3.*",
            "php": ">=5.6.4"
        },
        "time": "2016-10-02 01:14:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-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.3.23",
        "version_normalized": "5.3.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/events.git",
            "reference": "cb29124d4eaba8a60bad40e95e3d8b199d040d77"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/events/zipball/cb29124d4eaba8a60bad40e95e3d8b199d040d77",
            "reference": "cb29124d4eaba8a60bad40e95e3d8b199d040d77",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.3.*",
            "illuminate/contracts": "5.3.*",
            "illuminate/support": "5.3.*",
            "php": ">=5.6.4"
        },
        "time": "2016-08-12 14:24:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-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.3.23",
        "version_normalized": "5.3.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/view.git",
            "reference": "f840676c98e3cb1224267786f35eb420de55d41c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/view/zipball/f840676c98e3cb1224267786f35eb420de55d41c",
            "reference": "f840676c98e3cb1224267786f35eb420de55d41c",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.3.*",
            "illuminate/contracts": "5.3.*",
            "illuminate/events": "5.3.*",
            "illuminate/filesystem": "5.3.*",
            "illuminate/support": "5.3.*",
            "php": ">=5.6.4",
            "symfony/debug": "3.1.*"
        },
        "time": "2016-10-24 18:18:15",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-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-23 11:51:53",
        "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": "gregwar/captcha",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Gregwar/Captcha.git",
            "reference": "1240ab993ca713680573b2d4166900da5f758623"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/1240ab993ca713680573b2d4166900da5f758623",
            "reference": "1240ab993ca713680573b2d4166900da5f758623",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "php": ">=5.3.0"
        },
        "time": "2015-09-11 15:23:20",
        "type": "captcha",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gregwar\\Captcha\\": "/"
            }
        },
        "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": "symfony/http-foundation",
        "version": "v3.1.9",
        "version_normalized": "3.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cef0ad49a2e90455cfc649522025b5a2929648c0",
            "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "symfony/expression-language": "~2.8|~3.0"
        },
        "time": "2017-01-08 20:43:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-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": "v3.2.2",
        "version_normalized": "3.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9137eb3a3328e413212826d63eeeb0217836e2b6",
            "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/dependency-injection": "~2.8|~3.0",
            "symfony/expression-language": "~2.8|~3.0",
            "symfony/stopwatch": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2017-01-02 20:32:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-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": "v3.1.9",
        "version_normalized": "3.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "d7578a0ed01e689f5b058e1ed37b9ad0718a1ef3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d7578a0ed01e689f5b058e1ed37b9ad0718a1ef3",
            "reference": "d7578a0ed01e689f5b058e1ed37b9ad0718a1ef3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "psr/log": "~1.0",
            "symfony/debug": "~2.8|~3.0",
            "symfony/event-dispatcher": "~2.8|~3.0",
            "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
        },
        "conflict": {
            "symfony/config": "<2.8"
        },
        "require-dev": {
            "symfony/browser-kit": "~2.8|~3.0",
            "symfony/class-loader": "~2.8|~3.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/console": "~2.8|~3.0",
            "symfony/css-selector": "~2.8|~3.0",
            "symfony/dependency-injection": "~2.8|~3.0",
            "symfony/dom-crawler": "~2.8|~3.0",
            "symfony/expression-language": "~2.8|~3.0",
            "symfony/finder": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0",
            "symfony/routing": "~2.8|~3.0",
            "symfony/stopwatch": "~2.8|~3.0",
            "symfony/templating": "~2.8|~3.0",
            "symfony/translation": "~2.8|~3.0",
            "symfony/var-dumper": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/class-loader": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/finder": "",
            "symfony/var-dumper": ""
        },
        "time": "2017-01-12 20:43:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/translation",
        "version": "v3.2.2",
        "version_normalized": "3.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "6520f3d4cce604d9dd1e86cac7af954984dd9bda"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/6520f3d4cce604d9dd1e86cac7af954984dd9bda",
            "reference": "6520f3d4cce604d9dd1e86cac7af954984dd9bda",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.8"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/intl": "~2.8|~3.0",
            "symfony/yaml": "~2.8|~3.0"
        },
        "suggest": {
            "psr/log": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2017-01-02 20:32:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-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.21.0",
        "version_normalized": "1.21.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
            "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/translation": "~2.6|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0|~5.0"
        },
        "time": "2015-11-04 20:07:17",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Carbon\\": "src/Carbon/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "[email protected]",
                "homepage": "http://nesbot.com"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "illuminate/session",
        "version": "v5.3.23",
        "version_normalized": "5.3.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/session.git",
            "reference": "c531bd1e485adc927653018152eff7d37d57f8e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/session/zipball/c531bd1e485adc927653018152eff7d37d57f8e0",
            "reference": "c531bd1e485adc927653018152eff7d37d57f8e0",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.3.*",
            "illuminate/support": "5.3.*",
            "nesbot/carbon": "~1.20",
            "php": ">=5.6.4",
            "symfony/finder": "3.1.*",
            "symfony/http-foundation": "3.1.*"
        },
        "suggest": {
            "illuminate/console": "Required to use the session:table command (5.3.*)."
        },
        "time": "2016-10-24 14:59:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-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.3.23",
        "version_normalized": "5.3.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/http.git",
            "reference": "e51d9585898bdb51e9674ce9667f6930f9882c9b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/http/zipball/e51d9585898bdb51e9674ce9667f6930f9882c9b",
            "reference": "e51d9585898bdb51e9674ce9667f6930f9882c9b",
            "shasum": ""
        },
        "require": {
            "illuminate/session": "5.3.*",
            "illuminate/support": "5.3.*",
            "php": ">=5.6.4",
            "symfony/http-foundation": "3.1.*",
            "symfony/http-kernel": "3.1.*"
        },
        "time": "2016-09-22 13:54:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.3-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": "mobiledetect/mobiledetectlib",
        "version": "2.8.24",
        "version_normalized": "2.8.24.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "cdf8f8efaf993bc687e78e4622f5eebd0b8b3bf3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cdf8f8efaf993bc687e78e4622f5eebd0b8b3bf3",
            "reference": "cdf8f8efaf993bc687e78e4622f5eebd0b8b3bf3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "dev-master",
            "johnkary/phpunit-speedtrap": "~1.0@dev",
            "phpunit/phpunit": "*"
        },
        "time": "2016-11-11 14:56:25",
        "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": "neutron/temporary-filesystem",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
            "reference": "0a72a1c858b95fd469d87baa333f627978504ea8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8",
            "reference": "0a72a1c858b95fd469d87baa333f627978504ea8",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.9 || ^7.0",
            "symfony/filesystem": "^2.3 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2016-03-05 10:22:50",
        "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.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/evenement.git",
            "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
            "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2012-11-02 14:49:47",
        "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]",
                "homepage": "http://wiedler.ch/igor/"
            }
        ],
        "description": "Événement is a very simple event dispatching library for PHP",
        "keywords": [
            "event-dispatcher",
            "event-emitter"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
            "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
            "shasum": ""
        },
        "require": {
            "php": "~5.5|~7.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2016-10-29 11:16:17",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "[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.2.2",
        "version_normalized": "3.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/350e810019fc52dd06ae844b6a6d382f8a0e8893",
            "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-01-02 20:32:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-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.22.0",
        "version_normalized": "1.22.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
            "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
            "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"
        },
        "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": "2016-11-26 00:15:39",
        "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-02 13:49:15",
        "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": "0.6.1",
        "version_normalized": "0.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
            "reference": "7687be530c0bb22ee92ee8924cb0ff0e5edd5e5d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/7687be530c0bb22ee92ee8924cb0ff0e5edd5e5d",
            "reference": "7687be530c0bb22ee92ee8924cb0ff0e5edd5e5d",
            "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",
            "sami/sami": "~1.0",
            "silex/silex": "~1.0"
        },
        "suggest": {
            "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
        },
        "time": "2016-03-08 00:47:06",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.6-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"
            }
        ],
        "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
        "keywords": [
            "audio",
            "audio processing",
            "avconv",
            "avprobe",
            "ffmpeg",
            "ffprobe",
            "video",
            "video processing"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.4.5",
        "version_normalized": "5.4.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "cd142238a339459b10da3d8234220963f392540c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c",
            "reference": "cd142238a339459b10da3d8234220963f392540c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2016-12-29 10:02:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "[email protected]"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "visavi/cleanup",
        "version": "v1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/visavi/cleanup.git",
            "reference": "47fdfaa3396e36f86d3d9a6c769d3584da874fc2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/visavi/cleanup/zipball/47fdfaa3396e36f86d3d9a6c769d3584da874fc2",
            "reference": "47fdfaa3396e36f86d3d9a6c769d3584da874fc2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2017-01-12 13:54:15",
        "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"
        ]
    }
]