{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "cbac243a58867ed975a2c1ed5855d332", "content-hash": "52de6901fab2655b5b9c3b54a60c9d91", "packages": [ { "name": "composer/installers", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "a3595c5272a6f247228abb20076ed27321e4aae9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/a3595c5272a6f247228abb20076ed27321e4aae9", "reference": "a3595c5272a6f247228abb20076ed27321e4aae9", "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", "RadPHP", "SMF", "Thelia", "WolfCMS", "agl", "aimeos", "annotatecms", "bitrix", "cakephp", "chef", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "elgg", "expressionengine", "fuelphp", "grav", "installer", "joomla", "kohana", "laravel", "lithium", "magento", "mako", "mediawiki", "modulework", "moodle", "phpbb", "piwik", "ppi", "puppet", "roundcube", "shopware", "silverstripe", "symfony", "typo3", "wordpress", "zend", "zikula" ], "time": "2016-07-05 06:18:20" }, { "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-14 10:15:07" }, { "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-26 07:02:27" }, { "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-15 10:58:24" }, { "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-09 19:10:23" }, { "name": "mediawiki/parser-hooks", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/JeroenDeDauw/ParserHooks.git", "reference": "8139d79191e467d71139d53ac12bb4acb7b3963d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JeroenDeDauw/ParserHooks/zipball/8139d79191e467d71139d53ac12bb4acb7b3963d", "reference": "8139d79191e467d71139d53ac12bb4acb7b3963d", "shasum": "" }, "require": { "param-processor/param-processor": "~1.2", "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5.x-dev" } }, "autoload": { "files": [ "ParserHooks.php" ], "psr-4": { "ParserHooks\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Jeroen De Dauw", "email": "jeroendedauw@gmail.com", "homepage": "https://www.entropywins.wtf" } ], "description": "Adds a OOP and declarative parser hook interface on top of MediaWiki", "homepage": "https://github.com/JeroenDeDauw/ParserHooks/blob/master/README.md", "keywords": [ "mediawiki", "parser function", "parser hook", "parserhooks", "tag extension" ], "time": "2016-03-05 15:47:04" }, { "name": "mediawiki/sub-page-list", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/JeroenDeDauw/SubPageList.git", "reference": "502bdf3cc32432c68ee689fff4041e707286bab4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JeroenDeDauw/SubPageList/zipball/502bdf3cc32432c68ee689fff4041e707286bab4", "reference": "502bdf3cc32432c68ee689fff4041e707286bab4", "shasum": "" }, "require": { "composer/installers": "^1.0.1", "mediawiki/parser-hooks": "~1.3", "php": ">=5.3.0" }, "type": "mediawiki-extension", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "files": [ "SubPageList.php" ], "psr-4": { "SubPageList\\": "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": "SubPageList is a lightweight extension to display lists of subpages", "homepage": "https://github.com/JeroenDeDauw/SubPageList/blob/master/README.md", "keywords": [ "SubPage", "SubPageList", "mediawiki" ], "time": "2015-08-05 04:35:12" }, { "name": "param-processor/param-processor", "version": "1.2.5", "source": { "type": "git", "url": "https://github.com/JeroenDeDauw/ParamProcessor.git", "reference": "b5c2b5e02a4a79f6c1b802eb639243d0e9376928" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JeroenDeDauw/ParamProcessor/zipball/b5c2b5e02a4a79f6c1b802eb639243d0e9376928", "reference": "b5c2b5e02a4a79f6c1b802eb639243d0e9376928", "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.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.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-05-23 12:39:16" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.3.2" }, "platform-dev": [] }