kristophjunge / docker-mediawiki

Dockerized MediaWiki running under Nginx and PHP-FPM. Based on the official PHP7 image. Packaged with VisualEditor plugin and Parsoid service.
MIT License
62 stars 41 forks source link

Support for composer.local.json #24

Open TimonLukas opened 5 years ago

TimonLukas commented 5 years ago

Hey, awesome container, thank you for creating this!

One thing I noticed is that many modern MediaWiki plugins and themes require the use of Composer (which is a good thing). Sadly it seems like the container does not support that.

It would be awesome if you could include some kind of mechanism to automatically install plugins specified in composer.local.json, as this would mean that we are able to define and update dependencies externally.

Thank you! :)