{
	"name": "mediawiki/extjs-base",
	"description": "Adds the GPL version of Sencha Inc. ExtJS Rich Internet Application Framework",
	"keywords": [
		"mediawiki",
		"wiki",
		"extjs"
	],
	"license": "GPL-3.0-only",
	"type": "mediawiki-extension",
	"homepage": "https://www.mediawiki.org/wiki/Extension:ExtJSBase",
	"authors": [
		{
			"name": "Hallo Welt! GmbH",
			"email": "info@hallowelt.com",
			"homepage": "https://www.hallowelt.com"
		}
	],
	"extra": {
		"installer-name": "ExtJSBase"
	},
	"require-dev": {
		"mediawiki/mediawiki-codesniffer": "39.0.0",
		"mediawiki/minus-x": "1.1.1",
		"php-parallel-lint/php-console-highlighter": "1.0.0",
		"php-parallel-lint/php-parallel-lint": "1.3.2"
	},
	"scripts": {
		"test": [
			"parallel-lint . --exclude vendor --exclude node_modules",
			"@phpcs",
			"minus-x check ."
		],
		"fix": [
			"minus-x fix .",
			"phpcbf"
		],
		"phpcs": "phpcs -sp --cache"
	},
	"autoload": {
		"psr-4": {
			"MediaWiki\\Extension\\ExtJSBase\\Tests\\": "tests/phpunit",
			"MediaWiki\\Extension\\ExtJSBase\\": "src"
		}
	}
}
