| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746 | {    "_readme": [        "This file locks the dependencies of your project to a known state",        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",        "This file is @generated automatically"    ],    "hash": "bb90182bd8d808a06ae4762518746ed3",    "packages": [],    "packages-dev": [        {            "name": "justinrainbow/json-schema",            "version": "1.3.7",            "source": {                "type": "git",                "url": "https://github.com/justinrainbow/json-schema.git",                "reference": "87b54b460febed69726c781ab67462084e97a105"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/87b54b460febed69726c781ab67462084e97a105",                "reference": "87b54b460febed69726c781ab67462084e97a105",                "shasum": ""            },            "require": {                "php": ">=5.3.0"            },            "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.4.x-dev"                }            },            "autoload": {                "psr-0": {                    "JsonSchema": "src/"                }            },            "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": "2014-08-25 02:48:14"        },        {            "name": "phpunit/php-code-coverage",            "version": "2.0.15",            "source": {                "type": "git",                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",                "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67",                "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",                "shasum": ""            },            "require": {                "php": ">=5.3.3",                "phpunit/php-file-iterator": "~1.3",                "phpunit/php-text-template": "~1.2",                "phpunit/php-token-stream": "~1.3",                "sebastian/environment": "~1.0",                "sebastian/version": "~1.0"            },            "require-dev": {                "ext-xdebug": ">=2.1.4",                "phpunit/phpunit": "~4"            },            "suggest": {                "ext-dom": "*",                "ext-xdebug": ">=2.2.1",                "ext-xmlwriter": "*"            },            "type": "library",            "extra": {                "branch-alias": {                    "dev-master": "2.0.x-dev"                }            },            "autoload": {                "classmap": [                    "src/"                ]            },            "notification-url": "https://packagist.org/downloads/",            "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"            ],            "time": "2015-01-24 10:06:35"        },        {            "name": "phpunit/php-file-iterator",            "version": "1.3.4",            "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"            },            "type": "library",            "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"            ],            "time": "2013-10-10 15:34:57"        },        {            "name": "phpunit/php-text-template",            "version": "1.2.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"            },            "type": "library",            "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"            ],            "time": "2014-01-30 17:20:04"        },        {            "name": "phpunit/php-timer",            "version": "1.0.5",            "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"            },            "type": "library",            "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"            ],            "time": "2013-08-02 07:42:54"        },        {            "name": "phpunit/php-token-stream",            "version": "1.4.0",            "source": {                "type": "git",                "url": "https://github.com/sebastianbergmann/php-token-stream.git",                "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",                "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",                "shasum": ""            },            "require": {                "ext-tokenizer": "*",                "php": ">=5.3.3"            },            "require-dev": {                "phpunit/phpunit": "~4.2"            },            "type": "library",            "extra": {                "branch-alias": {                    "dev-master": "1.4-dev"                }            },            "autoload": {                "classmap": [                    "src/"                ]            },            "notification-url": "https://packagist.org/downloads/",            "license": [                "BSD-3-Clause"            ],            "authors": [                {                    "name": "Sebastian Bergmann",                    "email": "sebastian@phpunit.de"                }            ],            "description": "Wrapper around PHP's tokenizer extension.",            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",            "keywords": [                "tokenizer"            ],            "time": "2015-01-17 09:51:32"        },        {            "name": "phpunit/phpunit",            "version": "4.0.0",            "source": {                "type": "git",                "url": "https://github.com/sebastianbergmann/phpunit.git",                "reference": "b3a7c58bc39f01577f89d63da1ec578e1e993f1a"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b3a7c58bc39f01577f89d63da1ec578e1e993f1a",                "reference": "b3a7c58bc39f01577f89d63da1ec578e1e993f1a",                "shasum": ""            },            "require": {                "ext-dom": "*",                "ext-pcre": "*",                "ext-reflection": "*",                "ext-spl": "*",                "php": ">=5.3.3",                "phpunit/php-code-coverage": ">=2.0.0,<2.1.0",                "phpunit/php-file-iterator": "~1.3.1",                "phpunit/php-text-template": "~1.2",                "phpunit/php-timer": "~1.0.2",                "phpunit/phpunit-mock-objects": ">=2.0.0,<2.1.0",                "sebastian/diff": "~1.1",                "sebastian/environment": "~1.0",                "sebastian/exporter": "~1.0.1",                "sebastian/version": "~1.0",                "symfony/yaml": "~2.0"            },            "suggest": {                "ext-json": "*",                "ext-simplexml": "*",                "ext-tokenizer": "*",                "phpunit/php-invoker": "~1.1"            },            "bin": [                "phpunit"            ],            "type": "library",            "extra": {                "branch-alias": {                    "dev-master": "4.0.x-dev"                }            },            "autoload": {                "classmap": [                    "src/"                ]            },            "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"            ],            "time": "2014-03-07 07:00:44"        },        {            "name": "phpunit/phpunit-mock-objects",            "version": "2.0.10",            "source": {                "type": "git",                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",                "reference": "e60bb929c50ae4237aaf680a4f6773f4ee17f0a2"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e60bb929c50ae4237aaf680a4f6773f4ee17f0a2",                "reference": "e60bb929c50ae4237aaf680a4f6773f4ee17f0a2",                "shasum": ""            },            "require": {                "php": ">=5.3.3",                "phpunit/php-text-template": "~1.2"            },            "require-dev": {                "phpunit/phpunit": ">=4.0.0,<4.1.0"            },            "suggest": {                "ext-soap": "*"            },            "type": "library",            "extra": {                "branch-alias": {                    "dev-master": "2.0.x-dev"                }            },            "autoload": {                "classmap": [                    "src/"                ]            },            "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"            ],            "time": "2014-06-12 07:19:48"        },        {            "name": "sebastian/diff",            "version": "1.2.0",            "source": {                "type": "git",                "url": "https://github.com/sebastianbergmann/diff.git",                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",                "shasum": ""            },            "require": {                "php": ">=5.3.3"            },            "require-dev": {                "phpunit/phpunit": "~4.2"            },            "type": "library",            "extra": {                "branch-alias": {                    "dev-master": "1.2-dev"                }            },            "autoload": {                "classmap": [                    "src/"                ]            },            "notification-url": "https://packagist.org/downloads/",            "license": [                "BSD-3-Clause"            ],            "authors": [                {                    "name": "Kore Nordmann",                    "email": "mail@kore-nordmann.de"                },                {                    "name": "Sebastian Bergmann",                    "email": "sebastian@phpunit.de"                }            ],            "description": "Diff implementation",            "homepage": "http://www.github.com/sebastianbergmann/diff",            "keywords": [                "diff"            ],            "time": "2014-08-15 10:29:00"        },        {            "name": "sebastian/environment",            "version": "1.2.1",            "source": {                "type": "git",                "url": "https://github.com/sebastianbergmann/environment.git",                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",                "shasum": ""            },            "require": {                "php": ">=5.3.3"            },            "require-dev": {                "phpunit/phpunit": "~4.3"            },            "type": "library",            "extra": {                "branch-alias": {                    "dev-master": "1.2.x-dev"                }            },            "autoload": {                "classmap": [                    "src/"                ]            },            "notification-url": "https://packagist.org/downloads/",            "license": [                "BSD-3-Clause"            ],            "authors": [                {                    "name": "Sebastian Bergmann",                    "email": "sebastian@phpunit.de"                }            ],            "description": "Provides functionality to handle HHVM/PHP environments",            "homepage": "http://www.github.com/sebastianbergmann/environment",            "keywords": [                "Xdebug",                "environment",                "hhvm"            ],            "time": "2014-10-25 08:00:45"        },        {            "name": "sebastian/exporter",            "version": "1.0.2",            "source": {                "type": "git",                "url": "https://github.com/sebastianbergmann/exporter.git",                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",                "shasum": ""            },            "require": {                "php": ">=5.3.3"            },            "require-dev": {                "phpunit/phpunit": "~4.0"            },            "type": "library",            "extra": {                "branch-alias": {                    "dev-master": "1.0.x-dev"                }            },            "autoload": {                "classmap": [                    "src/"                ]            },            "notification-url": "https://packagist.org/downloads/",            "license": [                "BSD-3-Clause"            ],            "authors": [                {                    "name": "Jeff Welch",                    "email": "whatthejeff@gmail.com"                },                {                    "name": "Volker Dusch",                    "email": "github@wallbash.com"                },                {                    "name": "Bernhard Schussek",                    "email": "bschussek@2bepublished.at"                },                {                    "name": "Sebastian Bergmann",                    "email": "sebastian@phpunit.de"                },                {                    "name": "Adam Harvey",                    "email": "aharvey@php.net"                }            ],            "description": "Provides the functionality to export PHP variables for visualization",            "homepage": "http://www.github.com/sebastianbergmann/exporter",            "keywords": [                "export",                "exporter"            ],            "time": "2014-09-10 00:51:36"        },        {            "name": "sebastian/version",            "version": "1.0.4",            "source": {                "type": "git",                "url": "https://github.com/sebastianbergmann/version.git",                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",                "shasum": ""            },            "type": "library",            "autoload": {                "classmap": [                    "src/"                ]            },            "notification-url": "https://packagist.org/downloads/",            "license": [                "BSD-3-Clause"            ],            "authors": [                {                    "name": "Sebastian Bergmann",                    "email": "sebastian@phpunit.de",                    "role": "lead"                }            ],            "description": "Library that helps with managing the version number of Git-hosted PHP projects",            "homepage": "https://github.com/sebastianbergmann/version",            "time": "2014-12-15 14:25:24"        },        {            "name": "soundasleep/component-tests",            "version": "dev-master",            "source": {                "type": "git",                "url": "https://github.com/soundasleep/component-tests.git",                "reference": "c1e9e6608ef41452b35d68a7057ea7add77ccd36"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/soundasleep/component-tests/zipball/c1e9e6608ef41452b35d68a7057ea7add77ccd36",                "reference": "c1e9e6608ef41452b35d68a7057ea7add77ccd36",                "shasum": ""            },            "require": {                "justinrainbow/json-schema": "~1.3",                "phpunit/phpunit": "4.0"            },            "type": "library",            "autoload": {                "psr-4": {                    "ComponentTests\\": "src"                }            },            "notification-url": "https://packagist.org/downloads/",            "description": "Common Composer and PHP component lint and validation tests",            "time": "2015-03-18 02:30:24"        },        {            "name": "symfony/yaml",            "version": "v2.6.5",            "target-dir": "Symfony/Component/Yaml",            "source": {                "type": "git",                "url": "https://github.com/symfony/Yaml.git",                "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d"            },            "dist": {                "type": "zip",                "url": "https://api.github.com/repos/symfony/Yaml/zipball/0cd8e72071e46e15fc072270ae39ea1b66b10a9d",                "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d",                "shasum": ""            },            "require": {                "php": ">=5.3.3"            },            "require-dev": {                "symfony/phpunit-bridge": "~2.7"            },            "type": "library",            "extra": {                "branch-alias": {                    "dev-master": "2.6-dev"                }            },            "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",            "time": "2015-03-12 10:28:44"        }    ],    "aliases": [],    "minimum-stability": "stable",    "stability-flags": {        "soundasleep/component-tests": 20    },    "prefer-stable": false,    "prefer-lowest": false,    "platform": {        "php": ">=5.3.2",        "ext-dom": "*",        "ext-libxml": "*"    },    "platform-dev": []}
 |