[
    {
        "name": "wp-cli/php-cli-tools",
        "version": "v0.10.3",
        "version_normalized": "0.10.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wp-cli/php-cli-tools.git",
            "reference": "edead860cb60e95ebdad965ab21e4a1dad7e6b6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/edead860cb60e95ebdad965ab21e4a1dad7e6b6e",
            "reference": "edead860cb60e95ebdad965ab21e4a1dad7e6b6e",
            "shasum": ""
        },
        "require": {
            "php": ">= 5.3.0"
        },
        "time": "2014-12-03 15:45:28",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "cli": "lib/"
            },
            "files": [
                "lib/cli/cli.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "James Logsdon",
                "email": "jlogsdon@php.net",
                "role": "Developer"
            },
            {
                "name": "Daniel Bachhuber",
                "email": "daniel@handbuilt.co",
                "role": "Maintainer"
            }
        ],
        "description": "Console utilities for PHP",
        "homepage": "http://github.com/wp-cli/php-cli-tools",
        "keywords": [
            "cli",
            "console"
        ]
    },
    {
        "name": "nb/oxymel",
        "version": "v0.1.0",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nb/oxymel.git",
            "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
            "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2013-02-24 15:01:54",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Oxymel": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nikolay Bachiyski",
                "email": "nb@nikolay.bg",
                "homepage": "http://extrapolate.me/"
            }
        ],
        "description": "A sweet XML builder",
        "homepage": "https://github.com/nb/oxymel",
        "keywords": [
            "xml"
        ]
    },
    {
        "name": "mustache/mustache",
        "version": "v2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bobthecow/mustache.php.git",
            "reference": "fdf41dd673dc99b41d60992470dbae94ae0b6ba1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fdf41dd673dc99b41d60992470dbae94ae0b6ba1",
            "reference": "fdf41dd673dc99b41d60992470dbae94ae0b6ba1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2014-08-26 19:50:10",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Mustache": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Justin Hileman",
                "email": "justin@justinhileman.info",
                "homepage": "http://justinhileman.com"
            }
        ],
        "description": "A Mustache implementation in PHP.",
        "homepage": "https://github.com/bobthecow/mustache.php",
        "keywords": [
            "mustache",
            "templating"
        ]
    },
    {
        "name": "rhumsaa/array_column",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/array_column.git",
            "reference": "c09744baae0e023d1021055f9c65755b88a9721f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/array_column/zipball/c09744baae0e023d1021055f9c65755b88a9721f",
            "reference": "c09744baae0e023d1021055f9c65755b88a9721f",
            "shasum": ""
        },
        "time": "2013-07-22 16:12:38",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/array_column.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ben Ramsey",
                "homepage": "http://benramsey.com",
                "role": "Developer"
            }
        ],
        "description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.",
        "homepage": "https://github.com/ramsey/array_column",
        "keywords": [
            "array",
            "array_column",
            "column"
        ]
    },
    {
        "name": "rmccue/requests",
        "version": "v1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rmccue/Requests.git",
            "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rmccue/Requests/zipball/6aac485666c2955077d77b796bbdd25f0013a4ea",
            "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "satooshi/php-coveralls": "dev-master"
        },
        "time": "2014-05-18 04:59:02",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Requests": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "ISC"
        ],
        "authors": [
            {
                "name": "Ryan McCue",
                "homepage": "http://ryanmccue.info"
            }
        ],
        "description": "A HTTP library written in PHP, for human beings.",
        "homepage": "http://github.com/rmccue/Requests",
        "keywords": [
            "curl",
            "fsockopen",
            "http",
            "idna",
            "ipv6",
            "iri",
            "sockets"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/Yaml",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Yaml.git",
            "reference": "82462a90848a52c2533aa6b598b107d68076b018"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018",
            "reference": "82462a90848a52c2533aa6b598b107d68076b018",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-01-03 15:33:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Yaml\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "phpunit/php-text-template",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
            "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2014-01-30 17:20:04",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Text/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Simple template engine.",
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
        "keywords": [
            "template"
        ]
    },
    {
        "name": "phpunit/phpunit-mock-objects",
        "version": "1.2.3",
        "version_normalized": "1.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
            "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "phpunit/php-text-template": ">=1.1.1@stable"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2013-01-13 10:24:48",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHPUnit/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Mock Object library for PHPUnit",
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
        "keywords": [
            "mock",
            "xunit"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
            "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-08-02 07:42:54",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Utility class for timing",
        "homepage": "https://github.com/sebastianbergmann/php-timer/",
        "keywords": [
            "timer"
        ]
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
            "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.3.3"
        },
        "time": "2014-03-03 05:10:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "1.3.4",
        "version_normalized": "1.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
            "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2013-10-10 15:34:57",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "File/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
        "keywords": [
            "filesystem",
            "iterator"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "1.2.18",
        "version_normalized": "1.2.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
            "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "phpunit/php-file-iterator": ">=1.3.0@stable",
            "phpunit/php-text-template": ">=1.2.0@stable",
            "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*@dev"
        },
        "suggest": {
            "ext-dom": "*",
            "ext-xdebug": ">=2.0.5"
        },
        "time": "2014-09-02 10:13:14",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHP/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
        "keywords": [
            "coverage",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "3.7.38",
        "version_normalized": "3.7.38.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
            "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-reflection": "*",
            "ext-spl": "*",
            "php": ">=5.3.3",
            "phpunit/php-code-coverage": "~1.2",
            "phpunit/php-file-iterator": "~1.3",
            "phpunit/php-text-template": "~1.1",
            "phpunit/php-timer": "~1.0",
            "phpunit/phpunit-mock-objects": "~1.2",
            "symfony/yaml": "~2.0"
        },
        "require-dev": {
            "pear-pear.php.net/pear": "1.9.4"
        },
        "suggest": {
            "phpunit/php-invoker": "~1.1"
        },
        "time": "2014-10-17 09:04:17",
        "bin": [
            "composer/bin/phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PHPUnit/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "",
            "../../symfony/yaml/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "The PHP Unit Testing framework.",
        "homepage": "http://www.phpunit.de/",
        "keywords": [
            "phpunit",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/Finder",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Finder.git",
            "reference": "16513333bca64186c01609961a2bb1b95b5e1355"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Finder/zipball/16513333bca64186c01609961a2bb1b95b5e1355",
            "reference": "16513333bca64186c01609961a2bb1b95b5e1355",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-01-03 08:01:59",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Finder\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/translation",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/Translation",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Translation.git",
            "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Translation/zipball/f289cdf8179d32058c1e1cbac723106a5ff6fa39",
            "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.3,>=2.3.12",
            "symfony/intl": "~2.3",
            "symfony/yaml": "~2.2"
        },
        "suggest": {
            "psr/log": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2015-01-03 15:33:07",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/EventDispatcher",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/EventDispatcher.git",
            "reference": "40ff70cadea3785d83cac1c8309514b36113064e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e",
            "reference": "40ff70cadea3785d83cac1c8309514b36113064e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.0,>=2.0.5",
            "symfony/dependency-injection": "~2.6",
            "symfony/expression-language": "~2.6",
            "symfony/stopwatch": "~2.3"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2015-01-05 14:28:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/dependency-injection",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/DependencyInjection",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/DependencyInjection.git",
            "reference": "72db9adf2f6c42e773108038bcdaff263f325b4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/72db9adf2f6c42e773108038bcdaff263f325b4e",
            "reference": "72db9adf2f6c42e773108038bcdaff263f325b4e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "conflict": {
            "symfony/expression-language": "<2.6"
        },
        "require-dev": {
            "symfony/config": "~2.2",
            "symfony/expression-language": "~2.6",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "symfony/config": "",
            "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
            "symfony/yaml": ""
        },
        "time": "2015-01-05 17:41:06",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\DependencyInjection\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony DependencyInjection Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/Filesystem",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Filesystem.git",
            "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
            "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-01-03 21:13:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Filesystem\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/config",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/Config",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Config.git",
            "reference": "d94f222eff99a22ce313555b78642b4873418d56"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Config/zipball/d94f222eff99a22ce313555b78642b4873418d56",
            "reference": "d94f222eff99a22ce313555b78642b4873418d56",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/filesystem": "~2.3"
        },
        "time": "2015-01-03 08:01:59",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Config\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Config Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "target-dir": "Symfony/Component/Console",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Console.git",
            "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476",
            "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/event-dispatcher": "~2.1",
            "symfony/process": "~2.1"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/process": ""
        },
        "time": "2015-01-06 17:50:02",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Console\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "behat/gherkin",
        "version": "v2.3.5",
        "version_normalized": "2.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Behat/Gherkin.git",
            "reference": "2b33963da5525400573560c173ab5c9c057e1852"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
            "reference": "2b33963da5525400573560c173ab5c9c057e1852",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/finder": "~2.0"
        },
        "require-dev": {
            "symfony/config": "~2.0",
            "symfony/translation": "~2.0",
            "symfony/yaml": "~2.0"
        },
        "suggest": {
            "symfony/config": "If you want to use Config component to manage resources",
            "symfony/translation": "If you want to use Symfony2 translations adapter",
            "symfony/yaml": "If you want to parse features, represented in YAML files"
        },
        "time": "2013-10-15 11:22:17",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "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",
            "DSL",
            "Symfony2",
            "parser"
        ]
    },
    {
        "name": "behat/behat",
        "version": "v2.5.3",
        "version_normalized": "2.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Behat/Behat.git",
            "reference": "c3a105a3c0457df919879c72b63b910e63739e51"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Behat/Behat/zipball/c3a105a3c0457df919879c72b63b910e63739e51",
            "reference": "c3a105a3c0457df919879c72b63b910e63739e51",
            "shasum": ""
        },
        "require": {
            "behat/gherkin": "~2.3.0",
            "php": ">=5.3.1",
            "symfony/config": "~2.0",
            "symfony/console": "~2.0",
            "symfony/dependency-injection": "~2.0",
            "symfony/event-dispatcher": "~2.0",
            "symfony/finder": "~2.0",
            "symfony/translation": "~2.0",
            "symfony/yaml": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7.19"
        },
        "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"
        },
        "time": "2014-04-26 16:55:16",
        "bin": [
            "bin/behat"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Behat\\Behat": "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": [
            "BDD",
            "Behat",
            "Symfony2"
        ]
    }
]
