Breaking change: No longer autoload with composer

Use wfLoadExtension or require_once instead

Change-Id: I78fe1f19a157f09b034499e3fb5417e7793c1d13
This commit is contained in:
Niklas Laxström
2015-08-28 18:22:04 +02:00
parent 7c56622e2f
commit 4776e62a30
2 changed files with 34 additions and 37 deletions

View File

@@ -20,8 +20,5 @@
},
"suggest": {
"mediawiki/cldr": "Language names in all languages"
},
"autoload": {
"files": ["UniversalLanguageSelector.php"]
}
}