summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2014-12-23 17:49:26 +0100
committerAlex Legler <alex@a3li.li>2014-12-23 17:49:26 +0100
commite352fff59842ca14fbfd81ee1c4a64297bb598c5 (patch)
tree153f268484aa5cc41cacf912bdce8c4847df222d /MLEB/CleanChanges/composer.json
downloadextensions-e352fff59842ca14fbfd81ee1c4a64297bb598c5.tar.gz
extensions-e352fff59842ca14fbfd81ee1c4a64297bb598c5.tar.bz2
extensions-e352fff59842ca14fbfd81ee1c4a64297bb598c5.zip
Add initial set of additional extensions
Diffstat (limited to 'MLEB/CleanChanges/composer.json')
-rw-r--r--MLEB/CleanChanges/composer.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/MLEB/CleanChanges/composer.json b/MLEB/CleanChanges/composer.json
new file mode 100644
index 00000000..beb266f8
--- /dev/null
+++ b/MLEB/CleanChanges/composer.json
@@ -0,0 +1,11 @@
+{
+ "name": "mediawiki/cleanchanges",
+ "type": "mediawiki-extension",
+ "description": "More compact display of recent changes lists",
+ "homepage": "https://www.mediawiki.org/wiki/Extension:CleanChanges",
+ "license": "GPL-2.0+",
+
+ "require": {
+ "composer/installers": "*"
+ }
+}