{
	"name": "wikibase/data-model-services",
	"type": "library",
	"description": "Services around the Wikibase DataModel",
	"keywords": [
		"Wikibase",
		"DataModel",
		"Wikidata"
	],
	"homepage": "https://github.com/wmde/WikibaseDataModelServices",
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "Jeroen De Dauw",
			"email": "jeroendedauw@gmail.com",
			"homepage": "https://www.entropywins.wtf/"
		},
		{
			"name": "The Wikidata team",
			"role": "Developer"
		}
	],
	"support": {
		"irc": "irc://irc.libera.chat/wikidata"
	},
	"require": {
		"php": ">=7.2",
		"wikibase/data-model": "~9.0|~8.0",
		"data-values/data-values": "^3.1.0",
		"diff/diff": "~3.2",
		"wikimedia/assert": "~0.2.2|~0.3.0|~0.4.0|~0.5.0"
	},
	"require-dev": {
		"phpmd/phpmd": "~2.3",
		"phpunit/phpunit": "~8.0"
	},
	"autoload": {
		"psr-4": {
			"Wikibase\\DataModel\\Services\\": "src/"
		}
	},
	"extra": {
		"branch-alias": {
			"dev-master": "5.3-dev"
		}
	},
	"scripts": {
		"test": [
			"composer validate --no-interaction",
			"@cs",
			"phpunit --coverage-php /dev/null"
		],
		"cs": [
			"phpmd src/,tests/unit/ text phpmd.xml"
		],
		"ci": [
			"@test"
		]
	}
}
