forked from helmutkaufmann/wn-passwordless-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (30 loc) · 938 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "brutalhost/wn-passwordless-plugin",
"type": "winter-plugin",
"description": "Passwordless frontend login.",
"keywords": ["winter", "wintercms", "laravel", "user", "login", "passwordless" ,"no", "password", "user", "extension", "plugin", "php"],
"license": "MIT",
"authors": [
{
"name": "Andrey Orlov",
"role": "Author",
"homepage": "https://brutalhost.ru"
},
{
"name": "Helmut Kaufmann",
"role": "Original Author of the Winter-CMS plugin",
"homepage": "https://mercator.li"
},
{
"name": "Nocio",
"role": "Original Author of the October-CMS plugin",
"homepage": "https://github.com/nocio"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"winter/wn-user-plugin": ">=2.0.0"
}
}