-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
40 lines (40 loc) · 1.02 KB
/
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
33
34
35
36
37
38
39
40
{
"name": "josephcrowell/wn-magicforms-plugin",
"type": "winter-plugin",
"description": "Create easy (and almost magic) AJAX forms",
"homepage": "https://github.com/josephcrowell/wn-magicforms-plugin",
"keywords": [
"winter",
"cms",
"wintercms",
"plugin",
"form",
"forms",
"magic forms",
"recaptcha"
],
"license": "MIT",
"authors": [
{
"name": "Martin M.",
"email": "[email protected]",
"role": "Original Author"
},
{
"name": "Joseph Crowell",
"email": "[email protected]",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/josephcrowell/wn-magicforms-plugin/issues",
"source": "https://github.com/josephcrowell/wn-magicforms-plugin"
},
"require": {
"php": ">=7.2",
"composer/installers": "~1.0"
},
"replace": {
"martin/wn-forms-plugin": "~2.0"
}
}