Don't autoload ImageMap class via composer

There's no need for this since the class is loaded via MediaWiki's
autoloader.

Change-Id: Ia790f4afef22bf3c5a0dbb0b34e33b65277efc15
This commit is contained in:
Kunal Mehta 2018-02-24 13:10:24 -08:00
parent 9e5270df22
commit e94bcd06f0

View file

@ -13,11 +13,6 @@
"php": ">=5.4",
"composer/installers": "1.*,>=1.0.1"
},
"autoload": {
"classmap": [
"ImageMap_body.php"
]
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2",
"jakub-onderka/php-console-highlighter": "0.3.2",