summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'AntiSpoof/composer.json')
-rw-r--r--AntiSpoof/composer.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/AntiSpoof/composer.json b/AntiSpoof/composer.json
deleted file mode 100644
index 54590ad6..00000000
--- a/AntiSpoof/composer.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "mediawiki/anti-spoof",
- "type": "mediawiki-extension",
- "description": "The AntiSpoof extension is an extension for preventing confusable usernames from being created. It blocks the creation of accounts with mixed-script, confusing and similar usernames.",
- "homepage": "http://www.mediawiki.org/wiki/Extension:AntiSpoof",
- "license" : "GPL-2.0+",
-
- "require": {
- "composer/installers" : "*"
- }
-}