summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/EmailLogin/composer.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/EmailLogin/composer.json
first commit
Diffstat (limited to 'www/wiki/extensions/EmailLogin/composer.json')
-rw-r--r--www/wiki/extensions/EmailLogin/composer.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/wiki/extensions/EmailLogin/composer.json b/www/wiki/extensions/EmailLogin/composer.json
new file mode 100644
index 00000000..97da7b69
--- /dev/null
+++ b/www/wiki/extensions/EmailLogin/composer.json
@@ -0,0 +1,26 @@
+{
+ "name": "archi-strasbourg/email-login",
+ "description": "MediaWiki extension that allows user to login with their e-mail address",
+ "license": "GPL-3.0",
+ "type": "mediawiki-extension",
+ "require-dev": {
+ "symfony/var-dumper": "~3.2.0",
+ "squizlabs/php_codesniffer": "~2.8.0",
+ "phpunit/phpunit": "~5.7.0",
+ "mockery/mockery": "~0.9.5",
+ "php-mock/php-mock-mockery": "~1.1.0"
+ },
+ "authors": [
+ {
+ "name": "Pierre Rudloff",
+ "email": "contact@rudloff.pro",
+ "homepage": "https://rudloff.pro/",
+ "role": "Developer"
+ }
+ ],
+ "autoload-dev": {
+ "psr-4": {
+ "EmailLogin\\": "classes/"
+ }
+ }
+}