Current File : /home/jvzmxxx/wiki1/composer.lock
{
    "_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"
    ],
    "content-hash": "19b7dd3eb7b10658421642956a76b4e8",
    "packages": [
        {
            "name": "composer/installers",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "d78064c68299743e0161004f2de3a0204e33b804"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804",
                "reference": "d78064c68299743e0161004f2de3a0204e33b804",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0"
            },
            "replace": {
                "roundcube/plugin-installer": "*",
                "shama/baton": "*"
            },
            "require-dev": {
                "composer/composer": "1.0.*@dev",
                "phpunit/phpunit": "4.1.*"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Craft",
                "Dolibarr",
                "Hurad",
                "ImageCMS",
                "MODX Evo",
                "Mautic",
                "OXID",
                "Plentymarkets",
                "RadPHP",
                "SMF",
                "Thelia",
                "WolfCMS",
                "agl",
                "aimeos",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "joomla",
                "kohana",
                "laravel",
                "lithium",
                "magento",
                "mako",
                "mediawiki",
                "modulework",
                "moodle",
                "phpbb",
                "piwik",
                "ppi",
                "puppet",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "symfony",
                "typo3",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "time": "2016-08-13T20:53:52+00:00"
        },
        {
            "name": "composer/semver",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
                "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-08-30T16:08:34+00:00"
        },
        {
            "name": "cssjanus/cssjanus",
            "version": "v1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/cssjanus/php-cssjanus.git",
                "reference": "b7efe237794856acec641cb82dcd6613c1aba2b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cssjanus/php-cssjanus/zipball/b7efe237794856acec641cb82dcd6613c1aba2b4",
                "reference": "b7efe237794856acec641cb82dcd6613c1aba2b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.8.*",
                "phpunit/phpunit": "3.7.*",
                "squizlabs/php_codesniffer": "2.3.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Convert CSS stylesheets between left-to-right and right-to-left.",
            "time": "2015-06-15T17:20:16+00:00"
        },
        {
            "name": "data-values/common",
            "version": "0.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/DataValues/Common.git",
                "reference": "5d9d4bf902427a2a798ca273480f7dad825c72b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DataValues/Common/zipball/5d9d4bf902427a2a798ca273480f7dad825c72b5",
                "reference": "5d9d4bf902427a2a798ca273480f7dad825c72b5",
                "shasum": ""
            },
            "require": {
                "data-values/data-values": "~1.0|~0.1",
                "data-values/interfaces": "~0.2.0|^0.1.5",
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.3.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "Common.php"
                ],
                "psr-4": {
                    "DataValues\\": "src/DataValues/",
                    "ValueFormatters\\": "src/ValueFormatters/",
                    "ValueParsers\\": "src/ValueParsers/"
                },
                "classmap": [
                    "tests/ValueParsers"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                }
            ],
            "description": "Contains common implementations of the interfaces defined by DataValuesInterfaces",
            "homepage": "https://github.com/DataValues/Common",
            "keywords": [
                "datavalues",
                "valueformatters",
                "valueparsers",
                "valuevalidators",
                "wikidata"
            ],
            "time": "2015-08-14T10:15:07+00:00"
        },
        {
            "name": "data-values/data-values",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/DataValues/DataValues.git",
                "reference": "de2b9abdbc26c4c393b25aa621619dfe3fc10fdc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DataValues/DataValues/zipball/de2b9abdbc26c4c393b25aa621619dfe3fc10fdc",
                "reference": "de2b9abdbc26c4c393b25aa621619dfe3fc10fdc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "replace": {
                "mediawiki/data-values": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "DataValues.php"
                ],
                "classmap": [
                    "src/interfaces",
                    "tests/phpunit/DataValueTest.php"
                ],
                "psr-0": {
                    "DataValues\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                }
            ],
            "description": "Defines the DataValue interface and some trivial implementations",
            "homepage": "https://github.com/DataValues/DataValues",
            "keywords": [
                "datavalues",
                "wikibase",
                "wikidata"
            ],
            "time": "2014-09-26T07:02:27+00:00"
        },
        {
            "name": "data-values/geo",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/DataValues/Geo.git",
                "reference": "b0c635635cf3e25aed8d1d1000e50f893bd3d91c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DataValues/Geo/zipball/b0c635635cf3e25aed8d1d1000e50f893bd3d91c",
                "reference": "b0c635635cf3e25aed8d1d1000e50f893bd3d91c",
                "shasum": ""
            },
            "require": {
                "data-values/common": "~0.3.0|~0.2.0",
                "data-values/data-values": "~1.0|~0.1",
                "data-values/interfaces": "~0.2.0|~0.1.5",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "~0.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "Geo.php"
                ],
                "psr-4": {
                    "DataValues\\Geo\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                },
                {
                    "name": "The Wikidata team",
                    "role": "Developer"
                }
            ],
            "description": "Geographical value objects, parsers and formatters",
            "homepage": "https://github.com/DataValues/Geo",
            "keywords": [
                "datavalues",
                "formatters",
                "geo",
                "geographical",
                "latlong",
                "parsers",
                "wikidata"
            ],
            "time": "2016-11-11T19:17:21+00:00"
        },
        {
            "name": "data-values/interfaces",
            "version": "0.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/DataValues/Interfaces.git",
                "reference": "aca19f44a3ea23efc5172ee9cb33a8f297b1ad43"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DataValues/Interfaces/zipball/aca19f44a3ea23efc5172ee9cb33a8f297b1ad43",
                "reference": "aca19f44a3ea23efc5172ee9cb33a8f297b1ad43",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Interfaces.php"
                ],
                "psr-4": {
                    "ValueFormatters\\": "src/ValueFormatters/",
                    "ValueParsers\\": "src/ValueParsers/",
                    "ValueValidators\\": "src/ValueValidators/"
                },
                "classmap": [
                    "tests/ValueFormatters/ValueFormatterTestBase.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                }
            ],
            "description": "Defines interfaces for ValueParsers, ValueFormatters and ValueValidators",
            "homepage": "https://github.com/DataValues/Interfaces",
            "keywords": [
                "datavalues",
                "valueformatters",
                "valueparsers",
                "valuevalidators",
                "wikidata"
            ],
            "time": "2016-07-15T10:58:24+00:00"
        },
        {
            "name": "data-values/validators",
            "version": "0.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/DataValues/Validators.git",
                "reference": "726f54fdc6bf58aa4f5405ae3d9c3f2b0f916141"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DataValues/Validators/zipball/726f54fdc6bf58aa4f5405ae3d9c3f2b0f916141",
                "reference": "726f54fdc6bf58aa4f5405ae3d9c3f2b0f916141",
                "shasum": ""
            },
            "require": {
                "data-values/data-values": "~1.0|~0.1",
                "data-values/interfaces": "~0.1",
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "Validators.php"
                ],
                "psr-4": {
                    "ValueValidators\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                },
                {
                    "name": "The Wikidata team",
                    "role": "Developer"
                }
            ],
            "description": "Common ValueValidator implementations",
            "homepage": "https://github.com/DataValues/Validators",
            "keywords": [
                "datavalues",
                "validation",
                "validators",
                "valueformatters",
                "valueparsers",
                "wikidata"
            ],
            "time": "2014-10-09T19:10:23+00:00"
        },
        {
            "name": "jeroen/file-fetcher",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/JeroenDeDauw/FileFetcher.git",
                "reference": "818da8261c256aac137f000cabbe59bd4c348a44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JeroenDeDauw/FileFetcher/zipball/818da8261c256aac137f000cabbe59bd4c348a44",
                "reference": "818da8261c256aac137f000cabbe59bd4c348a44",
                "shasum": ""
            },
            "require": {
                "jeroen/simple-cache": "~2.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "ockcyp/covers-validator": "~0.4",
                "phpmd/phpmd": "~2.1",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FileFetcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                }
            ],
            "description": "Simple file fetching interface",
            "homepage": "https://github.com/JeroenDeDauw/FileFetcher",
            "keywords": [
                "cache",
                "curl",
                "file fetcher",
                "file_get_contents",
                "wget"
            ],
            "time": "2016-01-07T21:17:42+00:00"
        },
        {
            "name": "jeroen/simple-cache",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/JeroenDeDauw/SimpleCache.git",
                "reference": "159a72cf2ba7b7506495914d294d9e423700bd54"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JeroenDeDauw/SimpleCache/zipball/159a72cf2ba7b7506495914d294d9e423700bd54",
                "reference": "159a72cf2ba7b7506495914d294d9e423700bd54",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "replace": {
                "jeroen-de-dauw/simple-cache": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                }
            ],
            "description": "Small library defining a minimalistic caching interface and provides some basic implementations",
            "homepage": "https://github.com/JeroenDeDauw/SimpleCache",
            "keywords": [
                "cache",
                "simplecache"
            ],
            "time": "2014-08-19T00:36:41+00:00"
        },
        {
            "name": "liuggio/statsd-php-client",
            "version": "v1.0.18",
            "source": {
                "type": "git",
                "url": "https://github.com/liuggio/statsd-php-client.git",
                "reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/liuggio/statsd-php-client/zipball/c42e6d6687b7b2d7683186ec7f4f03351cc3dbca",
                "reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "monolog/monolog": ">=1.2.0",
                "phpunit/phpunit": "^4.7"
            },
            "suggest": {
                "monolog/monolog": "Monolog, in order to do generate statistic from log >=1.2.0)"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Liuggio": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Giulio De Donato",
                    "email": "liuggio@gmail.com"
                }
            ],
            "description": "Statsd (Object Oriented) client library for PHP",
            "homepage": "https://github.com/liuggio/statsd-php-client/",
            "keywords": [
                "etsy",
                "monitoring",
                "php",
                "statsd"
            ],
            "time": "2015-07-23T23:12:45+00:00"
        },
        {
            "name": "mediawiki/at-ease",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/at-ease.git",
                "reference": "94c0b84888841d160419f915c2745d9d08fbf0c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/94c0b84888841d160419f915c2745d9d08fbf0c3",
                "reference": "94c0b84888841d160419f915c2745d9d08fbf0c3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9",
                "mediawiki/mediawiki-codesniffer": "0.3.0",
                "phpunit/phpunit": "~4.5",
                "squizlabs/php_codesniffer": "2.3.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "MediaWiki developers",
                    "email": "wikitech-l@lists.wikimedia.org"
                }
            ],
            "description": "Safe replacement to @ for suppressing warnings.",
            "homepage": "https://www.mediawiki.org/wiki/at-ease",
            "time": "2015-09-18T07:02:06+00:00"
        },
        {
            "name": "mediawiki/maps",
            "version": "4.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/JeroenDeDauw/Maps.git",
                "reference": "9f59f5a91c67b2ed05e3f3c729512de4dcde15f0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JeroenDeDauw/Maps/zipball/9f59f5a91c67b2ed05e3f3c729512de4dcde15f0",
                "reference": "9f59f5a91c67b2ed05e3f3c729512de4dcde15f0",
                "shasum": ""
            },
            "require": {
                "composer/installers": "^1.0.1",
                "data-values/geo": "~1.0",
                "jeroen/file-fetcher": "~3.1",
                "jeroen/simple-cache": "~2.0",
                "mediawiki/validator": "~2.2",
                "php": ">=5.5"
            },
            "replace": {
                "mediawiki/semantic-maps": "*"
            },
            "require-dev": {
                "data-values/common": "~0.3.1",
                "phpunit/phpunit": "~3.7"
            },
            "suggest": {
                "mediawiki/semantic-media-wiki": "Add, edit, aggregate and visualize structured coordinate data stored with Semantic MediaWiki"
            },
            "type": "mediawiki-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "Maps.php"
                ],
                "psr-4": {
                    "Maps\\": "src/"
                },
                "classmap": [
                    "includes/",
                    "Maps.hooks.php",
                    "SemanticMaps/src/",
                    "SemanticMaps/SemanticMaps.hooks.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Creator and lead developer"
                }
            ],
            "description": "Adds various mapping features to MediaWiki",
            "homepage": "https://github.com/JeroenDeDauw/Maps",
            "keywords": [
                "OpenLayers",
                "OpenStreetMap",
                "Semantic Maps",
                "Semantic MediaWiki",
                "geocode",
                "geocoding",
                "google maps",
                "leaflet",
                "maps",
                "mediawiki",
                "osm"
            ],
            "time": "2016-11-18T18:21:38+00:00"
        },
        {
            "name": "mediawiki/validator",
            "version": "2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/JeroenDeDauw/Validator.git",
                "reference": "04ad7a2f6c982b291dcbaa166f2ce90505da6401"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JeroenDeDauw/Validator/zipball/04ad7a2f6c982b291dcbaa166f2ce90505da6401",
                "reference": "04ad7a2f6c982b291dcbaa166f2ce90505da6401",
                "shasum": ""
            },
            "require": {
                "param-processor/param-processor": "~1.1",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "data-values/common": "~0.3.1"
            },
            "type": "mediawiki-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "Validator.php"
                ],
                "psr-4": {
                    "ParamProcessor\\": "src/ParamProcessor/"
                },
                "classmap": [
                    "src/legacy/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                }
            ],
            "description": "MediaWiki wrapper for the ParamProcessor library",
            "homepage": "https://github.com/JeroenDeDauw/Validator",
            "keywords": [
                "ParamProcessor",
                "SMW",
                "Semantic MediaWiki",
                "mediawiki",
                "validator"
            ],
            "time": "2016-10-10T08:33:58+00:00"
        },
        {
            "name": "oojs/oojs-ui",
            "version": "v0.17.10",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/oojs-ui.git",
                "reference": "e4ba87bf92499538128363ffc0213c4055396782"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/e4ba87bf92499538128363ffc0213c4055396782",
                "reference": "e4ba87bf92499538128363ffc0213c4055396782",
                "shasum": ""
            },
            "require": {
                "mediawiki/at-ease": "1.1.0",
                "php": ">=5.5.9"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "mediawiki/mediawiki-codesniffer": "0.6.0",
                "phpunit/phpunit": "4.8.21"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "php/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Timo Tijhof",
                    "email": "krinklemail@gmail.com"
                },
                {
                    "name": "Bartosz Dziewoński",
                    "email": "matma.rex@gmail.com"
                },
                {
                    "name": "Ed Sanders",
                    "email": "esanders@wikimedia.org"
                },
                {
                    "name": "James D. Forrester",
                    "email": "jforrester@wikimedia.org"
                },
                {
                    "name": "Kirsten Menger-Anderson",
                    "email": "kmenger@wikimedia.org"
                },
                {
                    "name": "Rob Moen",
                    "email": "rmoen@wikimedia.org"
                },
                {
                    "name": "Roan Kattouw",
                    "email": "roan@wikimedia.org"
                },
                {
                    "name": "Trevor Parscal",
                    "email": "trevor@wikimedia.org"
                },
                {
                    "name": "Kunal Mehta",
                    "email": "legoktm@gmail.com"
                },
                {
                    "name": "Prateek Saxena",
                    "email": "prtksxna@gmail.com"
                }
            ],
            "description": "Provides library of common widgets, layouts, and windows.",
            "homepage": "https://www.mediawiki.org/wiki/OOjs_UI",
            "time": "2016-10-03T18:37:58+00:00"
        },
        {
            "name": "oyejorge/less.php",
            "version": "v1.7.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/oyejorge/less.php.git",
                "reference": "a1e2d3c20794b37ac4d0baeb24613e579584033b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/a1e2d3c20794b37ac4d0baeb24613e579584033b",
                "reference": "a1e2d3c20794b37ac4d0baeb24613e579584033b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.18"
            },
            "bin": [
                "bin/lessc"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Less": "lib/"
                },
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Matt Agar",
                    "homepage": "https://github.com/agar"
                },
                {
                    "name": "Martin Jantošovič",
                    "homepage": "https://github.com/Mordred"
                },
                {
                    "name": "Josh Schmidt",
                    "homepage": "https://github.com/oyejorge"
                }
            ],
            "description": "PHP port of the Javascript version of LESS http://lesscss.org",
            "homepage": "http://lessphp.gpeasy.com",
            "keywords": [
                "css",
                "less",
                "less.js",
                "lesscss",
                "php",
                "stylesheet"
            ],
            "time": "2015-12-30T05:47:36+00:00"
        },
        {
            "name": "param-processor/param-processor",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/JeroenDeDauw/ParamProcessor.git",
                "reference": "36979aa99b9010088998f1db891636ce98ad33f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JeroenDeDauw/ParamProcessor/zipball/36979aa99b9010088998f1db891636ce98ad33f7",
                "reference": "36979aa99b9010088998f1db891636ce98ad33f7",
                "shasum": ""
            },
            "require": {
                "data-values/common": "~0.3.0|~0.2.2",
                "data-values/data-values": "~1.0|~0.1.1",
                "data-values/interfaces": "~0.2.0|~0.1.4",
                "data-values/validators": "~0.1.1",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "ockcyp/covers-validator": "~0.4",
                "phpmd/phpmd": "~2.1",
                "phpunit/phpunit": "~5.4",
                "squizlabs/php_codesniffer": "~2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "ParamProcessor\\": "src"
                },
                "classmap": [
                    "tests/phpunit/Definitions/ParamDefinitionTest.php",
                    "tests/phpunit/Definitions/NumericParamTest.php"
                ],
                "files": [
                    "DefaultConfig.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeroen De Dauw",
                    "email": "jeroendedauw@gmail.com",
                    "homepage": "http://jeroendedauw.com",
                    "role": "Developer"
                }
            ],
            "description": "Parameter processing library",
            "homepage": "https://github.com/JeroenDeDauw/ParamProcessor",
            "keywords": [
                "ParamProcessor",
                "SMW",
                "Semantic MediaWiki",
                "mediawiki",
                "validator"
            ],
            "time": "2016-09-21T02:42:06+00:00"
        },
        {
            "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-21T11:40:51+00:00"
        },
        {
            "name": "wikimedia/assert",
            "version": "v0.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/Assert.git",
                "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/Assert/zipball/2da55927525975f8d52825fc3ee02e5e36f5036c",
                "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Assert\\": "src/",
                    "Wikimedia\\Assert\\Test\\": "tests/phpunit/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Kinzler"
                }
            ],
            "description": "Provides runtime assertions",
            "homepage": "https://github.com/wmde/Assert",
            "keywords": [
                "assert",
                "assertions",
                "php",
                "postcondition",
                "precondition",
                "qa"
            ],
            "time": "2015-04-29T17:23:50+00:00"
        },
        {
            "name": "wikimedia/base-convert",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/base-convert.git",
                "reference": "2948df323875fb4ef952cda49ac03a6b39708997"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/base-convert/zipball/2948df323875fb4ef952cda49ac03a6b39708997",
                "reference": "2948df323875fb4ef952cda49ac03a6b39708997",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.0",
                "mediawiki/mediawiki-codesniffer": "0.5.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brion Vibber",
                    "email": "bvibber@wikimedia.org"
                },
                {
                    "name": "Tyler Romeo",
                    "email": "tylerromeo@gmail.com"
                }
            ],
            "description": "Convert an arbitrarily-long string from one numeric base to another, optionally zero-padding to a minimum column width.",
            "homepage": "https://www.mediawiki.org/wiki/base_convert",
            "time": "2015-10-29T22:19:02+00:00"
        },
        {
            "name": "wikimedia/cdb",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/cdb.git",
                "reference": "d49d96232f045311dc1f21bf0d7e40adf82a1f1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/cdb/zipball/d49d96232f045311dc1f21bf0d7e40adf82a1f1d",
                "reference": "d49d96232f045311dc1f21bf0d7e40adf82a1f1d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9",
                "mediawiki/mediawiki-codesniffer": "0.5.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Daniel Kinzler"
                },
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "Chad Horohoe",
                    "email": "chad@wikimedia.org"
                },
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                }
            ],
            "description": "Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.",
            "homepage": "https://www.mediawiki.org/wiki/CDB",
            "time": "2016-05-29T07:39:26+00:00"
        },
        {
            "name": "wikimedia/cldr-plural-rule-parser",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/CLDRPluralRuleParser.git",
                "reference": "2b623a411b1a8efa4363e9fda9da496ab83a5d69"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/CLDRPluralRuleParser/zipball/2b623a411b1a8efa4363e9fda9da496ab83a5d69",
                "reference": "2b623a411b1a8efa4363e9fda9da496ab83a5d69",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "^0.3.0.0",
                "phpunit/phpunit": "^4.7.7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "CLDRPluralRuleParser\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "Niklas Laxström",
                    "email": "niklas.laxstrom@gmail.com"
                }
            ],
            "description": "Evaluates plural rules specified in the CLDR project notation.",
            "homepage": "https://www.mediawiki.org/wiki/CLDRPluralRuleParser",
            "time": "2015-08-28T17:03:03+00:00"
        },
        {
            "name": "wikimedia/composer-merge-plugin",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/composer-merge-plugin.git",
                "reference": "0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4",
                "reference": "0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "composer/composer": "1.0.*@dev",
                "jakub-onderka/php-parallel-lint": "~0.8",
                "phpunit/phpunit": "~4.8|~5.0",
                "squizlabs/php_codesniffer": "~2.1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                },
                "class": "Wikimedia\\Composer\\MergePlugin"
            },
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bryan Davis",
                    "email": "bd808@wikimedia.org"
                }
            ],
            "description": "Composer plugin to merge multiple composer.json files",
            "time": "2016-03-08T17:11:37+00:00"
        },
        {
            "name": "wikimedia/html-formatter",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/HtmlFormatter.git",
                "reference": "60069c2fb5e4f034e7025089cc4a1023b810d197"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/HtmlFormatter/zipball/60069c2fb5e4f034e7025089cc4a1023b810d197",
                "reference": "60069c2fb5e4f034e7025089cc4a1023b810d197",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.5"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "mediawiki/mediawiki-codesniffer": "0.5.1",
                "phpunit/phpunit": "4.7.2"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "MediaWiki contributors"
                }
            ],
            "description": "Performs transformations of HTML by wrapping around libxml2 and working around its countless bugs.",
            "homepage": "https://www.mediawiki.org/wiki/HtmlFormatter",
            "time": "2016-04-07T21:25:47+00:00"
        },
        {
            "name": "wikimedia/ip-set",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/IPSet.git",
                "reference": "b71a3834b42e2bcb2d9fa037abbb654e82117a01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/IPSet/zipball/b71a3834b42e2bcb2d9fa037abbb654e82117a01",
                "reference": "b71a3834b42e2bcb2d9fa037abbb654e82117a01",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "mediawiki/mediawiki-codesniffer": "0.5.1",
                "phpunit/phpunit": "4.7.2"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brandon Black",
                    "email": "blblack@gmail.com"
                }
            ],
            "description": "Efficiently match IP addresses against a set of CIDR specifications.",
            "homepage": "https://github.com/wikimedia/IPSet",
            "time": "2016-02-12T15:19:10+00:00"
        },
        {
            "name": "wikimedia/php-session-serializer",
            "version": "v1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/php-session-serializer.git",
                "reference": "4474af7aa8f0b20aa141c33eb4ad068a1c7d5b8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/php-session-serializer/zipball/4474af7aa8f0b20aa141c33eb4ad068a1c7d5b8c",
                "reference": "4474af7aa8f0b20aa141c33eb4ad068a1c7d5b8c",
                "shasum": ""
            },
            "require": {
                "mediawiki/at-ease": "^1.0",
                "php": ">=5.3.3",
                "psr/log": "^1.0"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "0.5.0",
                "phpunit/phpunit": "~4.5"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brad Jorsch",
                    "email": "bjorsch@wikimedia.org"
                }
            ],
            "description": "Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION",
            "homepage": "https://www.mediawiki.org/wiki/Php-session-serializer",
            "time": "2016-10-01T13:19:49+00:00"
        },
        {
            "name": "wikimedia/relpath",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/RelPath.git",
                "reference": "ee38e19f3b059e5cec8863b03e35a451b8f35106"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/RelPath/zipball/ee38e19f3b059e5cec8863b03e35a451b8f35106",
                "reference": "ee38e19f3b059e5cec8863b03e35a451b8f35106",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "^0.4.0.0",
                "phpunit/phpunit": "^4.8.9.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/RelPath.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                }
            ],
            "description": "Compute a relative filepath between two paths.",
            "homepage": "https://www.mediawiki.org/wiki/RelPath",
            "time": "2015-09-29T21:17:03+00:00"
        },
        {
            "name": "wikimedia/running-stat",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/RunningStat.git",
                "reference": "9d7170d3eeb6f418b9f0266b2bbe6e4681ab73dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/RunningStat/zipball/9d7170d3eeb6f418b9f0266b2bbe6e4681ab73dd",
                "reference": "9d7170d3eeb6f418b9f0266b2bbe6e4681ab73dd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "^0.5.0.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                }
            ],
            "description": "PHP implementations of online statistical algorithms",
            "homepage": "https://www.mediawiki.org/wiki/RunningStat",
            "time": "2015-10-28T22:29:15+00:00"
        },
        {
            "name": "wikimedia/scoped-callback",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/ScopedCallback.git",
                "reference": "73985f15be3edb7b823db31f367b780769378d2b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/ScopedCallback/zipball/73985f15be3edb7b823db31f367b780769378d2b",
                "reference": "73985f15be3edb7b823db31f367b780769378d2b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "mediawiki/mediawiki-codesniffer": "0.7.2",
                "phpunit/phpunit": "4.8.27"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Aaron Schulz",
                    "email": "aschulz@wikimedia.org"
                }
            ],
            "description": "Class for asserting that a callback happens when a dummy object leaves scope",
            "homepage": "https://www.mediawiki.org/wiki/ScopedCallback",
            "time": "2016-09-29T07:03:03+00:00"
        },
        {
            "name": "wikimedia/utfnormal",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/utfnormal.git",
                "reference": "32f838c175ddefd0fdbe09e15b919d166ed5b39f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/utfnormal/zipball/32f838c175ddefd0fdbe09e15b919d166ed5b39f",
                "reference": "32f838c175ddefd0fdbe09e15b919d166ed5b39f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "jakub-onderka/php-parallel-lint": "0.9.*",
                "mediawiki/mediawiki-codesniffer": "0.4.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brion Vibber",
                    "email": "bvibber@wikimedia.org"
                }
            ],
            "description": "Contains Unicode normalization routines, including both pure PHP implementations and automatic use of the 'intl' PHP extension when present",
            "homepage": "https://www.mediawiki.org/wiki/utfnormal",
            "time": "2016-05-24T13:13:30+00:00"
        },
        {
            "name": "wikimedia/wait-condition-loop",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/WaitConditionLoop.git",
                "reference": "0321b8ca6a0f701f96e04e5e8e6d3e244ab05338"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/WaitConditionLoop/zipball/0321b8ca6a0f701f96e04e5e8e6d3e244ab05338",
                "reference": "0321b8ca6a0f701f96e04e5e8e6d3e244ab05338",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "mediawiki/mediawiki-codesniffer": "0.7.2",
                "phpunit/phpunit": "4.8.24"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Aaron Schulz",
                    "email": "aschulz@wikimedia.org"
                }
            ],
            "description": "Wait loop that reaches a condition or times out",
            "homepage": "https://www.mediawiki.org/wiki/WaitConditionLoop",
            "time": "2016-10-01T06:58:30+00:00"
        },
        {
            "name": "wikimedia/wrappedstring",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/WrappedString.git",
                "reference": "738a89411fec30cb381b88905cacbcbe082db6a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/WrappedString/zipball/738a89411fec30cb381b88905cacbcbe082db6a9",
                "reference": "738a89411fec30cb381b88905cacbcbe082db6a9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9.0.0",
                "mediawiki/mediawiki-codesniffer": "0.4.0",
                "phpunit/phpunit": "^4.7.7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WrappedString\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Timo Tijhof",
                    "email": "krinklemail@gmail.com"
                }
            ],
            "description": "Automatically compact sequentially-outputted strings that share a common prefix / suffix pair.",
            "homepage": "https://www.mediawiki.org/wiki/WrappedString",
            "time": "2016-07-21T00:41:10+00:00"
        },
        {
            "name": "zordius/lightncandy",
            "version": "v0.23",
            "source": {
                "type": "git",
                "url": "https://github.com/zordius/lightncandy.git",
                "reference": "5753dec40ddaf8b5c70a1837bf0ff4d8e8647506"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zordius/lightncandy/zipball/5753dec40ddaf8b5c70a1837bf0ff4d8e8647506",
                "reference": "5753dec40ddaf8b5c70a1837bf0ff4d8e8647506",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.0.17"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/lightncandy.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Zordius Chen",
                    "email": "zordius@yahoo-inc.com"
                }
            ],
            "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
            "homepage": "https://github.com/zordius/lightncandy",
            "keywords": [
                "handlebars",
                "logicless",
                "mustache",
                "php",
                "template"
            ],
            "time": "2015-11-05T07:14:57+00:00"
        }
    ],
    "packages-dev": [
        {
            "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-04T12:27:30+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3,<8.0-DEV"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2015-06-14T21:17:01+00:00"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "time": "2015-07-22T18:31:08+00:00"
        },
        {
            "name": "jakub-onderka/php-parallel-lint",
            "version": "v0.9.2",
            "source": {
                "type": "git",
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "~0.3",
                "nette/tester": "~1.3"
            },
            "suggest": {
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
            },
            "bin": [
                "parallel-lint"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "./"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jakub Onderka",
                    "email": "jakub.onderka@gmail.com"
                }
            ],
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
            "time": "2015-12-15T10:42:16+00:00"
        },
        {
            "name": "james-heinrich/getid3",
            "version": "v1.9.12",
            "source": {
                "type": "git",
                "url": "https://github.com/JamesHeinrich/getID3.git",
                "reference": "41c05612d532d30f07680cad3a4a6efbec7fc7f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/41c05612d532d30f07680cad3a4a6efbec7fc7f5",
                "reference": "41c05612d532d30f07680cad3a4a6efbec7fc7f5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "getid3/getid3.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL"
            ],
            "description": "PHP script that extracts useful information from popular multimedia file formats",
            "homepage": "http://www.getid3.org/",
            "keywords": [
                "codecs",
                "php",
                "tags"
            ],
            "time": "2016-03-02T13:13:30+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "2128f9de8be4600c3394d94c3918faf67157b76b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2128f9de8be4600c3394d94c3918faf67157b76b",
                "reference": "2128f9de8be4600c3394d94c3918faf67157b76b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpdocumentor/phpdocumentor": "~2",
                "phpunit/phpunit": "^4.8.22"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "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-08-26T12:45:49+00:00"
        },
        {
            "name": "mediawiki/mediawiki-codesniffer",
            "version": "v0.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-tools-codesniffer.git",
                "reference": "6b713bcbb9c20a3bdad76f9477458c9b4ae0773b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-tools-codesniffer/zipball/6b713bcbb9c20a3bdad76f9477458c9b4ae0773b",
                "reference": "6b713bcbb9c20a3bdad76f9477458c9b4ae0773b",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.5.9",
                "squizlabs/php_codesniffer": "2.6.0"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.*",
                "mikey179/vfsstream": "~1.6",
                "phpunit/phpunit": "~4.1"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "description": "MediaWiki CodeSniffer Standards",
            "homepage": "https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP",
            "keywords": [
                "codesniffer",
                "mediawiki"
            ],
            "time": "2016-05-28T01:08:59+00:00"
        },
        {
            "name": "monolog/monolog",
            "version": "1.18.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "064b38c16790249488e7a8b987acf1c9d7383c09"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/064b38c16790249488e7a8b987acf1c9d7383c09",
                "reference": "064b38c16790249488e7a8b987acf1c9d7383c09",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "jakub-onderka/php-parallel-lint": "0.9",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "raven/raven": "^0.13",
                "ruflin/elastica": ">=0.90 <3.0",
                "swiftmailer/swiftmailer": "~5.3"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "raven/raven": "Allow sending log messages to a Sentry server",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "time": "2016-04-02T13:12:58+00:00"
        },
        {
            "name": "nikic/php-parser",
            "version": "v2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "time": "2016-04-19T13:41:41+00:00"
        },
        {
            "name": "nmred/kafka-php",
            "version": "v0.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/nmred/kafka-php.git",
                "reference": "317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nmred/kafka-php/zipball/317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb",
                "reference": "317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpcov": "*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Kafka\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Kafka client for php",
            "homepage": "http://www.swanlinux.net",
            "keywords": [
                "client",
                "kafka"
            ],
            "time": "2015-12-02T12:06:23+00:00"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Getopt.git",
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net",
                    "role": "Helper"
                },
                {
                    "name": "Andrei Zmievski",
                    "email": "andrei@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Developer"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
            "time": "2015-07-20T20:28:12+00:00"
        },
        {
            "name": "pear/mail",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Mail.git",
                "reference": "8a7305cb507b460e03e55e0ac84c67c8358c9b44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Mail/zipball/8a7305cb507b460e03e55e0ac84c67c8358c9b44",
                "reference": "8a7305cb507b460e03e55e0ac84c67c8358c9b44",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "*",
                "php": ">=5.2.1"
            },
            "require-dev": {
                "pear/pear": "*"
            },
            "suggest": {
                "pear/net_smtp": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mail": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Richard Heyes",
                    "email": "richard@phpguru.org",
                    "role": "Developer"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@alec.pl",
                    "role": "Developer"
                }
            ],
            "description": "Class that provides multiple interfaces for sending emails.",
            "homepage": "http://pear.php.net/package/Mail",
            "time": "2016-01-31T21:32:18+00:00"
        },
        {
            "name": "pear/mail_mime",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Mail_Mime.git",
                "reference": "e071727cf41a4b85ecc1de210ed4fd7f4f8d1ec4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/e071727cf41a4b85ecc1de210ed4fd7f4f8d1ec4",
                "reference": "e071727cf41a4b85ecc1de210ed4fd7f4f8d1ec4",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mail": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD Style"
            ],
            "authors": [
                {
                    "name": "Cipriano Groenendal",
                    "email": "cipri@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Mail_Mime provides classes to create MIME messages",
            "homepage": "http://pear.php.net/package/Mail_Mime",
            "time": "2015-09-13T12:42:41+00:00"
        },
        {
            "name": "pear/mail_mime-decode",
            "version": "1.5.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/dreamfactorysoftware/Mail_mimeDecode.git",
                "reference": "a53c1ce051b212e23f7f67ea8d31015640de1129"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dreamfactorysoftware/Mail_mimeDecode/zipball/a53c1ce051b212e23f7f67ea8d31015640de1129",
                "reference": "a53c1ce051b212e23f7f67ea8d31015640de1129",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mail_mimeDecode": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Cipriano Groenendal",
                    "email": "cipri@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Mail_mimeDecode",
            "time": "2014-04-15T19:29:16+00:00"
        },
        {
            "name": "pear/net_smtp",
            "version": "1.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_SMTP.git",
                "reference": "cf7e1bac4cdd38f3260e5c10d5ae366b7e22794c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/cf7e1bac4cdd38f3260e5c10d5ae366b7e22794c",
                "reference": "cf7e1bac4cdd38f3260e5c10d5ae366b7e22794c",
                "shasum": ""
            },
            "require": {
                "pear/net_socket": "*",
                "pear/pear-core-minimal": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "pear/auth_sasl": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "PHP License"
            ],
            "authors": [
                {
                    "name": "Jon Parise",
                    "email": "jon@php.net",
                    "homepage": "http://www.indelible.org",
                    "role": "Lead"
                },
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                }
            ],
            "description": "An implementation of the SMTP protocol",
            "homepage": "http://pear.github.io/Net_SMTP/",
            "keywords": [
                "email",
                "mail",
                "smtp"
            ],
            "time": "2015-09-07T17:04:16+00:00"
        },
        {
            "name": "pear/net_socket",
            "version": "1.0.14",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_Socket.git",
                "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
                "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "PHP License"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Net_Socket",
            "time": "2014-02-20T19:27:06+00:00"
        },
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896",
                "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.3",
                "pear/pear_exception": "~1.0"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Minimal set of PEAR core files to be used as composer dependency",
            "time": "2015-10-17T11:41:19+00:00"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
                "shasum": ""
            },
            "require": {
                "php": ">=4.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PEAR": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
            "time": "2015-02-10T20:07:52+00:00"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2015-12-27T11:43:31+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "phpdocumentor/reflection-common": "^1.0@dev",
                "phpdocumentor/type-resolver": "^0.2.0",
                "webmozart/assert": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^4.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "time": "2016-09-30T07:12:33+00:00"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "0.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "phpdocumentor/reflection-common": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^5.2||^4.8.24"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "time": "2016-11-25T06:54:22+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
                "sebastian/comparator": "^1.1",
                "sebastian/recursion-context": "^1.0|^2.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^2.0",
                "phpunit/phpunit": "^4.8 || ^5.6.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Prophecy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2016-11-21T14:58:47+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "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.3.2",
                "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.2.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-10-06T15:47:00+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.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": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2016-10-03T07:40:28+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "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": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21T13:50:34+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4|~5"
            },
            "type": "library",
            "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": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2016-05-12T18:03:57+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.9",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
                "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": "2016-11-15T14:06:22+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.8.24",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpspec/prophecy": "^1.3.1",
                "phpunit/php-code-coverage": "~2.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": ">=1.0.6",
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.1",
                "sebastian/diff": "~1.2",
                "sebastian/environment": "~1.3",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.8.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2016-03-14T06:16:08+00:00"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.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": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "time": "2015-10-02T06:51:40+00:00"
        },
        {
            "name": "pimple/pimple",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/silexphp/Pimple.git",
                "reference": "ea22fb2880faf7b7b0e17c9809c6fe25b071fd76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/ea22fb2880faf7b7b0e17c9809c6fe25b071fd76",
                "reference": "ea22fb2880faf7b7b0e17c9809c6fe25b071fd76",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Pimple": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
            "homepage": "http://pimple.sensiolabs.org",
            "keywords": [
                "container",
                "dependency injection"
            ],
            "time": "2014-07-24T07:10:08+00:00"
        },
        {
            "name": "ruflin/elastica",
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ruflin/Elastica.git",
                "reference": "571dd533f56057f2afc5f447759b09bbcc012a0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/571dd533f56057f2afc5f447759b09bbcc012a0d",
                "reference": "571dd533f56057f2afc5f447759b09bbcc012a0d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "~3.0",
                "guzzlehttp/guzzle": "~6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",
                "egeloen/http-adapter": "Allow using httpadapter transport",
                "guzzlehttp/guzzle": "Allow using guzzle 6 as the http transport (Requires php 5.5)",
                "monolog/monolog": "Logging request"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Elastica\\": "lib/Elastica/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Ruflin",
                    "homepage": "http://ruflin.com/"
                }
            ],
            "description": "Elasticsearch Client",
            "homepage": "http://elastica.io/",
            "keywords": [
                "client",
                "search"
            ],
            "time": "2016-03-18T07:56:36+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2 || ~2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "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": "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"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2016-11-19T09:18:40+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "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": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-12-08T07:14:41+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "1.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.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": "2016-08-18T05:49:44+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.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": "2016-06-17T09:04:28+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2015-10-12T03:26:01+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "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": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2015-11-11T19:50:13+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "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": "2015-06-21T13:59:46+00:00"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1bcdf03b068a530ac1962ce671dead356eeba43b",
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "bin": [
                "scripts/phpcs",
                "scripts/phpcbf"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "CodeSniffer.php",
                    "CodeSniffer/CLI.php",
                    "CodeSniffer/Exception.php",
                    "CodeSniffer/File.php",
                    "CodeSniffer/Fixer.php",
                    "CodeSniffer/Report.php",
                    "CodeSniffer/Reporting.php",
                    "CodeSniffer/Sniff.php",
                    "CodeSniffer/Tokens.php",
                    "CodeSniffer/Reports/",
                    "CodeSniffer/Tokenizers/",
                    "CodeSniffer/DocGenerators/",
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
                    "CodeSniffer/Standards/IncorrectPatternException.php",
                    "CodeSniffer/Standards/Generic/Sniffs/",
                    "CodeSniffer/Standards/MySource/Sniffs/",
                    "CodeSniffer/Standards/PEAR/Sniffs/",
                    "CodeSniffer/Standards/PSR1/Sniffs/",
                    "CodeSniffer/Standards/PSR2/Sniffs/",
                    "CodeSniffer/Standards/Squiz/Sniffs/",
                    "CodeSniffer/Standards/Zend/Sniffs/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "lead"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "http://www.squizlabs.com/php-codesniffer",
            "keywords": [
                "phpcs",
                "standards"
            ],
            "time": "2016-04-03T22:58:34+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v3.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/e6f1f98bbd355d209a992bfff45e7edfbd4a0776",
                "reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-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-03-30T10:41:14+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "f2300ba8fbb002c028710b92e1906e7457410693"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/f2300ba8fbb002c028710b92e1906e7457410693",
                "reference": "f2300ba8fbb002c028710b92e1906e7457410693",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "symfony/console": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-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-11-18T21:17:59+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/assert.git",
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "time": "2016-11-23T20:04:58+00:00"
        },
        {
            "name": "wikimedia/avro",
            "version": "v1.7.7",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/avro-php.git",
                "reference": "b642da9fd895aab7cb3261a22624228115471f47"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/avro-php/zipball/b642da9fd895aab7cb3261a22624228115471f47",
                "reference": "b642da9fd895aab7cb3261a22624228115471f47",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9",
                "phpunit/phpunit": "^4.0.0"
            },
            "suggest": {
                "ext-gmp": "Large integer support for 32-bit platforms."
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Michael Glaesemann",
                    "email": "grzm@seespotcode.net"
                },
                {
                    "name": "Andy Wick",
                    "email": "awick@purple.org"
                },
                {
                    "name": "Saleem Shafi",
                    "email": "saleemshafi@gmail.com"
                },
                {
                    "name": "A B",
                    "email": "abawany@x.com"
                },
                {
                    "name": "Doug Cutting",
                    "email": "cutting@apache.org"
                },
                {
                    "name": "Tom White",
                    "email": "tom@cloudera.com"
                }
            ],
            "description": "A library for using Apache Avro with PHP.",
            "homepage": "https://avro.apache.org/",
            "keywords": [
                "serialization"
            ],
            "time": "2015-09-05T18:49:27+00:00"
        },
        {
            "name": "wikimedia/textcat",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/wikimedia-textcat.git",
                "reference": "692148be3b9e955d0323a254510f26a4c6aa5a79"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/wikimedia-textcat/zipball/692148be3b9e955d0323a254510f26a4c6aa5a79",
                "reference": "692148be3b9e955d0323a254510f26a4c6aa5a79",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9",
                "mediawiki/mediawiki-codesniffer": "0.5.0",
                "phpunit/phpunit": "4.6.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "TextCat": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Stanislav Malyshev",
                    "email": "smalyshev@wikimedia.org"
                }
            ],
            "description": "PHP port of the TextCat language guesser utility, see http://odur.let.rug.nl/~vannoord/TextCat/.",
            "time": "2016-03-04T20:59:24+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "ext-ctype": "*",
        "ext-iconv": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-xml": "*",
        "php": ">=5.5.9"
    },
    "platform-dev": []
}