{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "745573a71a2896e55fe623d638bc7017",
    "content-hash": "2b91ce4cddd3ad361f29186fa9155eac",
    "packages": [
        {
            "name": "composer/ca-bundle",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "a2995e5fe351055f2c7630166af12ce8fd03edfc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/a2995e5fe351055f2c7630166af12ce8fd03edfc",
                "reference": "a2995e5fe351055f2c7630166af12ce8fd03edfc",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "symfony/process": "^2.5 || ^3.0"
            },
            "suggest": {
                "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "time": "2016-04-13 10:13:24"
        },
        {
            "name": "composer/composer",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/composer.git",
                "reference": "b2cf67b1a575d7e648c742be2454339232ef32b2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/composer/zipball/b2cf67b1a575d7e648c742be2454339232ef32b2",
                "reference": "b2cf67b1a575d7e648c742be2454339232ef32b2",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "composer/semver": "^1.0",
                "composer/spdx-licenses": "^1.0",
                "justinrainbow/json-schema": "^1.6",
                "php": "^5.3.2 || ^7.0",
                "psr/log": "^1.0",
                "seld/cli-prompt": "^1.0",
                "seld/jsonlint": "^1.4",
                "seld/phar-utils": "^1.0",
                "symfony/console": "^2.5 || ^3.0",
                "symfony/filesystem": "^2.5 || ^3.0",
                "symfony/finder": "^2.2 || ^3.0",
                "symfony/process": "^2.1 || ^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "suggest": {
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
                "ext-zlib": "Allow gzip compression of HTTP requests"
            },
            "bin": [
                "bin/composer"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\": "src/Composer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
            "homepage": "https://getcomposer.org/",
            "keywords": [
                "autoload",
                "dependency",
                "package"
            ],
            "time": "2016-05-31 18:48:12"
        },
        {
            "name": "composer/semver",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "03c9de5aa25e7672c4ad251eeaba0c47a06c8b98"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/03c9de5aa25e7672c4ad251eeaba0c47a06c8b98",
                "reference": "03c9de5aa25e7672c4ad251eeaba0c47a06c8b98",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "time": "2016-06-02 09:04:51"
        },
        {
            "name": "composer/spdx-licenses",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/spdx-licenses.git",
                "reference": "88c26372b1afac36d8db601cdf04ad8716f53d88"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/88c26372b1afac36d8db601cdf04ad8716f53d88",
                "reference": "88c26372b1afac36d8db601cdf04ad8716f53d88",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Spdx\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "SPDX licenses list and validation library.",
            "keywords": [
                "license",
                "spdx",
                "validator"
            ],
            "time": "2016-05-04 12:27:30"
        },
        {
            "name": "dflydev/ant-path-matcher",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-util-antPathMatcher.git",
                "reference": "66e0ed7cd07e1d989b170472d000b99ab8c9e33e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-util-antPathMatcher/zipball/66e0ed7cd07e1d989b170472d000b99ab8c9e33e",
                "reference": "66e0ed7cd07e1d989b170472d000b99ab8c9e33e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "dflydev\\util\\antPathMatcher": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Ant Path Matcher Utility",
            "homepage": "http://github.com/dflydev/dflydev-util-antPathMatcher",
            "keywords": [
                "ant",
                "matcher",
                "path",
                "pattern"
            ],
            "time": "2012-12-03 05:03:00"
        },
        {
            "name": "dflydev/apache-mime-types",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
                "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
                "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "twig/twig": "1.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\ApacheMimeTypes": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Apache MIME Types",
            "keywords": [
                "apache",
                "mime",
                "mimetypes"
            ],
            "time": "2013-05-14 02:02:01"
        },
        {
            "name": "dflydev/canal",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-canal.git",
                "reference": "668af213d86f0f378f5dcce6799b974044fa6a51"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-canal/zipball/668af213d86f0f378f5dcce6799b974044fa6a51",
                "reference": "668af213d86f0f378f5dcce6799b974044fa6a51",
                "shasum": ""
            },
            "require": {
                "dflydev/apache-mime-types": "1.0.*",
                "php": ">=5.3.3",
                "webignition/internet-media-type": "0.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\Canal": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Content analysis for the purpose of determining Internet media types.",
            "keywords": [
                "content",
                "detection",
                "mime",
                "type"
            ],
            "time": "2013-05-14 05:22:25"
        },
        {
            "name": "dflydev/dot-access-configuration",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
                "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/9b65c83159c9003e00284ea1144ad96b69d9c8b9",
                "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "1.*",
                "dflydev/placeholder-resolver": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "Required for using the YAML Configuration Builders"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\DotAccessConfiguration": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
            "keywords": [
                "config",
                "configuration"
            ],
            "time": "2014-11-14 03:26:12"
        },
        {
            "name": "dflydev/dot-access-data",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
                "reference": "7a0960d088119818ce7687d200c363b01d183cbe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/7a0960d088119818ce7687d200c363b01d183cbe",
                "reference": "7a0960d088119818ce7687d200c363b01d183cbe",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\DotAccessData": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Given a deep data structure, access data by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
            "keywords": [
                "access",
                "data",
                "dot",
                "notation"
            ],
            "time": "2015-08-13 03:51:18"
        },
        {
            "name": "dflydev/embedded-composer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-embedded-composer.git",
                "reference": "c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-embedded-composer/zipball/c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7",
                "reference": "c9ca20fd3ccfbfb7bfcc3c65c33191f458c8a3a7",
                "shasum": ""
            },
            "require": {
                "composer/composer": "^1.0",
                "php": ">=5.3.2"
            },
            "replace": {
                "dflydev/embedded-composer-bundle": "self.version",
                "dflydev/embedded-composer-console": "self.version",
                "dflydev/embedded-composer-core": "self.version"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7.10",
                "symfony/console": "~2.3@dev",
                "symfony/http-kernel": "~2.1"
            },
            "suggest": {
                "symfony/console": "~2.3",
                "symfony/http-kernel": "~2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\EmbeddedComposer": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Embed Composer into another application",
            "keywords": [
                "composer",
                "embedded",
                "extensibility"
            ],
            "time": "2016-05-21 00:49:42"
        },
        {
            "name": "dflydev/placeholder-resolver",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
                "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
                "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\PlaceholderResolver": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
            "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
            "keywords": [
                "placeholder",
                "resolver"
            ],
            "time": "2012-10-28 21:08:28"
        },
        {
            "name": "dflydev/symfony-finder-factory",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-symfony-finder-factory.git",
                "reference": "101b2decf308bfac9c9bbc52be1738e1fa863a8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-symfony-finder-factory/zipball/101b2decf308bfac9c9bbc52be1738e1fa863a8a",
                "reference": "101b2decf308bfac9c9bbc52be1738e1fa863a8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/finder": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Dflydev\\Symfony\\FinderFactory": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Symfony Finder Factory",
            "keywords": [
                "factory",
                "finder",
                "syfony"
            ],
            "time": "2012-11-09 16:45:28"
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2014-12-20 21:24:13"
        },
        {
            "name": "evenement/evenement",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/igorw/evenement.git",
                "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
                "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Evenement": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch",
                    "homepage": "http://wiedler.ch/igor/"
                }
            ],
            "description": "Événement is a very simple event dispatching library for PHP 5.3",
            "keywords": [
                "event-dispatcher"
            ],
            "time": "2012-05-30 15:01:08"
        },
        {
            "name": "guzzle/guzzle",
            "version": "v3.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "f31f35d1669382936861533bd0217fcf830dc9a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f31f35d1669382936861533bd0217fcf830dc9a9",
                "reference": "f31f35d1669382936861533bd0217fcf830dc9a9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.2",
                "symfony/event-dispatcher": ">=2.1"
            },
            "replace": {
                "guzzle/batch": "self.version",
                "guzzle/cache": "self.version",
                "guzzle/common": "self.version",
                "guzzle/http": "self.version",
                "guzzle/inflection": "self.version",
                "guzzle/iterator": "self.version",
                "guzzle/log": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/plugin": "self.version",
                "guzzle/plugin-async": "self.version",
                "guzzle/plugin-backoff": "self.version",
                "guzzle/plugin-cache": "self.version",
                "guzzle/plugin-cookie": "self.version",
                "guzzle/plugin-curlauth": "self.version",
                "guzzle/plugin-history": "self.version",
                "guzzle/plugin-log": "self.version",
                "guzzle/plugin-md5": "self.version",
                "guzzle/plugin-mock": "self.version",
                "guzzle/plugin-oauth": "self.version",
                "guzzle/service": "self.version",
                "guzzle/stream": "self.version"
            },
            "require-dev": {
                "doctrine/common": "*",
                "monolog/monolog": "1.*",
                "phpunit/phpunit": "3.7.*",
                "symfony/class-loader": "*",
                "zend/zend-cache1": "1.12",
                "zend/zend-log1": "1.12",
                "zendframework/zend-cache": "2.0.*",
                "zendframework/zend-log": "2.0.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Guzzle\\Tests": "tests/",
                    "Guzzle": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Guzzle Community",
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2012-12-19 23:06:35"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.29"
            },
            "require-dev": {
                "json-schema/json-schema-test-suite": "1.1.0",
                "phpdocumentor/phpdocumentor": "~2",
                "phpunit/phpunit": "~3.7"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "time": "2016-01-25 15:43:01"
        },
        {
            "name": "michelf/php-markdown",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-lib": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Michelf": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "John Gruber",
                    "homepage": "http://daringfireball.net/"
                },
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                }
            ],
            "description": "PHP Markdown",
            "homepage": "https://michelf.ca/projects/php-markdown/",
            "keywords": [
                "markdown"
            ],
            "time": "2015-03-01 12:03:08"
        },
        {
            "name": "netcarver/textile",
            "version": "v3.5.5",
            "source": {
                "type": "git",
                "url": "https://github.com/textile/php-textile.git",
                "reference": "1b95af533775316d09bd36a38bee2c0b804add12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/textile/php-textile/zipball/1b95af533775316d09bd36a38bee2c0b804add12",
                "reference": "1b95af533775316d09bd36a38bee2c0b804add12",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "satooshi/php-coveralls": "0.6.*",
                "squizlabs/php_codesniffer": "1.5.*",
                "symfony/yaml": "2.3.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Netcarver\\Textile": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Textile markup language parser",
            "homepage": "https://github.com/textile/php-textile",
            "keywords": [
                "document",
                "format",
                "html",
                "language",
                "markup",
                "parser",
                "php-textile",
                "plaintext",
                "textile"
            ],
            "time": "2014-01-02 09:39:06"
        },
        {
            "name": "opdavies/sculpin-content-generator-bundle",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/opdavies/sculpin-content-generator-bundle.git",
                "reference": "7fea6ee6fbcbc198c9a4e8b72e67386b76100603"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opdavies/sculpin-content-generator-bundle/zipball/7fea6ee6fbcbc198c9a4e8b72e67386b76100603",
                "reference": "7fea6ee6fbcbc198c9a4e8b72e67386b76100603",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "sculpin/sculpin": "@stable"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Opdavies\\Sculpin\\Bundle\\ContentGeneratorBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Davies",
                    "email": "oliver@oliverdavies.uk",
                    "homepage": "https://www.oliverdavies.uk"
                }
            ],
            "description": "Provides new Sculpin commands for generating new content",
            "keywords": [
                "sculpin"
            ],
            "time": "2016-02-14 07:29:36"
        },
        {
            "name": "opdavies/sculpin-gist-embed-bundle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/opdavies/sculpin-gist-embed-bundle.git",
                "reference": "1e7246d52638a7c80ace2272d93d9cffd6fcc3b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opdavies/sculpin-gist-embed-bundle/zipball/1e7246d52638a7c80ace2272d93d9cffd6fcc3b8",
                "reference": "1e7246d52638a7c80ace2272d93d9cffd6fcc3b8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "sculpin/sculpin": "@stable"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Opdavies\\Sculpin\\Bundle\\GistEmbedBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Davies",
                    "email": "oliver@oliverdavies.uk",
                    "homepage": "https://www.oliverdavies.uk"
                }
            ],
            "description": "Allows for embedding GitHub Gists into a Sculpin site.",
            "keywords": [
                "sculpin"
            ],
            "time": "2016-04-05 19:57:22"
        },
        {
            "name": "psr/log",
            "version": "1.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": ""
            },
            "type": "library",
            "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"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "react/event-loop",
            "version": "v0.2.7",
            "target-dir": "React/EventLoop",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/event-loop.git",
                "reference": "134b94dc555d320bd31253a215c8a65ef151a79a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/134b94dc555d320bd31253a215c8a65ef151a79a",
                "reference": "134b94dc555d320bd31253a215c8a65ef151a79a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-libev": "*",
                "ext-libevent": ">=0.0.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "React\\EventLoop": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
            "keywords": [
                "event-loop"
            ],
            "time": "2013-01-05 11:41:26"
        },
        {
            "name": "react/http",
            "version": "v0.2.6",
            "target-dir": "React/Http",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/http.git",
                "reference": "5e920f734f4065de1582c125b4bf35128279972f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/http/zipball/5e920f734f4065de1582c125b4bf35128279972f",
                "reference": "5e920f734f4065de1582c125b4bf35128279972f",
                "shasum": ""
            },
            "require": {
                "guzzle/http": "3.0.*",
                "guzzle/parser": "3.0.*",
                "php": ">=5.3.3",
                "react/socket": "0.2.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "React\\Http": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Library for building an evented http server.",
            "keywords": [
                "http"
            ],
            "time": "2012-12-26 16:33:04"
        },
        {
            "name": "react/socket",
            "version": "v0.2.6",
            "target-dir": "React/Socket",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket.git",
                "reference": "21e3fe670b2f18e3c6b2cb73f14e1c58fe7bca84"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/21e3fe670b2f18e3c6b2cb73f14e1c58fe7bca84",
                "reference": "21e3fe670b2f18e3c6b2cb73f14e1c58fe7bca84",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "1.0.*",
                "php": ">=5.3.3",
                "react/event-loop": "0.2.*",
                "react/stream": "0.2.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "React\\Socket": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Library for building an evented socket server.",
            "keywords": [
                "Socket"
            ],
            "time": "2012-12-14 00:58:14"
        },
        {
            "name": "react/stream",
            "version": "v0.2.6",
            "target-dir": "React/Stream",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/stream.git",
                "reference": "34c1059cffb44873440135e9a86fe9ae9caf5acd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/stream/zipball/34c1059cffb44873440135e9a86fe9ae9caf5acd",
                "reference": "34c1059cffb44873440135e9a86fe9ae9caf5acd",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "1.0.*",
                "php": ">=5.3.3"
            },
            "suggest": {
                "react/event-loop": "0.2.*",
                "react/promise": "1.0.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "React\\Stream": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Basic readable and writable stream interfaces that support piping.",
            "keywords": [
                "pipe",
                "stream"
            ],
            "time": "2012-12-14 00:58:14"
        },
        {
            "name": "sculpin/sculpin",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/sculpin/sculpin.git",
                "reference": "4b4df8dc2a8057855c37aee72b41cc3ff865fe1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sculpin/sculpin/zipball/4b4df8dc2a8057855c37aee72b41cc3ff865fe1d",
                "reference": "4b4df8dc2a8057855c37aee72b41cc3ff865fe1d",
                "shasum": ""
            },
            "require": {
                "dflydev/ant-path-matcher": "1.*",
                "dflydev/apache-mime-types": "~1.0,>=1.0.1",
                "dflydev/canal": "1.*",
                "dflydev/dot-access-configuration": "1.*",
                "dflydev/embedded-composer": "^1.0@dev",
                "dflydev/symfony-finder-factory": "1.*",
                "doctrine/inflector": "1.0.*",
                "guzzle/guzzle": "~3.0",
                "michelf/php-markdown": "~1.5.0",
                "netcarver/textile": "3.5.*",
                "php": "^5.4|^7.0",
                "react/http": "0.2.*",
                "sculpin/sculpin-theme-composer-plugin": "1.0.*@dev",
                "seld/jsonlint": "^1.4",
                "symfony/class-loader": "~2.3",
                "symfony/config": "~2.3",
                "symfony/console": "~2.3",
                "symfony/dependency-injection": "~2.3",
                "symfony/event-dispatcher": "~2.3",
                "symfony/filesystem": "~2.3",
                "symfony/finder": "~2.3",
                "symfony/http-kernel": "~2.3",
                "symfony/process": "~2.3",
                "symfony/yaml": "~2.3",
                "twig/extensions": "~1.0",
                "twig/twig": "~1.9"
            },
            "replace": {
                "sculpin/core": "self.version",
                "sculpin/markdown-bundle": "self.version",
                "sculpin/markdown-twig-compat-bundle": "self.version",
                "sculpin/posts-bundle": "self.version",
                "sculpin/proxy-source-collection-contrib": "self.version",
                "sculpin/sculpin-bundle": "self.version",
                "sculpin/standalone-bundle": "self.version",
                "sculpin/taxonomy-contrib": "self.version",
                "sculpin/textile-bundle": "self.version",
                "sculpin/twig-bundle": "self.version"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "symfony/css-selector": "~2.6",
                "symfony/dom-crawler": "~2.6"
            },
            "bin": [
                "bin/sculpin",
                "bin/sculpin.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sculpin\\": "src/Sculpin/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                }
            ],
            "description": "Static Site Generator",
            "homepage": "https://sculpin.io",
            "keywords": [
                "generator",
                "site",
                "static"
            ],
            "time": "2016-05-23 22:01:12"
        },
        {
            "name": "sculpin/sculpin-theme-composer-plugin",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sculpin/sculpin-theme-composer-plugin.git",
                "reference": "8b5bb152bd7d4516edb3493a9cf3204ed99e9ef5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sculpin/sculpin-theme-composer-plugin/zipball/8b5bb152bd7d4516edb3493a9cf3204ed99e9ef5",
                "reference": "8b5bb152bd7d4516edb3493a9cf3204ed99e9ef5",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Sculpin\\Composer\\SculpinThemePlugin\\SculpinThemePlugin",
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Sculpin\\Composer\\SculpinThemePlugin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2016-05-24 19:51:53"
        },
        {
            "name": "seld/cli-prompt",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/cli-prompt.git",
                "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
                "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\CliPrompt\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
            "keywords": [
                "cli",
                "console",
                "hidden",
                "input",
                "prompt"
            ],
            "time": "2016-04-18 09:31:41"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "66834d3e3566bb5798db7294619388786ae99394"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394",
                "reference": "66834d3e3566bb5798db7294619388786ae99394",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0"
            },
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "time": "2015-11-21 02:21:41"
        },
        {
            "name": "seld/phar-utils",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/phar-utils.git",
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\PharUtils\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "PHAR file format utilities, for when PHP phars you up",
            "keywords": [
                "phra"
            ],
            "time": "2015-10-13 18:44:15"
        },
        {
            "name": "symfony/class-loader",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/class-loader.git",
                "reference": "f1cf312c81c7b4f0f11431e6fd37b66890f5e27b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/f1cf312c81c7b4f0f11431e6fd37b66890f5e27b",
                "reference": "f1cf312c81c7b4f0f11431e6fd37b66890f5e27b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/polyfill-apcu": "~1.1"
            },
            "require-dev": {
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "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",
            "time": "2016-03-30 10:37:34"
        },
        {
            "name": "symfony/config",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "a2edd59c2163c65747fc3f35d132b5a39266bd05"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/a2edd59c2163c65747fc3f35d132b5a39266bd05",
                "reference": "a2edd59c2163c65747fc3f35d132b5a39266bd05",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/filesystem": "~2.3|~3.0.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "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 Config Component",
            "homepage": "https://symfony.com",
            "time": "2016-06-06 11:11:27"
        },
        {
            "name": "symfony/console",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "5ac8bc9aa77bb2edf06af3a1bb6bc1020d23acd3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/5ac8bc9aa77bb2edf06af3a1bb6bc1020d23acd3",
                "reference": "5ac8bc9aa77bb2edf06af3a1bb6bc1020d23acd3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.1|~3.0.0",
                "symfony/process": "~2.1|~3.0.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "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",
            "time": "2016-06-06 15:06:25"
        },
        {
            "name": "symfony/debug",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "c7d6d8a599e4609a1abc76351d6234a2997e16ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/c7d6d8a599e4609a1abc76351d6234a2997e16ed",
                "reference": "c7d6d8a599e4609a1abc76351d6234a2997e16ed",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.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.2|~3.0.0",
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "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",
            "time": "2016-06-06 15:06:25"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "2d05009d890cf1139988ff059b5b2e0eb280ed13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2d05009d890cf1139988ff059b5b2e0eb280ed13",
                "reference": "2d05009d890cf1139988ff059b5b2e0eb280ed13",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "conflict": {
                "symfony/expression-language": "<2.6"
            },
            "require-dev": {
                "symfony/config": "~2.2|~3.0.0",
                "symfony/expression-language": "~2.6|~3.0.0",
                "symfony/yaml": "~2.1|~3.0.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "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 DependencyInjection Component",
            "homepage": "https://symfony.com",
            "time": "2016-06-06 11:11:27"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "2a6b8713f8bdb582058cfda463527f195b066110"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2a6b8713f8bdb582058cfda463527f195b066110",
                "reference": "2a6b8713f8bdb582058cfda463527f195b066110",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
                "symfony/dependency-injection": "~2.6|~3.0.0",
                "symfony/expression-language": "~2.6|~3.0.0",
                "symfony/stopwatch": "~2.3|~3.0.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "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",
            "time": "2016-06-06 11:11:27"
        },
        {
            "name": "symfony/filesystem",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "dee379131dceed90a429e951546b33edfe7dccbb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/dee379131dceed90a429e951546b33edfe7dccbb",
                "reference": "dee379131dceed90a429e951546b33edfe7dccbb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "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 Filesystem Component",
            "homepage": "https://symfony.com",
            "time": "2016-04-12 18:01:21"
        },
        {
            "name": "symfony/finder",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "3ec095fab1800222732ca522a95dce8fa124007b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/3ec095fab1800222732ca522a95dce8fa124007b",
                "reference": "3ec095fab1800222732ca522a95dce8fa124007b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "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 Finder Component",
            "homepage": "https://symfony.com",
            "time": "2016-06-06 11:11:27"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v3.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "d268a643884f85e91d6ba11ca68de96833f3f6e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d268a643884f85e91d6ba11ca68de96833f3f6e5",
                "reference": "d268a643884f85e91d6ba11ca68de96833f3f6e5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.1"
            },
            "require-dev": {
                "symfony/expression-language": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "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",
            "time": "2016-06-06 11:33:26"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "6b8e5b6100457642e7141dbbfe29f387cbd7e0ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6b8e5b6100457642e7141dbbfe29f387cbd7e0ef",
                "reference": "6b8e5b6100457642e7141dbbfe29f387cbd7e0ef",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "psr/log": "~1.0",
                "symfony/debug": "~2.6,>=2.6.2",
                "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
                "symfony/http-foundation": "~2.5,>=2.5.4|~3.0.0"
            },
            "conflict": {
                "symfony/config": "<2.7"
            },
            "require-dev": {
                "symfony/browser-kit": "~2.3|~3.0.0",
                "symfony/class-loader": "~2.1|~3.0.0",
                "symfony/config": "~2.8",
                "symfony/console": "~2.3|~3.0.0",
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
                "symfony/dependency-injection": "~2.8|~3.0.0",
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
                "symfony/expression-language": "~2.4|~3.0.0",
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
                "symfony/process": "~2.0,>=2.0.5|~3.0.0",
                "symfony/routing": "~2.8|~3.0.0",
                "symfony/stopwatch": "~2.3|~3.0.0",
                "symfony/templating": "~2.2|~3.0.0",
                "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
                "symfony/var-dumper": "~2.6|~3.0.0"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/class-loader": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": "",
                "symfony/finder": "",
                "symfony/var-dumper": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "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",
            "time": "2016-06-06 16:05:21"
        },
        {
            "name": "symfony/polyfill-apcu",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-apcu.git",
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "apcu",
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.2.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "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"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/process",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "115347d00c342198cdc52a7bd8bc15b5ab43500c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/115347d00c342198cdc52a7bd8bc15b5ab43500c",
                "reference": "115347d00c342198cdc52a7bd8bc15b5ab43500c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "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 Process Component",
            "homepage": "https://symfony.com",
            "time": "2016-06-06 11:11:27"
        },
        {
            "name": "symfony/yaml",
            "version": "v2.8.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "815fabf3f48c7d1df345a69d1ad1a88f59757b34"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/815fabf3f48c7d1df345a69d1ad1a88f59757b34",
                "reference": "815fabf3f48c7d1df345a69d1ad1a88f59757b34",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "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",
            "time": "2016-06-06 11:11:27"
        },
        {
            "name": "tsphethean/sculpin-related-posts-bundle",
            "version": "0.1.0",
            "target-dir": "Tsphethean/Sculpin/Bundle/RelatedPostsBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/tsphethean/sculpin-related-posts-bundle.git",
                "reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tsphethean/sculpin-related-posts-bundle/zipball/7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
                "reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Tsphethean\\Sculpin\\Bundle\\RelatedPostsBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tom Phethean",
                    "homepage": "http://www.tsphethean.co.uk"
                }
            ],
            "description": "Sculpin Related Posts Bundle",
            "homepage": "https://sculpin.io",
            "keywords": [
                "blog",
                "blogging",
                "related posts",
                "site",
                "static"
            ],
            "time": "2014-03-21 14:38:52"
        },
        {
            "name": "twig/extensions",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
                "shasum": ""
            },
            "require": {
                "twig/twig": "~1.20|~2.0"
            },
            "require-dev": {
                "symfony/translation": "~2.3"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
            "keywords": [
                "i18n",
                "text"
            ],
            "time": "2015-08-22 16:38:35"
        },
        {
            "name": "twig/twig",
            "version": "v1.24.1",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.7"
            },
            "require-dev": {
                "symfony/debug": "~2.7",
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.24-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Twig Team",
                    "homepage": "http://twig.sensiolabs.org/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
            "time": "2016-05-30 09:11:59"
        },
        {
            "name": "webignition/internet-media-type",
            "version": "0.4.7",
            "source": {
                "type": "git",
                "url": "https://github.com/webignition/internet-media-type.git",
                "reference": "968b95796bc682c7f554c2ec671b6a97a9d5a5b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webignition/internet-media-type/zipball/968b95796bc682c7f554c2ec671b6a97a9d5a5b0",
                "reference": "968b95796bc682c7f554c2ec671b6a97a9d5a5b0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "webignition/quoted-string": ">=0.1,<1.0",
                "webignition/string-parser": ">=0.2.2,<1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "webignition\\Tests": "tests/",
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jon Cram",
                    "email": "jon@webignition.net"
                }
            ],
            "description": "PHP model of an http://en.wikipedia.org/wiki/Internet_media_type",
            "homepage": "https://github.com/webignition/internet-media-type",
            "keywords": [
                "content type",
                "content-type",
                "internet media type",
                "media type",
                "media-type"
            ],
            "time": "2015-02-20 16:52:30"
        },
        {
            "name": "webignition/quoted-string",
            "version": "0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/webignition/quoted-string.git",
                "reference": "43fa25f8c81eaa5aef4c2376703fe90d1449fdf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webignition/quoted-string/zipball/43fa25f8c81eaa5aef4c2376703fe90d1449fdf8",
                "reference": "43fa25f8c81eaa5aef4c2376703fe90d1449fdf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jon Cram",
                    "email": "jon@webignition.net"
                }
            ],
            "description": "A parser for string values that are encapsulated in double quotes (ASCII 34)",
            "homepage": "https://github.com/webignition/quoted-string",
            "keywords": [
                "parser",
                "quoted-string"
            ],
            "time": "2012-08-15 16:52:06"
        },
        {
            "name": "webignition/string-parser",
            "version": "0.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/webignition/string-parser.git",
                "reference": "eaa5a393ef3585783f6ef28558ef5183af00dcf7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webignition/string-parser/zipball/eaa5a393ef3585783f6ef28558ef5183af00dcf7",
                "reference": "eaa5a393ef3585783f6ef28558ef5183af00dcf7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jon Cram",
                    "email": "jon@webignition.net"
                }
            ],
            "description": "Abstract state-based string parser",
            "homepage": "https://github.com/webignition/string-parser",
            "keywords": [
                "parser",
                "string"
            ],
            "time": "2014-04-23 09:31:03"
        }
    ],
    "packages-dev": [
        {
            "name": "behat/behat",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Behat.git",
                "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Behat/zipball/359d987b3064d78f2d3a6ba3a355277f3b09b47f",
                "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f",
                "shasum": ""
            },
            "require": {
                "behat/gherkin": "~4.4",
                "behat/transliterator": "~1.0",
                "ext-mbstring": "*",
                "php": ">=5.3.3",
                "symfony/class-loader": "~2.1|~3.0",
                "symfony/config": "~2.3|~3.0",
                "symfony/console": "~2.1|~3.0",
                "symfony/dependency-injection": "~2.1|~3.0",
                "symfony/event-dispatcher": "~2.1|~3.0",
                "symfony/translation": "~2.3|~3.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5",
                "symfony/process": "~2.1|~3.0"
            },
            "suggest": {
                "behat/mink-extension": "for integration with Mink testing framework",
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
                "behat/yii-extension": "for integration with Yii web framework"
            },
            "bin": [
                "bin/behat"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Behat": "src/",
                    "Behat\\Testwork": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Scenario-oriented BDD framework for PHP 5.3",
            "homepage": "http://behat.org/",
            "keywords": [
                "Agile",
                "BDD",
                "ScenarioBDD",
                "Scrum",
                "StoryBDD",
                "User story",
                "business",
                "development",
                "documentation",
                "examples",
                "symfony",
                "testing"
            ],
            "time": "2016-03-28 07:04:45"
        },
        {
            "name": "behat/gherkin",
            "version": "v4.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Gherkin.git",
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "If you want to parse features, represented in YAML files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Gherkin": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Gherkin DSL parser for PHP 5.3",
            "homepage": "http://behat.org/",
            "keywords": [
                "BDD",
                "Behat",
                "Cucumber",
                "DSL",
                "gherkin",
                "parser"
            ],
            "time": "2015-12-30 14:47:00"
        },
        {
            "name": "behat/mink",
            "version": "v1.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/Mink.git",
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1",
                "symfony/css-selector": "~2.1|~3.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7|~3.0"
            },
            "suggest": {
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Browser controller/emulator abstraction for PHP",
            "homepage": "http://mink.behat.org/",
            "keywords": [
                "browser",
                "testing",
                "web"
            ],
            "time": "2016-03-05 08:26:18"
        },
        {
            "name": "behat/mink-browserkit-driver",
            "version": "v1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
                "shasum": ""
            },
            "require": {
                "behat/mink": "^1.7.1@dev",
                "php": ">=5.3.6",
                "symfony/browser-kit": "~2.3|~3.0",
                "symfony/dom-crawler": "~2.3|~3.0"
            },
            "require-dev": {
                "silex/silex": "~1.2",
                "symfony/phpunit-bridge": "~2.7|~3.0"
            },
            "type": "mink-driver",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\Driver\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Symfony2 BrowserKit driver for Mink framework",
            "homepage": "http://mink.behat.org/",
            "keywords": [
                "Mink",
                "Symfony2",
                "browser",
                "testing"
            ],
            "time": "2016-03-05 08:59:47"
        },
        {
            "name": "behat/mink-extension",
            "version": "v2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/MinkExtension.git",
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
                "shasum": ""
            },
            "require": {
                "behat/behat": "~3.0,>=3.0.5",
                "behat/mink": "~1.5",
                "php": ">=5.3.2",
                "symfony/config": "~2.2|~3.0"
            },
            "require-dev": {
                "behat/mink-goutte-driver": "~1.1",
                "phpspec/phpspec": "~2.0"
            },
            "type": "behat-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\MinkExtension": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                },
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com"
                }
            ],
            "description": "Mink extension for Behat",
            "homepage": "http://extensions.behat.org/mink",
            "keywords": [
                "browser",
                "gui",
                "test",
                "web"
            ],
            "time": "2016-02-15 07:55:18"
        },
        {
            "name": "behat/mink-goutte-driver",
            "version": "v1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
                "shasum": ""
            },
            "require": {
                "behat/mink": "~1.6@dev",
                "behat/mink-browserkit-driver": "~1.2@dev",
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
                "php": ">=5.3.1"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7|~3.0"
            },
            "type": "mink-driver",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\Driver\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Goutte driver for Mink framework",
            "homepage": "http://mink.behat.org/",
            "keywords": [
                "browser",
                "goutte",
                "headless",
                "testing"
            ],
            "time": "2016-03-05 09:04:22"
        },
        {
            "name": "behat/transliterator",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Transliterator.git",
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Transliterator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Artistic-1.0"
            ],
            "description": "String transliterator",
            "keywords": [
                "i18n",
                "slug",
                "transliterator"
            ],
            "time": "2015-09-28 16:26:35"
        },
        {
            "name": "fabpot/goutte",
            "version": "v3.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
                "reference": "3cbc6ed222422a28400e470050f14928a153207e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
                "reference": "3cbc6ed222422a28400e470050f14928a153207e",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.0",
                "php": ">=5.5.0",
                "symfony/browser-kit": "~2.1|~3.0",
                "symfony/css-selector": "~2.1|~3.0",
                "symfony/dom-crawler": "~2.1|~3.0"
            },
            "type": "application",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Goutte\\": "Goutte"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "A simple PHP Web Scraper",
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
            "keywords": [
                "scraper"
            ],
            "time": "2015-11-05 12:58:44"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/promises": "~1.0",
                "guzzlehttp/psr7": "~1.1",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "~4.0",
                "psr/log": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.2-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2016-03-21 20:02:09"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "time": "2016-05-18 16:56:05"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "PSR-7 message implementation",
            "keywords": [
                "http",
                "message",
                "stream",
                "uri"
            ],
            "time": "2016-04-13 19:56:01"
        },
        {
            "name": "psr/http-message",
            "version": "1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "time": "2015-05-04 20:22:00"
        },
        {
            "name": "symfony/browser-kit",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/browser-kit.git",
                "reference": "b645a9b23d6c0eeba5ac823fa87bf010db9aff22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b645a9b23d6c0eeba5ac823fa87bf010db9aff22",
                "reference": "b645a9b23d6c0eeba5ac823fa87bf010db9aff22",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/dom-crawler": "~2.8|~3.0"
            },
            "require-dev": {
                "symfony/css-selector": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\BrowserKit\\": ""
                },
                "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 BrowserKit Component",
            "homepage": "https://symfony.com",
            "time": "2016-03-04 07:56:56"
        },
        {
            "name": "symfony/css-selector",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "e17f386efef7258ac671c24e727673abd086b0cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/e17f386efef7258ac671c24e727673abd086b0cf",
                "reference": "e17f386efef7258ac671c24e727673abd086b0cf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony CssSelector Component",
            "homepage": "https://symfony.com",
            "time": "2016-03-04 07:56:56"
        },
        {
            "name": "symfony/dom-crawler",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dom-crawler.git",
                "reference": "12aa63fd41b060d2bee9a34623d29eda70bc8fe3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/12aa63fd41b060d2bee9a34623d29eda70bc8fe3",
                "reference": "12aa63fd41b060d2bee9a34623d29eda70bc8fe3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "symfony/css-selector": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/css-selector": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DomCrawler\\": ""
                },
                "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 DomCrawler Component",
            "homepage": "https://symfony.com",
            "time": "2016-05-13 15:49:09"
        },
        {
            "name": "symfony/translation",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "0e67031c9ef0ad681932d2b24f4fd0ec8a6679ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/0e67031c9ef0ad681932d2b24f4fd0ec8a6679ff",
                "reference": "0e67031c9ef0ad681932d2b24f4fd0ec8a6679ff",
                "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": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "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",
            "time": "2016-05-12 18:19:29"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "sculpin/sculpin": 20,
        "dflydev/embedded-composer": 20,
        "opdavies/sculpin-content-generator-bundle": 0,
        "opdavies/sculpin-gist-embed-bundle": 20,
        "behat/mink-extension": 0,
        "behat/mink-goutte-driver": 0
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}