{ "_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": "1c26f3fdf4e931d41f22181b9fa98381", "content-hash": "86802c55dc1b181ccdd4ef332fb65909", "packages": [ { "name": "composer/installers", "version": "v1.0.25", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/36e5b5843203d7f1cf6ffb0305a97e014387bd8e", "reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e", "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", "SMF", "Thelia", "WolfCMS", "agl", "aimeos", "annotatecms", "bitrix", "cakephp", "chef", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "elgg", "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-04-13 19:46:30" }, { "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-types", "version": "0.5.2", "source": { "type": "git", "url": "https://github.com/wmde/DataTypes.git", "reference": "f0064cd782037d17cd57cdb40627660b7bf3d1cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/DataTypes/zipball/f0064cd782037d17cd57cdb40627660b7bf3d1cc", "reference": "f0064cd782037d17cd57cdb40627660b7bf3d1cc", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "files": [ "DataTypes.php" ], "psr-4": { "DataTypes\\": "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": "Daniel Kinzler" } ], "description": "PHP library defining the DataTypes\\DataType class of which instances represent a type of value, such as \"positive integer\" or \"percentage\".", "homepage": "https://github.com/wmde/DataTypes", "keywords": [ "datatypes", "datavalues" ], "time": "2016-02-17 11:27:57" }, { "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/geo", "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/DataValues/Geo.git", "reference": "6fb5f20c10e8d55ba5fa83a3bbcd824850ee9b48" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DataValues/Geo/zipball/6fb5f20c10e8d55ba5fa83a3bbcd824850ee9b48", "reference": "6fb5f20c10e8d55ba5fa83a3bbcd824850ee9b48", "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" }, "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-04-01 22:49:09" }, { "name": "data-values/interfaces", "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/DataValues/Interfaces.git", "reference": "2bed9fff899b3bf9c522497f9bd875f326eb1ef0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DataValues/Interfaces/zipball/2bed9fff899b3bf9c522497f9bd875f326eb1ef0", "reference": "2bed9fff899b3bf9c522497f9bd875f326eb1ef0", "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-01-13 18:44:31" }, { "name": "data-values/javascript", "version": "0.8.2", "source": { "type": "git", "url": "https://github.com/wmde/DataValuesJavascript.git", "reference": "ae97000a46d360a24668e3c63e15d4c6a7b108dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/DataValuesJavascript/zipball/ae97000a46d360a24668e3c63e15d4c6a7b108dd", "reference": "ae97000a46d360a24668e3c63e15d4c6a7b108dd", "shasum": "" }, "require": { "composer/installers": ">=1.0.1" }, "type": "library", "autoload": { "files": [ "DataValuesJavaScript.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Jeroen De Dauw", "email": "jeroendedauw@gmail.com", "homepage": "http://jeroendedauw.com" }, { "name": "Daniel Werner", "homepage": "https://www.mediawiki.org/wiki/User:Danwe" }, { "name": "H. Snater", "homepage": "http://www.snater.com" } ], "description": "DataValues implementation in JavaScript", "keywords": [ "datavalues", "wikidata" ], "time": "2016-04-12 10:05:27" }, { "name": "data-values/number", "version": "0.7.0", "source": { "type": "git", "url": "https://github.com/DataValues/Number.git", "reference": "4efd4ab3a28aa4d763c69d344c541c572cb5e7dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DataValues/Number/zipball/4efd4ab3a28aa4d763c69d344c541c572cb5e7dd", "reference": "4efd4ab3a28aa4d763c69d344c541c572cb5e7dd", "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" }, "type": "library", "autoload": { "files": [ "Number.php" ], "psr-0": { "DataValues\\": "src", "ValueFormatters\\": "src", "ValueParsers\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Daniel Kinzler" } ], "description": "Numerical value objects, parsers and formatters", "homepage": "https://github.com/DataValues/Number", "keywords": [ "datavalues", "number", "valueformatters", "valueparsers", "wikidata" ], "time": "2016-04-26 08:48:29" }, { "name": "data-values/serialization", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/DataValues/Serialization.git", "reference": "fdd00409bcd036ac22f1640652af0f387f4fa8be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DataValues/Serialization/zipball/fdd00409bcd036ac22f1640652af0f387f4fa8be", "reference": "fdd00409bcd036ac22f1640652af0f387f4fa8be", "shasum": "" }, "require": { "data-values/data-values": "~1.0|~0.1", "php": ">=5.3.0", "serialization/serialization": "~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "DataValues\\Serializers\\": "src/Serializers", "DataValues\\Deserializers\\": "src/Deserializers" } }, "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": "Serializers and deserializers for DataValue implementations", "homepage": "https://github.com/DataValues/Serialization", "keywords": [ "datavalues", "deserializers", "serialization", "serializers", "wikidata" ], "time": "2015-08-05 09:15:00" }, { "name": "data-values/time", "version": "0.8.4", "source": { "type": "git", "url": "https://github.com/DataValues/Time.git", "reference": "d856cc5aed7f37707d187b78463cd3d9218a2e3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DataValues/Time/zipball/d856cc5aed7f37707d187b78463cd3d9218a2e3a", "reference": "d856cc5aed7f37707d187b78463cd3d9218a2e3a", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.8.x-dev" } }, "autoload": { "files": [ "Time.php" ], "psr-0": { "DataValues\\": "src", "ValueFormatters\\": "src", "ValueParsers\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "The Wikidata team", "role": "Developer" } ], "description": "Time value objects, parsers and formatters", "homepage": "https://github.com/DataValues/Time", "keywords": [ "datavalues", "time", "valueformatters", "valueparsers", "wikidata" ], "time": "2016-04-26 09:10:06" }, { "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": "data-values/value-view", "version": "0.17.1", "source": { "type": "git", "url": "https://github.com/wikimedia/data-values-value-view.git", "reference": "65bc88f3462326b1b66c8b8bbe0c72f30e38b7d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/data-values-value-view/zipball/65bc88f3462326b1b66c8b8bbe0c72f30e38b7d0", "reference": "65bc88f3462326b1b66c8b8bbe0c72f30e38b7d0", "shasum": "" }, "require": { "data-values/javascript": "~0.8.0|~0.7.0", "php": ">=5.3.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9", "mediawiki/mediawiki-codesniffer": "0.4.0" }, "type": "mediawiki-extension", "extra": { "branch-alias": { "dev-master": "0.16.x-dev" } }, "autoload": { "files": [ "ValueView.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Daniel Werner", "homepage": "https://www.mediawiki.org/wiki/User:Danwe" }, { "name": "H. Snater", "homepage": "http://www.snater.com" } ], "description": "Provides JS widgets to edit values defined by the DataValues library", "homepage": "https://www.mediawiki.org/wiki/Extension:ValueView", "time": "2016-04-13 13:41:16" }, { "name": "diff/diff", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wmde/Diff.git", "reference": "779bd922b53a4483f722c546621c0a401e3f2900" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/Diff/zipball/779bd922b53a4483f722c546621c0a401e3f2900", "reference": "779bd922b53a4483f722c546621c0a401e3f2900", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpmd/phpmd": "~2.1", "squizlabs/php_codesniffer": "~2.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "files": [ "Diff.php" ], "psr-4": { "Diff\\": "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 standalone library for representing differences between data structures, computing such differences, and applying them as patches", "homepage": "https://github.com/wmde/Diff", "keywords": [ "diff", "diffing", "diffop", "patching", "wikidata" ], "time": "2015-03-17 15:21:21" }, { "name": "mediawiki/article-placeholder", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-extensions-ArticlePlaceholder.git", "reference": "76dba428cb1f50ab0e34e1f693682039621f4dfd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-extensions-ArticlePlaceholder/zipball/76dba428cb1f50ab0e34e1f693682039621f4dfd", "reference": "76dba428cb1f50ab0e34e1f693682039621f4dfd", "shasum": "" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.2", "mediawiki/mediawiki-codesniffer": "0.5.1" }, "type": "mediawiki-extension", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Lucie-Aimée Kaffee" } ], "description": "Provides a special page with Wikibase information about a certain topic, with invitation to create an article for the topic", "homepage": "https://www.mediawiki.org/wiki/Extension:ArticlePlaceholder", "time": "2016-05-04 12:29:53" }, { "name": "propertysuggester/property-suggester", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/Wikidata-lib/PropertySuggester.git", "reference": "c267839dbf9e1369053999ebee996bff7c87f3ee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Wikidata-lib/PropertySuggester/zipball/c267839dbf9e1369053999ebee996bff7c87f3ee", "reference": "c267839dbf9e1369053999ebee996bff7c87f3ee", "shasum": "" }, "require": { "php": ">=5.5.0", "wikibase/data-model": "~4.1|~5.0|~6.0", "wikibase/data-model-services": "~1.1|~2.0|~3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*", "satooshi/php-coveralls": "dev-master" }, "type": "mediawiki-extension", "autoload": { "psr-4": { "PropertySuggester\\": "src/PropertySuggester/" }, "files": [], "classmap": [ "PropertySuggesterHooks.php", "maintenance/UpdateTable.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "description": "Extension for Wikibase to provide usefull suggestions for new properties", "homepage": "https://github.com/Wikidata-lib/PropertySuggester", "keywords": [ "propertysuggester", "wikibase", "wikidata" ], "time": "2016-03-16 11:16:15" }, { "name": "serialization/serialization", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/wmde/Serialization.git", "reference": "8e06ec58c8f52079942c9cb2f30b2260f62dc1f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/Serialization/zipball/8e06ec58c8f52079942c9cb2f30b2260f62dc1f4", "reference": "8e06ec58c8f52079942c9cb2f30b2260f62dc1f4", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "files": [ "Serialization.php" ], "psr-4": { "Deserializers\\": "src/Deserializers/", "Serializers\\": "src/Serializers/" } }, "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": "Library defining a Serializer and a Deserializer interface and basic utilities", "homepage": "https://github.com/wmde/Serialization", "keywords": [ "deserialization", "deserializer", "serialization", "serializer", "unserialization", "wikidata" ], "time": "2014-08-19 01:53:31" }, { "name": "wikibase/Wikidata.org", "version": "dev-master", "source": { "type": "git", "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/Wikidata.org", "reference": "924fe25191faaeca938e09d0115391178ae18a5f" }, "require": { "php": ">=5.3.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.2", "mediawiki/mediawiki-codesniffer": "0.5.1" }, "type": "mediawiki-extension", "autoload": { "classmap": [ "WikidataOrg.hooks.php" ] }, "scripts": { "test": [ "parallel-lint . --exclude vendor", "phpcs -p -s" ] }, "license": [ "GNU GPL v2+" ], "authors": [ { "name": "Bene*", "email": "benestar.wikimedia@gmail.com", "homepage": "https://www.wikidata.org/wiki/User:Bene*", "role": "Developer" } ], "description": "Configuration for and customizations to Wikibase that are specific to wikidata.org", "homepage": "https://github.com/wmde/Wikidata.org", "keywords": [ "Wikibase", "Wikidata" ], "support": { "irc": "irc://irc.freenode.net/wikidata" }, "time": "2016-05-03 20:27:53" }, { "name": "wikibase/constraints", "version": "dev-master", "source": { "type": "git", "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseQualityConstraints", "reference": "0a407881ed0ca74e5214086ef9a0a87b522f0a32" }, "require": { "php": ">=5.3.0", "serialization/serialization": "^3.2.1", "wikibase/data-model": "~4.2|~5.0|~6.0", "wikibase/data-model-services": "~2.0|~3.0" }, "require-dev": { "phpunit/phpunit": "^3.7.37|~4.5", "satooshi/php-coveralls": "master-dev" }, "type": "mediawiki-extension", "autoload": { "psr-4": { "WikibaseQuality\\ConstraintReport\\": "includes/", "WikibaseQuality\\ConstraintReport\\Specials\\": "specials/", "WikibaseQuality\\ConstraintReport\\Tests\\": "tests/phpunit/", "WikibaseQuality\\ConstraintReport\\Maintenance\\": "maintenance/" }, "classmap": [ "WikibaseQualityConstraintsHooks.php", "maintenance/UpdateConstraintsTable.php" ] }, "license": [ "GPL-2.0+" ], "authors": [ { "name": "BP2014N1" } ], "description": "Extension for WikibaseQuality to manage constraints in Wikibase.", "homepage": "https://www.mediawiki.org/wiki/WikidataQuality/", "keywords": [ "constraint", "quality", "trust", "violation", "wikibase", "wikidata" ], "support": { "issues": "https://phabricator.wikimedia.org/project/profile/1202/" }, "time": "2016-04-12 21:00:05" }, { "name": "wikibase/data-model", "version": "6.0.1", "source": { "type": "git", "url": "https://github.com/wmde/WikibaseDataModel.git", "reference": "713ddb74a52b7d470e58c8f59dbe159eb62f3ea5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/WikibaseDataModel/zipball/713ddb74a52b7d470e58c8f59dbe159eb62f3ea5", "reference": "713ddb74a52b7d470e58c8f59dbe159eb62f3ea5", "shasum": "" }, "require": { "data-values/data-values": "~0.1|~1.0", "php": ">=5.3.0" }, "require-dev": { "ockcyp/covers-validator": "~0.4.0", "phpmd/phpmd": "~2.3", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.0.x-dev" } }, "autoload": { "files": [ "WikibaseDataModel.php" ], "psr-4": { "Wikibase\\DataModel\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Thiemo Mättig" }, { "name": "Jeroen De Dauw", "email": "jeroendedauw@gmail.com", "homepage": "http://jeroendedauw.com" } ], "description": "PHP implementation of the Wikibase DataModel", "homepage": "https://github.com/wmde/WikibaseDataModel", "keywords": [ "DataModel", "wikibase", "wikidata" ], "time": "2016-04-27 08:42:53" }, { "name": "wikibase/data-model-javascript", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/wmde/WikibaseDataModelJavaScript.git", "reference": "40d40f2beded8b13cdc569b452ab3e76944f6ca6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/WikibaseDataModelJavaScript/zipball/40d40f2beded8b13cdc569b452ab3e76944f6ca6", "reference": "40d40f2beded8b13cdc569b452ab3e76944f6ca6", "shasum": "" }, "require": { "data-values/javascript": "~0.8.0|~0.7.0|~0.6.0" }, "type": "library", "autoload": { "files": [ "init.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Adrian Lang", "email": "adrian.lang@wikimedia.de" }, { "name": "H. Snater", "homepage": "http://www.snater.com" } ], "description": "Wikibase datamodel implementation in JavaScript", "time": "2016-01-27 12:12:49" }, { "name": "wikibase/data-model-serialization", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/wmde/WikibaseDataModelSerialization.git", "reference": "7d892107536e8499880aa70963841ff002f421bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/WikibaseDataModelSerialization/zipball/7d892107536e8499880aa70963841ff002f421bf", "reference": "7d892107536e8499880aa70963841ff002f421bf", "shasum": "" }, "require": { "data-values/serialization": "~1.0", "php": ">=5.3.0", "serialization/serialization": "~3.1", "wikibase/data-model": "~6.0|~5.0|~4.2" }, "require-dev": { "data-values/geo": "~1.0|~0.1", "data-values/number": "~0.2", "data-values/time": "~0.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "psr-4": { "Wikibase\\DataModel\\": "src/" }, "files": [ "mediawiki.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Thomas PT", "homepage": "https://github.com/Tpt" }, { "name": "Jeroen De Dauw", "email": "jeroendedauw@gmail.com", "homepage": "http://jeroendedauw.com" } ], "description": "Serializers and deserializers for the Wikibase DataModel", "homepage": "https://github.com/wmde/WikibaseDataModelSerialization", "keywords": [ "DataModel", "deserializers", "serialization", "serializers", "wikibase", "wikidata" ], "time": "2016-03-11 10:27:31" }, { "name": "wikibase/data-model-services", "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/wmde/WikibaseDataModelServices.git", "reference": "7f838a3cac336bbd8ddf73e4f23fe89d99eda52d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/WikibaseDataModelServices/zipball/7f838a3cac336bbd8ddf73e4f23fe89d99eda52d", "reference": "7f838a3cac336bbd8ddf73e4f23fe89d99eda52d", "shasum": "" }, "require": { "data-values/data-values": "~0.1|~1.0", "diff/diff": "~2.0|~1.0", "php": ">=5.3.0", "wikibase/data-model": "~6.0|~5.0|~4.2" }, "require-dev": { "phpmd/phpmd": "~2.3", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.5.x-dev" } }, "autoload": { "psr-4": { "Wikibase\\DataModel\\Services\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Jeroen De Dauw", "email": "jeroendedauw@gmail.com", "homepage": "http://jeroendedauw.com" } ], "description": "Services around the Wikibase DataModel", "homepage": "https://github.com/wmde/WikibaseDataModelServices", "keywords": [ "DataModel", "wikibase", "wikidata" ], "time": "2016-03-14 17:39:13" }, { "name": "wikibase/external-validation", "version": "dev-master", "source": { "type": "git", "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseQualityExternalValidation", "reference": "8442add7434e416c0b03170554a513afb33c22c5" }, "require": { "data-values/common": ">=0.1 <0.4", "data-values/geo": "~1.0", "data-values/number": ">=0.1 <0.8", "data-values/time": "~0.8", "php": ">=5.3.0", "serialization/serialization": "3.*,>=3.2.1", "wikibase/data-model": "~4.2|~5.0|~6.0", "wikibase/data-model-serialization": "~2.0", "wikibase/data-model-services": "~2.0|~3.0", "wikimedia/assert": ">=0.1 <0.3" }, "require-dev": { "phpunit/phpunit": "~3.7,>=3.7.37", "satooshi/php-coveralls": "dev-master" }, "type": "mediawiki-extension", "autoload": { "psr-4": { "WikibaseQuality\\ExternalValidation\\": "includes/", "WikibaseQuality\\ExternalValidation\\Api\\": "api/", "WikibaseQuality\\ExternalValidation\\Specials\\": "specials/", "WikibaseQuality\\ExternalValidation\\Tests\\": "tests/phpunit/" }, "classmap": [ "WikibaseQualityExternalValidationHooks.php", "maintenance/UpdateExternalData.php" ] }, "license": [ "GPL-2.0+" ], "authors": [ { "name": "BP2014N1" } ], "description": "Extension for WikibaseQuality to perform cross-checks with external databases.", "homepage": "https://www.mediawiki.org/wiki/WikidataQuality/", "keywords": [ "database", "external", "quality", "trust", "violation", "wikibase", "wikidata" ], "support": { "issues": "https://phabricator.wikimedia.org/project/profile/1203/" }, "time": "2016-04-27 17:54:54" }, { "name": "wikibase/internal-serialization", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/wmde/WikibaseInternalSerialization.git", "reference": "f74fd54d21aeb0f8879ce621dac17eeda0d8f3d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/WikibaseInternalSerialization/zipball/f74fd54d21aeb0f8879ce621dac17eeda0d8f3d2", "reference": "f74fd54d21aeb0f8879ce621dac17eeda0d8f3d2", "shasum": "" }, "require": { "php": ">=5.3.0", "serialization/serialization": "~3.2", "wikibase/data-model": "~6.0|~5.0|~4.2", "wikibase/data-model-serialization": "~2.0" }, "require-dev": { "data-values/common": "~0.3.0|~0.2.0", "data-values/geo": "~1.1", "data-values/number": "~0.5.0", "data-values/time": "~0.7.0", "phpmd/phpmd": "~2.3", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-4": { "Wikibase\\InternalSerialization\\": "src/" }, "files": [ "mediawiki.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Jeroen De Dauw", "email": "jeroendedauw@gmail.com", "homepage": "http://jeroendedauw.com" } ], "description": "Serializers and deserializers for the data access layer of Wikibase Repository", "homepage": "https://github.com/wmde/WikibaseInternalSerialization", "keywords": [ "DataModel", "deserializers", "serialization", "serializers", "wikibase", "wikidata" ], "time": "2016-03-14 12:48:00" }, { "name": "wikibase/javascript-api", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-extensions-WikibaseJavaScriptApi.git", "reference": "a9c0202a33f278edd024f0c150d6281a6635bfc0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-extensions-WikibaseJavaScriptApi/zipball/a9c0202a33f278edd024f0c150d6281a6635bfc0", "reference": "a9c0202a33f278edd024f0c150d6281a6635bfc0", "shasum": "" }, "require": { "data-values/javascript": "~0.8.0|~0.7.0|~0.6.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.2", "mediawiki/mediawiki-codesniffer": "0.5.1" }, "type": "library", "autoload": { "files": [ "WikibaseJavaScriptApi.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Adrian Lang", "email": "adrian.lang@wikimedia.de" }, { "name": "H. Snater", "homepage": "http://www.snater.com" } ], "description": "JavaScript client for the Wikibase Repository web API", "time": "2016-02-17 10:46:01" }, { "name": "wikibase/media-info", "version": "dev-master", "source": { "type": "git", "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseMediaInfo", "reference": "bd4bb05d5b859bbedcecedb5ef852a88552eef36" }, "require": { "php": ">=5.5.0", "serialization/serialization": "~3.2", "wikibase/data-model": "~6.0", "wikibase/data-model-serialization": "~2.0", "wikibase/data-model-services": "~3.5" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.2", "mediawiki/mediawiki-codesniffer": "0.6.0", "phpunit/phpunit": "~4.8" }, "type": "mediawiki-extension", "autoload": { "psr-4": { "Wikibase\\MediaInfo\\": "src/", "Wikibase\\MediaInfo\\Tests\\": "tests/phpunit/composer/", "Wikibase\\MediaInfo\\Tests\\MediaWiki\\": "tests/phpunit/mediawiki/" } }, "scripts": { "fix": [ "phpcbf" ], "test": [ "parallel-lint . --exclude vendor", "phpcs -p -s", "phpunit" ] }, "license": [ "GPL-2.0+" ], "authors": [ { "name": "The Wikidata team" } ], "description": "Wikibase extension to manage structured metadata of media files", "homepage": "http://wikiba.se", "support": { "issues": "https://phabricator.wikimedia.org/", "irc": "irc://irc.freenode.net/wikidata" }, "time": "2016-05-04 15:41:18" }, { "name": "wikibase/quality", "version": "dev-master", "source": { "type": "git", "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseQuality", "reference": "35452d79cadeef8d73a34291181b11be6cdf1e2a" }, "require": { "php": ">=5.3.0", "serialization/serialization": "^3.2.1", "wikibase/data-model": "~4.0|~5.0|~6.0", "wikibase/data-model-services": "~2.0|~3.0" }, "require-dev": { "data-values/geo": "~1.0", "data-values/number": ">=0.1 <0.7", "data-values/serialization": ">=0.1 <2.0", "data-values/time": ">=0.1 <0.9", "phpunit/phpunit": "^3.7.37|~4.5", "satooshi/php-coveralls": "master-dev", "wikibase/data-model-serialization": ">=0.1 <3.0" }, "type": "mediawiki-extension", "autoload": { "psr-4": { "WikibaseQuality\\": "includes/", "WikibaseQuality\\Api\\": "api/", "WikibaseQuality\\Specials\\": "specials/", "WikibaseQuality\\Tests\\": "tests/phpunit/" }, "classmap": [ "WikibaseQualityHooks.php" ] }, "license": [ "GPL-2.0+" ], "authors": [ { "name": "BP2014N1" } ], "description": "Extension for Wikibase to improve the data quality and trust.", "homepage": "https://www.mediawiki.org/wiki/Wikibase_Quality_Extensions", "keywords": [ "quality", "trust", "violation", "wikibase", "wikidata" ], "support": { "issues": "https://phabricator.wikimedia.org/project/profile/989/" }, "time": "2016-04-17 20:21:13" }, { "name": "wikibase/serialization-javascript", "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/wmde/WikibaseSerializationJavaScript.git", "reference": "b7e26e6bfbd1370703172bf3a18c6fb4d6e1607b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/WikibaseSerializationJavaScript/zipball/b7e26e6bfbd1370703172bf3a18c6fb4d6e1607b", "reference": "b7e26e6bfbd1370703172bf3a18c6fb4d6e1607b", "shasum": "" }, "require": { "data-values/javascript": "~0.8.0|~0.7.0", "wikibase/data-model-javascript": "~2.0.0|~1.0.0" }, "type": "library", "autoload": { "files": [ "init.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Adrian Lang", "email": "adrian.lang@wikimedia.de" }, { "name": "H. Snater", "homepage": "http://www.snater.com" } ], "description": "Wikibase datamodel serialization implementation in JavaScript", "time": "2016-01-27 12:13:50" }, { "name": "wikibase/wikibase", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-extensions-Wikibase.git", "reference": "e185e960d35430a0d70586450c39517cffadf46c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-extensions-Wikibase/zipball/e185e960d35430a0d70586450c39517cffadf46c", "reference": "e185e960d35430a0d70586450c39517cffadf46c", "shasum": "" }, "require": { "data-values/common": "~0.3.0", "data-values/data-types": "~0.5.0", "data-values/data-values": "~1.0", "data-values/geo": "~1.0", "data-values/interfaces": "~0.2.0|~0.1.5", "data-values/javascript": "~0.8.0", "data-values/number": "~0.7.0", "data-values/serialization": "~1.0", "data-values/time": "~0.8.4", "data-values/validators": "~0.1.0", "data-values/value-view": "~0.17.1", "diff/diff": "~2.0", "php": ">=5.5.0", "wikibase/data-model": "~6.0", "wikibase/data-model-javascript": "~2.0.0", "wikibase/data-model-serialization": "~2.2", "wikibase/data-model-services": "~3.5", "wikibase/internal-serialization": "~2.3", "wikibase/javascript-api": "~1.1", "wikibase/serialization-javascript": "~2.0.5", "wikimedia/purtle": "~1.0" }, "conflict": { "mediawiki/mediawiki": "<1.25" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.2", "mediawiki/mediawiki-codesniffer": "0.4.0|0.5.0" }, "type": "mediawiki-extension", "autoload": { "classmap": [ "client/includes/", "client/WikibaseClient.hooks.php", "client/tests/phpunit/MockClientStore.php", "lib/includes/", "lib/WikibaseLib.hooks.php", "lib/maintenance/", "repo/includes/", "repo/maintenance/", "repo/tests/phpunit/", "repo/Wikibase.hooks.php" ], "psr-4": { "Wikibase\\Client\\Tests\\": "client/tests/phpunit/includes", "Wikibase\\Lib\\Tests\\": "lib/tests/phpunit", "Wikibase\\View\\": "view/src", "Wikibase\\View\\Tests\\": "view/tests/phpunit" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "The Wikidata team" } ], "description": "Structured data repository for MediaWiki", "homepage": "http://wikiba.se", "keywords": [ "wikibase", "wikibaseclient", "wikibaselib", "wikibaserepo", "wikidata" ], "time": "2016-05-04 12:46:42" }, { "name": "wikibase/wikimedia-badges", "version": "dev-master", "source": { "type": "git", "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/WikimediaBadges", "reference": "f701a7bbbe6f025e725725a13d5a3ad75cefe8d9" }, "require": { "php": ">=5.3.0" }, "type": "mediawiki-extension", "autoload": { "files": [ "WikimediaBadges.php" ], "psr-4": { "WikimediaBadges\\": "includes/" } }, "license": [ "GNU GPL v2+" ], "authors": [ { "name": "Bene*", "email": "benestar.wikimedia@gmail.com", "homepage": "https://www.wikidata.org/wiki/User:Bene*", "role": "Developer" } ], "description": "Extension which contains default themes to display badges on Wikimedia projects", "homepage": "https://github.com/wmde/WikimediaBadges", "keywords": [ "Wikibase", "Wikidata" ], "support": { "irc": "irc://irc.freenode.net/wikidata" }, "time": "2016-04-04 20:13:45" }, { "name": "wikimedia/assert", "version": "v0.2.2", "source": { "type": "git", "url": "https://github.com/wmde/Assert.git", "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wmde/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-29 17:23:50" }, { "name": "wikimedia/purtle", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/wikimedia/purtle.git", "reference": "2817c45d6819db10e8d19968cc0f9f19ccc45e0f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/purtle/zipball/2817c45d6819db10e8d19968cc0f9f19ccc45e0f", "reference": "2817c45d6819db10e8d19968cc0f9f19ccc45e0f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "ockcyp/covers-validator": "~0.4.0", "phpmd/phpmd": "~2.3", "phpunit/phpunit": "4.8.24", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "files": [ "Purtle.php" ], "psr-4": { "Wikimedia\\Purtle\\": "src/", "Wikimedia\\Purtle\\Tests\\": "tests/phpunit/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Daniel Kinzler" }, { "name": "Thiemo Mättig" }, { "name": "Stanislav Malyshev" } ], "description": "Fast streaming RDF serializer", "homepage": "https://mediawiki.org/wiki/Purtle", "keywords": [ "RDF", "Turtle", "serializer" ], "time": "2016-04-29 23:45:49" } ], "packages-dev": null, "aliases": [], "minimum-stability": "stable", "stability-flags": { "mediawiki/article-placeholder": 20, "wikibase/wikibase": 20, "wikibase/wikimedia-badges": 20, "wikibase/wikidata.org": 20, "wikibase/quality": 20, "wikibase/constraints": 20, "wikibase/external-validation": 20, "wikibase/media-info": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.5.0" }, "platform-dev": [] }