{
	"name": "Elastica",
	"version": "1.3.0.0",
	"author": [
		"Nik Everett",
		"Chad Horohoe"
	],
	"url": "https://www.mediawiki.org/wiki/Extension:Elastica",
	"descriptionmsg": "elastica-desc",
	"license-name": "GPL-2.0-or-later",
	"type": "other",
	"requires": {
		"MediaWiki": ">= 1.27"
	},
	"MessagesDirs": {
		"Elastica": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"ElasticaHooks": "includes/ElasticaHooks.php",
		"ElasticaConnection": "includes/ElasticaConnection.php",
		"ElasticaHttpTransportCloser": "includes/ElasticaHttpTransportCloser.php",
		"MWElasticUtils": "includes/MWElasticUtils.php"
	},
	"callback": "ElasticaHooks::checkInstalledCurl",
	"load_composer_autoloader": true,
	"manifest_version": 1
}
