mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-23 22:03:31 +00:00
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:
parent
9e5270df22
commit
e94bcd06f0
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue