{
	"name": "Bootstrap",
	"type": "other",
	"author": [
		"[https://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]",
		"[https://professional.wiki/ Professional.Wiki]",
		"James Hong Kong"
	],
	"version": "4.2",
	"url": "https://www.mediawiki.org/wiki/Extension:Bootstrap",
	"descriptionmsg": "bootstrap-desc",
	"license-name": "GPL-3.0-or-later",
	"requires": {
		"MediaWiki": ">= 1.29.0"
	},
	"AutoloadNamespaces": {
		"Bootstrap\\": "src/",
		"Bootstrap\\Tests\\": "tests/phpunit/"
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteExtPath": "Bootstrap"
	},
	"MessagesDirs": {
		"Bootstrap": "i18n"
	},
	"callback": "\\Bootstrap\\Bootstrap::init",
	"load_composer_autoloader": true,
	"manifest_version": 2
}
