Merge "Add support for Argon2 password hashing"
[lhc/web/wiklou.git] / resources / Resources.php
index 8f3e8c4..9293063 100644 (file)
@@ -1317,6 +1317,9 @@ return [
                'dependencies' => [
                        'mediawiki.api',
                        'mediawiki.storage',
+                       // The two user.* modules are not used by mediawiki.user itself,
+                       // but kept as explicit dependencies because they provide part
+                       // of the mw.user API that consumers of this module expect.
                        'user.options',
                        'user.tokens',
                ],