[
    {
        "name": "anahkiasen/html-object",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Anahkiasen/html-object.git",
            "reference": "7890eb43636b1cd5ae7c4aab0d27c6890065c9ad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Anahkiasen/html-object/zipball/7890eb43636b1cd5ae7c4aab0d27c6890065c9ad",
            "reference": "7890eb43636b1cd5ae7c4aab0d27c6890065c9ad",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5"
        },
        "time": "2015-03-04 17:12:08",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "HtmlObject\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anahkiasen",
                "email": "ehtnam6@gmail.com"
            }
        ],
        "description": "A set of classes to create and manipulate HTML objects abstractions"
    },
    {
        "name": "concrete5/doctrine-xml",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/concrete5/doctrine-xml.git",
            "reference": "11f32dc982352930f990bc28bca466564ff49537"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/concrete5/doctrine-xml/zipball/11f32dc982352930f990bc28bca466564ff49537",
            "reference": "11f32dc982352930f990bc28bca466564ff49537",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "doctrine/dbal": "2.5.*"
        },
        "time": "2016-06-22 13:39:14",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DoctrineXml\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Define database structure via XML using Doctrine data types",
        "homepage": "https://github.com/concrete5/doctrine-xml",
        "keywords": [
            "database",
            "doctrine",
            "schema",
            "structure",
            "xml"
        ]
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "2.7.7",
        "version_normalized": "2.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
            "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-hydrator": "~1.1"
        },
        "require-dev": {
            "athletic/athletic": "~0.1",
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-config": "~2.5",
            "zendframework/zend-eventmanager": "~2.5",
            "zendframework/zend-filter": "~2.5",
            "zendframework/zend-inputfilter": "~2.5",
            "zendframework/zend-serializer": "~2.5",
            "zendframework/zend-servicemanager": "~2.5"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
            "zendframework/zend-filter": "To support naming strategy hydrator usage",
            "zendframework/zend-serializer": "Zend\\Serializer component",
            "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
        },
        "time": "2016-04-12 21:17:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-release-2.7": "2.7-dev",
                "dev-master": "3.0-dev",
                "dev-develop": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-stdlib",
        "keywords": [
            "stdlib",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-hydrator",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-hydrator.git",
            "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
            "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "^2.0@dev",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-inputfilter": "^2.6",
            "zendframework/zend-serializer": "^2.6.1",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
            "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
            "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
        },
        "time": "2016-02-18 22:38:26",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-release-1.0": "1.0-dev",
                "dev-release-1.1": "1.1-dev",
                "dev-master": "2.0-dev",
                "dev-develop": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Hydrator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-hydrator",
        "keywords": [
            "hydrator",
            "zf2"
        ]
    },
    {
        "name": "concrete5/zend-queue",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/concrete5/ZendQueue.git",
            "reference": "c1993b008df062879d772570e28320acd60f7f95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/concrete5/ZendQueue/zipball/c1993b008df062879d772570e28320acd60f7f95",
            "reference": "c1993b008df062879d772570e28320acd60f7f95",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-stdlib": "~2"
        },
        "require-dev": {
            "zendframework/zend-config": "~2",
            "zendframework/zend-db": "~2",
            "zendframework/zend-json": "~2"
        },
        "suggest": {
            "zendframework/zend-db": "Zend\\Db required if you are using the DB queue adapter"
        },
        "time": "2016-08-17 19:07:41",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "ZendQueue": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "PHP7 compatible version of the zend component that provides a factory function to create specific queue client objects",
        "homepage": "http://packages.zendframework.com/",
        "keywords": [
            "queue",
            "zf2"
        ]
    },
    {
        "name": "dapphp/securimage",
        "version": "3.6.4",
        "version_normalized": "3.6.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dapphp/securimage.git",
            "reference": "2ed50264ae5541fec8d8c79e4c9b6235a7cfd506"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dapphp/securimage/zipball/2ed50264ae5541fec8d8c79e4c9b6235a7cfd506",
            "reference": "2ed50264ae5541fec8d8c79e4c9b6235a7cfd506",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "php": ">=5.2.0"
        },
        "suggest": {
            "ext-pdo": "For database storage support",
            "ext-pdo_mysql": "For MySQL database support",
            "ext-pdo_sqlite": "For SQLite3 database support"
        },
        "time": "2016-03-04 21:08:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "securimage.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD"
        ],
        "authors": [
            {
                "name": "Drew Phillips",
                "email": "drew@drew-phillips.com"
            }
        ],
        "description": "PHP CAPTCHA Library",
        "homepage": "https://www.phpcaptcha.org",
        "keywords": [
            "captcha",
            "security"
        ]
    },
    {
        "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-09 13:34:57",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.2.7",
        "version_normalized": "1.2.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-08-31 12:32:49",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Annotations\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "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": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/f291ed25eb1435bddbe8a96caaef16469c2a092d",
            "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2016-09-02 02:12:52",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-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": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "dff51f72b0706335131b00a7f49606168c582594"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
            "reference": "dff51f72b0706335131b00a7f49606168c582594",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2016-05-18 14:26:46",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/console",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/8ea494c34f0f772c3954b5fbe00bffc5a435e563",
            "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/event-dispatcher": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/process": ""
        },
        "time": "2016-08-19 06:48:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-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": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "zendframework/zend-eventmanager",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-eventmanager.git",
            "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
            "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "athletic/athletic": "^0.1",
            "container-interop/container-interop": "^1.1.0",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "^2.0",
            "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
        },
        "suggest": {
            "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
            "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
        },
        "time": "2016-02-18 20:53:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev",
                "dev-develop": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\EventManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Trigger and listen to events within a PHP application",
        "homepage": "https://github.com/zendframework/zend-eventmanager",
        "keywords": [
            "event",
            "eventmanager",
            "events",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-code",
        "version": "2.6.3",
        "version_normalized": "2.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-code.git",
            "reference": "95033f061b083e16cdee60530ec260d7d628b887"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
            "reference": "95033f061b083e16cdee60530ec260d7d628b887",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
            "zendframework/zend-eventmanager": "^2.6 || ^3.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "^4.8.21",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "suggest": {
            "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
            "zendframework/zend-stdlib": "Zend\\Stdlib component"
        },
        "time": "2016-04-20 17:26:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev",
                "dev-develop": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Code\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides facilities to generate arbitrary code using an object oriented interface",
        "homepage": "https://github.com/zendframework/zend-code",
        "keywords": [
            "code",
            "zf2"
        ]
    },
    {
        "name": "ocramius/proxy-manager",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Ocramius/ProxyManager.git",
            "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
            "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-code": ">2.2.5,<3.0"
        },
        "require-dev": {
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "1.5.*"
        },
        "suggest": {
            "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
            "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
            "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
            "zendframework/zend-stdlib": "To use the hydrator proxy",
            "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
        },
        "time": "2015-08-09 04:28:19",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "ProxyManager\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
        "homepage": "https://github.com/Ocramius/ProxyManager",
        "keywords": [
            "aop",
            "lazy loading",
            "proxy",
            "proxy pattern",
            "service proxies"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
            "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-04-14 22:21:58",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
            "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
            "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": "2015-12-31 16:37:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
            "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": "~5.5|~7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0"
        },
        "time": "2015-12-25 13:18:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.5.4",
        "version_normalized": "2.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
            "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.4,<2.7-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "symfony/console": "2.*"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2016-01-05 22:11:12",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/migrations",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/migrations.git",
            "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
            "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "~2.2",
            "ocramius/proxy-manager": "^1.0|^2.0",
            "php": "^5.5|^7.0",
            "symfony/console": "~2.3|~3.0",
            "symfony/yaml": "~2.3|~3.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "dev-master",
            "doctrine/orm": "2.*",
            "jdorn/sql-formatter": "~1.1",
            "johnkary/phpunit-speedtrap": "~1.0@dev",
            "mockery/mockery": "^0.9.4",
            "phpunit/phpunit": "~4.7",
            "satooshi/php-coveralls": "0.6.*"
        },
        "suggest": {
            "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
        },
        "time": "2016-03-14 12:29:11",
        "bin": [
            "bin/doctrine-migrations"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "v1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Michael Simonson",
                "email": "contact@mikesimonson.com"
            }
        ],
        "description": "Database Schema migrations using Doctrine DBAL",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "migrations"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3,<8.0-DEV"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-06-14 21:17:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://github.com/doctrine/instantiator",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.5.4",
        "version_normalized": "2.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
            "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "~1.4",
            "doctrine/collections": "~1.2",
            "doctrine/common": ">=2.5-dev,<2.7-dev",
            "doctrine/dbal": ">=2.5-dev,<2.6-dev",
            "doctrine/instantiator": "~1.0.1",
            "ext-pdo": "*",
            "php": ">=5.4",
            "symfony/console": "~2.5|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "symfony/yaml": "~2.3|~3.0"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2016-01-05 21:34:58",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\ORM\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "1.2.13",
        "version_normalized": "1.2.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "b8bb147f46cc9790326ce2440a13be06cc5a63bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b8bb147f46cc9790326ce2440a13be06cc5a63bb",
            "reference": "b8bb147f46cc9790326ce2440a13be06cc5a63bb",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.24"
        },
        "time": "2016-07-03 21:52:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Egulias\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "filp/whoops",
        "version": "2.1.3",
        "version_normalized": "2.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/filp/whoops.git",
            "reference": "8828aaa2178e0a19325522e2a45282ff0a14649b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/filp/whoops/zipball/8828aaa2178e0a19325522e2a45282ff0a14649b",
            "reference": "8828aaa2178e0a19325522e2a45282ff0a14649b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "mockery/mockery": "0.9.*",
            "phpunit/phpunit": "^4.8 || ^5.0",
            "symfony/var-dumper": "~3.0"
        },
        "suggest": {
            "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
            "whoops/soap": "Formats errors as SOAP responses"
        },
        "time": "2016-05-06 18:25:35",
        "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://github.com/filp/whoops",
        "keywords": [
            "error",
            "exception",
            "handling",
            "library",
            "whoops",
            "zf2"
        ]
    },
    {
        "name": "gettext/languages",
        "version": "2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git",
            "reference": "c43ade7e3fb68bcf2379036513dce8d20553d9c8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/c43ade7e3fb68bcf2379036513dce8d20553d9c8",
            "reference": "c43ade7e3fb68bcf2379036513dce8d20553d9c8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2015-03-27 11:32:41",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gettext\\Languages\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michele Locati",
                "email": "mlocati@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "gettext languages with plural rules",
        "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules",
        "keywords": [
            "cldr",
            "i18n",
            "internationalization",
            "l10n",
            "language",
            "languages",
            "localization",
            "php",
            "plural",
            "plural rules",
            "plurals",
            "translate",
            "translations",
            "unicode"
        ]
    },
    {
        "name": "hautelook/phpass",
        "version": "0.3.5",
        "version_normalized": "0.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hautelook/phpass.git",
            "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hautelook/phpass/zipball/b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
            "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2012-08-31 00:00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Hautelook": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Public Domain"
        ],
        "authors": [
            {
                "name": "Solar Designer",
                "email": "solar@openwall.com",
                "homepage": "http://openwall.com/phpass/"
            }
        ],
        "description": "Portable PHP password hashing framework",
        "homepage": "http://github.com/hautelook/phpass/",
        "keywords": [
            "blowfish",
            "crypt",
            "password",
            "security"
        ]
    },
    {
        "name": "htmlawed/htmlawed",
        "version": "1.1.22",
        "version_normalized": "1.1.22.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kesar/HTMLawed.git",
            "reference": "b270453ba016ee4c6dae585f047d1e4f3cc456a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/b270453ba016ee4c6dae585f047d1e4f3cc456a1",
            "reference": "b270453ba016ee4c6dae585f047d1e4f3cc456a1",
            "shasum": ""
        },
        "require": {
            "php": ">4.4.0"
        },
        "time": "2016-08-27 18:53:27",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "htmLawed.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+",
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Santosh Patnaik",
                "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
                "role": "Developer"
            }
        ],
        "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
        "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
        "keywords": [
            "HTMLtidy",
            "html",
            "sanitize",
            "strip",
            "tags"
        ]
    },
    {
        "name": "illuminate/support",
        "version": "v4.2.17",
        "version_normalized": "4.2.17.0",
        "target-dir": "Illuminate/Support",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "db61f3f6d507ce417ca993e1f93585db7efd8b12"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/db61f3f6d507ce417ca993e1f93585db7efd8b12",
            "reference": "db61f3f6d507ce417ca993e1f93585db7efd8b12",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "jeremeamia/superclosure": "~1.0.1",
            "patchwork/utf8": "~1.1"
        },
        "time": "2015-01-27 20:51:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Illuminate\\Support": ""
            },
            "files": [
                "Illuminate/Support/helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v2.5.12",
        "version_normalized": "2.5.12.0",
        "target-dir": "Symfony/Component/Finder",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Finder.git",
            "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
            "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-01-03 08:01:13",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Finder\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "illuminate/filesystem",
        "version": "v4.2.17",
        "version_normalized": "4.2.17.0",
        "target-dir": "Illuminate/Filesystem",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/filesystem.git",
            "reference": "9127fb58eb6b721d98d2f7077df6cb8004da24c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/filesystem/zipball/9127fb58eb6b721d98d2f7077df6cb8004da24c0",
            "reference": "9127fb58eb6b721d98d2f7077df6cb8004da24c0",
            "shasum": ""
        },
        "require": {
            "illuminate/support": "4.2.*",
            "php": ">=5.4.0",
            "symfony/finder": "2.5.*"
        },
        "time": "2014-12-29 18:11:33",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Illuminate\\Filesystem": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ]
    },
    {
        "name": "illuminate/config",
        "version": "v4.2.17",
        "version_normalized": "4.2.17.0",
        "target-dir": "Illuminate/Config",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/config.git",
            "reference": "24b9e07a7c0245eb25574688bef49f873b904385"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/config/zipball/24b9e07a7c0245eb25574688bef49f873b904385",
            "reference": "24b9e07a7c0245eb25574688bef49f873b904385",
            "shasum": ""
        },
        "require": {
            "illuminate/filesystem": "4.2.*",
            "illuminate/support": "4.2.*",
            "php": ">=5.4.0"
        },
        "time": "2014-11-15 19:22:33",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Illuminate\\Config": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ]
    },
    {
        "name": "illuminate/contracts",
        "version": "v5.2.43",
        "version_normalized": "5.2.43.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
            "reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2016-08-08 11:46:08",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Contracts\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Contracts package.",
        "homepage": "http://laravel.com"
    },
    {
        "name": "illuminate/container",
        "version": "v5.2.43",
        "version_normalized": "5.2.43.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/container.git",
            "reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/container/zipball/5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
            "reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.2.*",
            "php": ">=5.5.9"
        },
        "time": "2016-08-01 13:49:14",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Container\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Container package.",
        "homepage": "http://laravel.com"
    },
    {
        "name": "imagine/imagine",
        "version": "v0.6.3",
        "version_normalized": "0.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/avalanche123/Imagine.git",
            "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
            "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "sami/sami": "dev-master"
        },
        "suggest": {
            "ext-gd": "to use the GD implementation",
            "ext-gmagick": "to use the Gmagick implementation",
            "ext-imagick": "to use the Imagick implementation"
        },
        "time": "2015-09-19 16:54:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Imagine": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bulat Shakirzyanov",
                "email": "mallluhuct@gmail.com",
                "homepage": "http://avalanche123.com"
            }
        ],
        "description": "Image processing for PHP 5.3",
        "homepage": "http://imagine.readthedocs.org/",
        "keywords": [
            "drawing",
            "graphics",
            "image manipulation",
            "image processing"
        ]
    },
    {
        "name": "league/flysystem",
        "version": "1.0.27",
        "version_normalized": "1.0.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem.git",
            "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/50e2045ed70a7e75a5e30bc3662904f3b67af8a9",
            "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "conflict": {
            "league/flysystem-sftp": "<1.0.6"
        },
        "require-dev": {
            "ext-fileinfo": "*",
            "mockery/mockery": "~0.9",
            "phpspec/phpspec": "^2.2",
            "phpunit/phpunit": "~4.8"
        },
        "suggest": {
            "ext-fileinfo": "Required for MimeType",
            "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
            "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
            "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
            "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
            "league/flysystem-copy": "Allows you to use Copy.com storage",
            "league/flysystem-dropbox": "Allows you to use Dropbox storage",
            "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
            "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
            "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
            "league/flysystem-webdav": "Allows you to use WebDAV storage",
            "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
        },
        "time": "2016-08-10 08:55:11",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Filesystem abstraction: Many filesystems, one API.",
        "keywords": [
            "Cloud Files",
            "WebDAV",
            "abstraction",
            "aws",
            "cloud",
            "copy.com",
            "dropbox",
            "file systems",
            "files",
            "filesystem",
            "filesystems",
            "ftp",
            "rackspace",
            "remote",
            "s3",
            "sftp",
            "storage"
        ]
    },
    {
        "name": "true/punycode",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/true/php-punycode.git",
            "reference": "74033cbe9fdd3eba597f8af501947a125b3b8087"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/true/php-punycode/zipball/74033cbe9fdd3eba597f8af501947a125b3b8087",
            "reference": "74033cbe9fdd3eba597f8af501947a125b3b8087",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.7",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2016-08-09 14:50:44",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TrueBV\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Renan Gonçalves",
                "email": "renan.saddam@gmail.com"
            }
        ],
        "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
        "homepage": "https://github.com/true/php-punycode",
        "keywords": [
            "idna",
            "punycode"
        ]
    },
    {
        "name": "league/url",
        "version": "3.3.5",
        "version_normalized": "3.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/url.git",
            "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8",
            "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3.0",
            "true/punycode": "^2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2015-07-15 08:24:12",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Url\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://github.com/nyamsprod/",
                "role": "Developer"
            }
        ],
        "description": "League/url is a lightweight PHP Url manipulating library",
        "homepage": "http://url.thephpleague.com",
        "keywords": [
            "parse_url",
            "php",
            "url"
        ],
        "abandoned": "league/uri"
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "156e56ee036505ec637d761ee62dc425d807183c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
            "reference": "156e56ee036505ec637d761ee62dc425d807183c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-12-24 01:37:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-lib": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Michelf": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "https://michelf.ca/",
                "role": "Developer"
            },
            {
                "name": "John Gruber",
                "homepage": "https://daringfireball.net/"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "https://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "name": "gettext/gettext",
        "version": "v3.5.9",
        "version_normalized": "3.5.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/oscarotero/Gettext.git",
            "reference": "5b1d69f5889513f7ed65060ad2a662ec3b0875c7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/5b1d69f5889513f7ed65060ad2a662ec3b0875c7",
            "reference": "5b1d69f5889513f7ed65060ad2a662ec3b0875c7",
            "shasum": ""
        },
        "require": {
            "gettext/languages": "2.*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "illuminate/view": "*",
            "twig/extensions": "*",
            "twig/twig": "*"
        },
        "suggest": {
            "illuminate/view": "Is necessary if you want to use the Blade extractor",
            "twig/extensions": "Is necessary if you want to use the Twig extractor",
            "twig/twig": "Is necessary if you want to use the Twig extractor"
        },
        "time": "2016-02-19 15:18:12",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gettext\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oscar Otero",
                "email": "oom@oscarotero.com",
                "homepage": "http://oscarotero.com",
                "role": "Developer"
            }
        ],
        "description": "PHP gettext manager",
        "homepage": "https://github.com/oscarotero/Gettext",
        "keywords": [
            "JS",
            "gettext",
            "i18n",
            "mo",
            "po",
            "translation"
        ]
    },
    {
        "name": "mlocati/concrete5-translation-library",
        "version": "1.5.3",
        "version_normalized": "1.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mlocati/concrete5-translation-library.git",
            "reference": "841a7ec788e504748c1bc6d38908192f480b5555"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mlocati/concrete5-translation-library/zipball/841a7ec788e504748c1bc6d38908192f480b5555",
            "reference": "841a7ec788e504748c1bc6d38908192f480b5555",
            "shasum": ""
        },
        "require": {
            "gettext/gettext": "~3.5.9",
            "php": ">=5.3.0"
        },
        "time": "2016-10-12 15:21:12",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "C5TL\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michele Locati",
                "email": "mlocati@gmail.com",
                "homepage": "https://github.com/mlocati",
                "role": "developer"
            }
        ],
        "description": "Library to handle concrete5 core and package translations",
        "homepage": "https://github.com/mlocati/concrete5-translation-library",
        "keywords": [
            "concrete5",
            "i18n",
            "internationalization",
            "l10n",
            "localization",
            "packages",
            "translate",
            "translation"
        ]
    },
    {
        "name": "mobiledetect/mobiledetectlib",
        "version": "2.8.22",
        "version_normalized": "2.8.22.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "53cddae0c272a478b24a4b5fb60d0f838caf70b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/53cddae0c272a478b24a4b5fb60d0f838caf70b6",
            "reference": "53cddae0c272a478b24a4b5fb60d0f838caf70b6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "dev-master",
            "johnkary/phpunit-speedtrap": "~1.0@dev",
            "phpunit/phpunit": "*"
        },
        "time": "2016-04-24 09:47:16",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Mobile_Detect.php"
            ],
            "psr-0": {
                "Detection": "namespaced/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Serban Ghita",
                "email": "serbanghita@gmail.com",
                "homepage": "http://mobiledetect.net",
                "role": "Developer"
            }
        ],
        "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
        "homepage": "https://github.com/serbanghita/Mobile-Detect",
        "keywords": [
            "detect mobile devices",
            "mobile",
            "mobile detect",
            "mobile detector",
            "php mobile detect"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21 11:40:51",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "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": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "natxet/CssMin",
        "version": "v3.0.4",
        "version_normalized": "3.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/natxet/CssMin.git",
            "reference": "92de3fe3ccb4f8298d31952490ef7d5395855c39"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/natxet/CssMin/zipball/92de3fe3ccb4f8298d31952490ef7d5395855c39",
            "reference": "92de3fe3ccb4f8298d31952490ef7d5395855c39",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0"
        },
        "time": "2015-09-25 11:13:11",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Joe Scylla",
                "email": "joe.scylla@gmail.com",
                "homepage": "https://profiles.google.com/joe.scylla"
            }
        ],
        "description": "Minifying CSS",
        "homepage": "http://code.google.com/p/cssmin/",
        "keywords": [
            "css",
            "minify"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "a35edc277513c9bc0f063ca174c36b346f974528"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/a35edc277513c9bc0f063ca174c36b346f974528",
            "reference": "a35edc277513c9bc0f063ca174c36b346f974528",
            "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": "2016-08-05 08:37:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-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": "fabien@symfony.com"
            },
            {
                "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": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "lusitanian/oauth",
        "version": "v0.8.9",
        "version_normalized": "0.8.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
            "reference": "29bda6e176df6c292a9b1c43ae8a44d56a87c30b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/29bda6e176df6c292a9b1c43ae8a44d56a87c30b",
            "reference": "29bda6e176df6c292a9b1c43ae8a44d56a87c30b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*",
            "predis/predis": "0.8.*@dev",
            "squizlabs/php_codesniffer": "2.*",
            "symfony/http-foundation": "~2.1"
        },
        "suggest": {
            "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
            "predis/predis": "Allows using the Redis storage backend.",
            "symfony/http-foundation": "Allows using the Symfony Session storage backend."
        },
        "time": "2016-02-24 00:20:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "OAuth": "src",
                "OAuth\\Unit": "tests"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Desberg",
                "email": "david@daviddesberg.com"
            },
            {
                "name": "Elliot Chance",
                "email": "elliotchance@gmail.com"
            },
            {
                "name": "Pieter Hordijk",
                "email": "info@pieterhordijk.com"
            }
        ],
        "description": "PHP 5.3+ oAuth 1/2 Library",
        "keywords": [
            "Authentication",
            "authorization",
            "oauth",
            "security"
        ]
    },
    {
        "name": "oryzone/oauth-user-data",
        "version": "v1.0.0-alpha",
        "version_normalized": "1.0.0.0-alpha",
        "source": {
            "type": "git",
            "url": "https://github.com/Oryzone/PHPoAuthUserData.git",
            "reference": "6a180a474ce5040e93a45ba47f9dd8b4ddb717b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Oryzone/PHPoAuthUserData/zipball/6a180a474ce5040e93a45ba47f9dd8b4ddb717b4",
            "reference": "6a180a474ce5040e93a45ba47f9dd8b4ddb717b4",
            "shasum": ""
        },
        "require": {
            "lusitanian/oauth": "~0.2@dev",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7"
        },
        "time": "2014-02-10 10:20:55",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "OAuth\\UserData\\": "src/OAuth/UserData/",
                "OAuth\\UserData\\Unit\\": "tests/OAuth/Unit/UserData/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Luciano Mammino",
                "email": "lmammino@oryzone.com",
                "homepage": "http://oryzone.com",
                "role": "Developer"
            }
        ],
        "description": "Extension library for Lusitanian/PHPoAuthLib to extract user profile data from various oAuth providers",
        "homepage": "https://github.com/Oryzone/PHPoAuthUserData",
        "keywords": [
            "Authentication",
            "authorization",
            "oauth",
            "profile",
            "security",
            "user"
        ]
    },
    {
        "name": "oyejorge/less.php",
        "version": "v1.7.0.11",
        "version_normalized": "1.7.0.11",
        "source": {
            "type": "git",
            "url": "https://github.com/concrete5/less.php.git",
            "reference": "428aa8de096d9cd34f9105f9fffccbd6e24036be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/concrete5/less.php/zipball/428aa8de096d9cd34f9105f9fffccbd6e24036be",
            "reference": "428aa8de096d9cd34f9105f9fffccbd6e24036be",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.21"
        },
        "time": "2016-09-06 17:06:03",
        "bin": [
            "bin/lessc"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Less": "lib/"
            },
            "classmap": [
                "lessc.inc.php"
            ]
        },
        "scripts": {
            "test": [
                "phpunit"
            ]
        },
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Josh Schmidt",
                "homepage": "https://github.com/oyejorge"
            },
            {
                "name": "Matt Agar",
                "homepage": "https://github.com/agar"
            },
            {
                "name": "Martin Jantošovič",
                "homepage": "https://github.com/Mordred"
            }
        ],
        "description": "PHP port of the Javascript version of LESS http://lesscss.org",
        "homepage": "http://lessphp.gpeasy.com",
        "keywords": [
            "css",
            "less",
            "less.js",
            "lesscss",
            "php",
            "stylesheet"
        ],
        "support": {
            "source": "https://github.com/concrete5/less.php/tree/v1.7.0.11"
        }
    },
    {
        "name": "pagerfanta/pagerfanta",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/whiteoctober/Pagerfanta.git",
            "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
            "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "doctrine/phpcr-odm": "1.*",
            "jackalope/jackalope-doctrine-dbal": "1.*",
            "jmikola/geojson": "~1.0",
            "mandango/mandango": "~1.0@dev",
            "mandango/mondator": "~1.0@dev",
            "phpunit/phpunit": "~4",
            "propel/propel1": "~1.6",
            "ruflin/elastica": "~1.3",
            "solarium/solarium": "~3.1"
        },
        "suggest": {
            "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
            "doctrine/orm": "To use the DoctrineORMAdapter.",
            "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
            "mandango/mandango": "To use the MandangoAdapter.",
            "propel/propel1": "To use the PropelAdapter",
            "solarium/solarium": "To use the SolariumAdapter."
        },
        "time": "2014-10-06 10:57:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pagerfanta\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pablo Díez",
                "email": "pablodip@gmail.com"
            }
        ],
        "description": "Pagination for PHP 5.3",
        "keywords": [
            "page",
            "pagination",
            "paginator",
            "paging"
        ]
    },
    {
        "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": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "patchwork/utf8",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tchwork/utf8.git",
            "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a",
            "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a",
            "shasum": ""
        },
        "require": {
            "lib-pcre": ">=7.3",
            "php": ">=5.3.0"
        },
        "suggest": {
            "ext-iconv": "Use iconv for best performance",
            "ext-intl": "Use Intl for best performance",
            "ext-mbstring": "Use Mbstring for best performance",
            "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
        },
        "time": "2016-05-18 13:57:10",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Patchwork\\": "src/Patchwork/"
            },
            "classmap": [
                "src/Normalizer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            }
        ],
        "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
        "homepage": "https://github.com/tchwork/utf8",
        "keywords": [
            "grapheme",
            "i18n",
            "unicode",
            "utf-8",
            "utf8"
        ]
    },
    {
        "name": "primal/color",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PrimalPHP/Color.git",
            "reference": "877e2f7bbf1d27214e8c71ca4b70fdbe19ce4552"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PrimalPHP/Color/zipball/877e2f7bbf1d27214e8c71ca4b70fdbe19ce4552",
            "reference": "877e2f7bbf1d27214e8c71ca4b70fdbe19ce4552",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-12-02 00:07:11",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Primal\\Color": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jarvis Badgley",
                "email": "primal@chipersoft.com",
                "homepage": "http://chipersoft.com"
            }
        ],
        "description": "Collection of classes for converting and manipulating colors",
        "homepage": "http://github.com/PrimalPHP/Color",
        "keywords": [
            "color"
        ]
    },
    {
        "name": "punic/punic",
        "version": "1.6.4",
        "version_normalized": "1.6.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/punic/punic.git",
            "reference": "c6a779cb0349948f093d40b9f6a4fe5c6f8a6a36"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/punic/punic/zipball/c6a779cb0349948f093d40b9f6a4fe5c6f8a6a36",
            "reference": "c6a779cb0349948f093d40b9f6a4fe5c6f8a6a36",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "replace": {
            "punic/calendar": "*",
            "punic/common": "*"
        },
        "require-dev": {
            "apigen/apigen": "4.0.*"
        },
        "time": "2016-11-21 19:58:31",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Punic\\": "code/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michele Locati",
                "email": "mlocati@gmail.com",
                "role": "Developer"
            },
            {
                "name": "Remo Laubacher",
                "email": "remo.laubacher@gmail.com",
                "role": "Collaborator, motivator and perfectionist supporter"
            }
        ],
        "description": "PHP-Unicode CLDR",
        "homepage": "https://github.com/punic/punic",
        "keywords": [
            "calendar",
            "cldr",
            "date",
            "date-time",
            "i18n",
            "internationalization",
            "l10n",
            "localization",
            "php",
            "time",
            "translate",
            "translations",
            "unicode"
        ]
    },
    {
        "name": "sunra/php-simple-html-dom-parser",
        "version": "v1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
            "reference": "f910346ce47513a49ed5b8de197cde26c3f0b193"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/f910346ce47513a49ed5b8de197cde26c3f0b193",
            "reference": "f910346ce47513a49ed5b8de197cde26c3f0b193",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2016-05-20 11:21:15",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sunra",
                "email": "sunra@yandex.ru",
                "homepage": "https://github.com/sunra"
            }
        ],
        "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
        "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
        "keywords": [
            "dom",
            "html",
            "parser"
        ]
    },
    {
        "name": "symfony/class-loader",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/class-loader.git",
            "reference": "2d0ba77c46ecc96a6641009a98f72632216811ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/class-loader/zipball/2d0ba77c46ecc96a6641009a98f72632216811ba",
            "reference": "2d0ba77c46ecc96a6641009a98f72632216811ba",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "symfony/finder": "~2.8|~3.0",
            "symfony/polyfill-apcu": "~1.1"
        },
        "suggest": {
            "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
        },
        "time": "2016-08-23 13:39:15",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ClassLoader\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ClassLoader Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "63592e00fd90632b57ee50220a1ddb29b6bf3bb4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/63592e00fd90632b57ee50220a1ddb29b6bf3bb4",
            "reference": "63592e00fd90632b57ee50220a1ddb29b6bf3bb4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "symfony/expression-language": "~2.8|~3.0"
        },
        "time": "2016-08-22 12:11:19",
        "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": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
            "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
            "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": "2016-07-19 10:45:57",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-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": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "34f6ac18c2974ca5fce68adf419ee7d15def6f11"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/34f6ac18c2974ca5fce68adf419ee7d15def6f11",
            "reference": "34f6ac18c2974ca5fce68adf419ee7d15def6f11",
            "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": "2016-08-23 13:39:15",
        "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": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-kernel",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "aeda215d6b01f119508c090d2a09ebb5b0bc61f3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aeda215d6b01f119508c090d2a09ebb5b0bc61f3",
            "reference": "aeda215d6b01f119508c090d2a09ebb5b0bc61f3",
            "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.8|~3.0.8|~3.1.2|~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": "2016-09-03 15:28:24",
        "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": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/routing",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/8edf62498a1a4c57ba317664a4b698339c10cdf6",
            "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "conflict": {
            "symfony/config": "<2.8"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/common": "~2.2",
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/expression-language": "~2.8|~3.0",
            "symfony/http-foundation": "~2.8|~3.0",
            "symfony/yaml": "~2.8|~3.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/dependency-injection": "For loading routes from a service",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2016-08-16 14:58:24",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/serializer",
        "version": "v3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/serializer.git",
            "reference": "81674b4a42507b6f3ba3a0661b35bfad8d25f841"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/serializer/zipball/81674b4a42507b6f3ba3a0661b35bfad8d25f841",
            "reference": "81674b4a42507b6f3ba3a0661b35bfad8d25f841",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "conflict": {
            "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "phpdocumentor/reflection-docblock": "~3.0",
            "symfony/cache": "~3.1",
            "symfony/config": "~2.8|~3.0",
            "symfony/http-foundation": "~2.8|~3.0",
            "symfony/property-access": "~2.8|~3.0",
            "symfony/property-info": "~3.1",
            "symfony/yaml": "~2.8|~3.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
            "psr/cache-implementation": "For using the metadata cache.",
            "symfony/config": "For using the XML mapping loader.",
            "symfony/http-foundation": "To use the DataUriNormalizer.",
            "symfony/property-access": "For using the ObjectNormalizer.",
            "symfony/property-info": "To deserialize relations.",
            "symfony/yaml": "For using the default YAML mapping loader."
        },
        "time": "2016-08-19 15:12:52",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Serializer\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Serializer Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "tedivm/jshrink",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tedious/JShrink.git",
            "reference": "688527a2e854d7935f24f24c7d5eb1b604742bf9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tedious/JShrink/zipball/688527a2e854d7935f24f24c7d5eb1b604742bf9",
            "reference": "688527a2e854d7935f24f24c7d5eb1b604742bf9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "0.4.0",
            "phpunit/phpunit": "4.0.*",
            "satooshi/php-coveralls": "dev-master"
        },
        "time": "2015-07-04 07:35:09",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JShrink": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Robert Hafner",
                "email": "tedivm@tedivm.com"
            }
        ],
        "description": "Javascript Minifier built in PHP",
        "homepage": "http://github.com/tedious/JShrink",
        "keywords": [
            "javascript",
            "minifier"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06 20:24:11",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "tedivm/stash",
        "version": "v0.14.1",
        "version_normalized": "0.14.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tedious/Stash.git",
            "reference": "bcb739b08b22571e35589ebe5403af9b89a33394"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tedious/Stash/zipball/bcb739b08b22571e35589ebe5403af9b89a33394",
            "reference": "bcb739b08b22571e35589ebe5403af9b89a33394",
            "shasum": ""
        },
        "require": {
            "php": "^5.4|^7.0",
            "psr/cache": "~1.0"
        },
        "provide": {
            "psr/cache-implementation": "1.0.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "4.8.*",
            "satooshi/php-coveralls": "1.0.*"
        },
        "time": "2016-02-10 22:23:16",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stash\\": "src/Stash/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Robert Hafner",
                "email": "tedivm@tedivm.com"
            },
            {
                "name": "Josh Hall-Bachner",
                "email": "charlequin@gmail.com"
            }
        ],
        "description": "The place to keep your cache.",
        "homepage": "http://github.com/tedious/Stash",
        "keywords": [
            "apc",
            "cache",
            "caching",
            "memcached",
            "psr-6",
            "psr6",
            "redis",
            "sessions"
        ]
    },
    {
        "name": "voku/portable-utf8",
        "version": "1.6.18",
        "version_normalized": "1.6.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/portable-utf8.git",
            "reference": "b49c259b0f5c563422d466d10802c5db35328000"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-utf8/zipball/b49c259b0f5c563422d466d10802c5db35328000",
            "reference": "b49c259b0f5c563422d466d10802c5db35328000",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "suggest": {
            "ext-iconv": "Use iconv for best performance",
            "ext-intl": "Use Intl for best performance",
            "ext-mbstring": "Use Mbstring for best performance"
        },
        "time": "2015-12-06 21:26:23",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            },
            "classmap": [
                "src/Normalizer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Hamid Sarfraz",
                "homepage": "http://pageconfig.com/"
            },
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            },
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            }
        ],
        "description": "Portable UTF-8 library with polyfill / shim for Iconv, Intl, Mbstring, Normalizrer etc.",
        "homepage": "https://github.com/voku/portable-utf8",
        "keywords": [
            "UTF",
            "clean",
            "php",
            "unicode",
            "utf-8",
            "utf8"
        ]
    },
    {
        "name": "voku/urlify",
        "version": "1.0.10-stable",
        "version_normalized": "1.0.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/urlify.git",
            "reference": "ff7ba3bd53e4612fd34e9003928d804c4b212f6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/urlify/zipball/ff7ba3bd53e4612fd34e9003928d804c4b212f6a",
            "reference": "ff7ba3bd53e4612fd34e9003928d804c4b212f6a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "voku/portable-utf8": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "satooshi/php-coveralls": "0.7.*@dev"
        },
        "time": "2015-02-10 07:24:31",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "URLify": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "email": "lars@moelleken.org",
                "homepage": "http://moelleken.org/"
            },
            {
                "name": "Johnny Broadway",
                "email": "johnny@johnnybroadway.com",
                "homepage": "http://www.johnnybroadway.com/"
            }
        ],
        "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
        "homepage": "https://github.com/voku/urlify",
        "keywords": [
            "encode",
            "iconv",
            "link",
            "slug",
            "translit",
            "transliterate",
            "transliteration",
            "url",
            "urlify"
        ]
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/container-interop/container-interop.git",
            "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
            "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
            "shasum": ""
        },
        "time": "2014-12-30 15:22:37",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Interop\\Container\\": "src/Interop/Container/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Promoting the interoperability of container objects (DIC, SL, etc.)"
    },
    {
        "name": "zendframework/zend-servicemanager",
        "version": "3.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-servicemanager.git",
            "reference": "f701b0d322741b0c8d8ca1288f249a49438029cd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/f701b0d322741b0c8d8ca1288f249a49438029cd",
            "reference": "f701b0d322741b0c8d8ca1288f249a49438029cd",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "~1.0",
            "php": "^5.5 || ^7.0"
        },
        "provide": {
            "container-interop/container-interop-implementation": "^1.1"
        },
        "require-dev": {
            "ocramius/proxy-manager": "^1.0 || ^2.0",
            "phpbench/phpbench": "^0.10.0",
            "phpunit/phpunit": "^4.6 || ^5.2.10",
            "squizlabs/php_codesniffer": "^2.5.1"
        },
        "suggest": {
            "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
            "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
        },
        "time": "2016-07-15 14:59:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev",
                "dev-develop": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ServiceManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-servicemanager",
        "keywords": [
            "service-manager",
            "servicemanager",
            "zf"
        ]
    },
    {
        "name": "zendframework/zend-cache",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-cache.git",
            "reference": "2c68def8f96ce842d2f2a9a69e2f3508c2f5312d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/2c68def8f96ce842d2f2a9a69e2f3508c2f5312d",
            "reference": "2c68def8f96ce842d2f2a9a69e2f3508c2f5312d",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpbench/phpbench": "^0.10.0",
            "phpunit/phpunit": "^4.5",
            "zendframework/zend-serializer": "^2.6",
            "zendframework/zend-session": "^2.6.2"
        },
        "suggest": {
            "ext-apc": "APC or compatible extension, to use the APC storage adapter",
            "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
            "ext-dba": "DBA, to use the DBA storage adapter",
            "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
            "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
            "ext-mongo": "Mongo, to use MongoDb storage adapter",
            "ext-redis": "Redis, to use Redis storage adapter",
            "ext-wincache": "WinCache, to use the WinCache storage adapter",
            "ext-xcache": "XCache, to use the XCache storage adapter",
            "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
            "zendframework/zend-serializer": "Zend\\Serializer component",
            "zendframework/zend-session": "Zend\\Session component"
        },
        "time": "2016-05-12 21:47:55",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev",
                "dev-develop": "2.8-dev"
            },
            "zf": {
                "component": "Zend\\Cache",
                "config-provider": "Zend\\Cache\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a generic way to cache any data",
        "homepage": "https://github.com/zendframework/zend-cache",
        "keywords": [
            "cache",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-escaper",
        "version": "2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-escaper.git",
            "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
            "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-06-30 19:48:38",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Escaper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-escaper",
        "keywords": [
            "escaper",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-feed",
        "version": "2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-feed.git",
            "reference": "12b328d382aa5200f1de53d4147033b885776b67"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/12b328d382aa5200f1de53d4147033b885776b67",
            "reference": "12b328d382aa5200f1de53d4147033b885776b67",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "psr/http-message": "^1.0",
            "zendframework/zend-cache": "^2.5",
            "zendframework/zend-db": "^2.5",
            "zendframework/zend-http": "^2.5",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-validator": "^2.5"
        },
        "suggest": {
            "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
            "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
            "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
            "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
            "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"
        },
        "time": "2016-02-11 18:54:29",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev",
                "dev-develop": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Feed\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides functionality for consuming RSS and Atom feeds",
        "homepage": "https://github.com/zendframework/zend-feed",
        "keywords": [
            "feed",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-validator",
        "version": "2.8.1",
        "version_normalized": "2.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-validator.git",
            "reference": "8ec9f57a717dd37340308aa632f148a2c2be1cfc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/8ec9f57a717dd37340308aa632f148a2c2be1cfc",
            "reference": "8ec9f57a717dd37340308aa632f148a2c2be1cfc",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.5 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "^4.0",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-db": "^2.7",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-i18n": "^2.6",
            "zendframework/zend-math": "^2.6",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-session": "^2.6.2",
            "zendframework/zend-uri": "^2.5"
        },
        "suggest": {
            "zendframework/zend-db": "Zend\\Db component",
            "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
            "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
            "zendframework/zend-i18n-resources": "Translations of validator messages",
            "zendframework/zend-math": "Zend\\Math component",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
            "zendframework/zend-session": "Zend\\Session component",
            "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
        },
        "time": "2016-06-23 13:44:31",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev",
                "dev-develop": "2.9-dev"
            },
            "zf": {
                "component": "Zend\\Validator",
                "config-provider": "Zend\\Validator\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Validator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a set of commonly needed validators",
        "homepage": "https://github.com/zendframework/zend-validator",
        "keywords": [
            "validator",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-uri",
        "version": "2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-uri.git",
            "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed",
            "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-validator": "^2.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-02-17 22:38:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Uri\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
        "homepage": "https://github.com/zendframework/zend-uri",
        "keywords": [
            "uri",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-loader",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-loader.git",
            "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c",
            "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.23"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-06-03 14:05:47",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Loader\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-loader",
        "keywords": [
            "loader",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-http",
        "version": "2.5.5",
        "version_normalized": "2.5.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-http.git",
            "reference": "98b1cac0bc7a91497c5898184281abcd0e24c8d6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-http/zipball/98b1cac0bc7a91497c5898184281abcd0e24c8d6",
            "reference": "98b1cac0bc7a91497c5898184281abcd0e24c8d6",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-loader": "^2.5",
            "zendframework/zend-stdlib": "^2.5 || ^3.0",
            "zendframework/zend-uri": "^2.5",
            "zendframework/zend-validator": "^2.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "^4.0",
            "zendframework/zend-config": "^2.5"
        },
        "time": "2016-08-08 15:01:54",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Http\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
        "homepage": "https://github.com/zendframework/zend-http",
        "keywords": [
            "http",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-i18n",
        "version": "2.7.3",
        "version_normalized": "2.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-i18n.git",
            "reference": "b2db0d8246a865c659f93199f90f5fc2cd2f3cd8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/b2db0d8246a865c659f93199f90f5fc2cd2f3cd8",
            "reference": "b2db0d8246a865c659f93199f90f5fc2cd2f3cd8",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-filter": "^2.6.1",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-validator": "^2.6",
            "zendframework/zend-view": "^2.6.3"
        },
        "suggest": {
            "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
            "zendframework/zend-cache": "Zend\\Cache component",
            "zendframework/zend-config": "Zend\\Config component",
            "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
            "zendframework/zend-filter": "You should install this package to use the provided filters",
            "zendframework/zend-i18n-resources": "Translation resources",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
            "zendframework/zend-validator": "You should install this package to use the provided validators",
            "zendframework/zend-view": "You should install this package to use the provided view helpers"
        },
        "time": "2016-06-07 21:08:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev",
                "dev-develop": "2.8-dev"
            },
            "zf": {
                "component": "Zend\\I18n",
                "config-provider": "Zend\\I18n\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\I18n\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-i18n",
        "keywords": [
            "i18n",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-mime",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mime.git",
            "reference": "340769c3d962ac4d9d3cf9da7e75419368e56fcc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/340769c3d962ac4d9d3cf9da7e75419368e56fcc",
            "reference": "340769c3d962ac4d9d3cf9da7e75419368e56fcc",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-mail": "^2.6"
        },
        "suggest": {
            "zendframework/zend-mail": "Zend\\Mail component"
        },
        "time": "2016-04-20 21:02:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev",
                "dev-develop": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mime\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-mime",
        "keywords": [
            "mime",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-mail",
        "version": "2.7.2",
        "version_normalized": "2.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mail.git",
            "reference": "8210faa6865f94962f9a5c76269703bfdcf2fa4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/8210faa6865f94962f9a5c76269703bfdcf2fa4c",
            "reference": "8210faa6865f94962f9a5c76269703bfdcf2fa4c",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-loader": "^2.5",
            "zendframework/zend-mime": "^2.5",
            "zendframework/zend-stdlib": "^2.7 || ^3.0",
            "zendframework/zend-validator": "^2.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "squizlabs/php_codesniffer": "^2.3.1",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-crypt": "^2.6",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-crypt": "Crammd5 support in SMTP Auth",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3 when using SMTP to deliver messages"
        },
        "time": "2016-12-19 22:46:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev",
                "dev-develop": "2.8-dev"
            },
            "zf": {
                "component": "Zend\\Mail",
                "config-provider": "Zend\\Mail\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mail\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
        "homepage": "https://github.com/zendframework/zend-mail",
        "keywords": [
            "mail",
            "zf2"
        ]
    }
]
