-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
45 lines (45 loc) · 1.39 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
41
42
43
44
45
{
"name": "barrelstrength/sprout-forms-google-recaptcha",
"description": "Google Recaptcha for Sprout Forms",
"type": "craft-plugin",
"version": "1.4.1",
"keywords": [
"craft",
"cms",
"craftcms",
"forms",
"sprout forms",
"sprout google recaptcha"
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/barrelstrength/craft-sprout-forms-google-recaptcha/issues?state=open",
"source": "https://github.com/barrelstrength/craft-sprout-forms-google-recaptcha",
"docs": "https://sprout.barrelstrengthdesign.com/docs/forms",
"rss": "https://github.com/barrelstrength/craft-sprout-forms-google-recaptcha/commits/v2.atom"
},
"license": "MIT",
"authors": [
{
"name": "Barrel Strength",
"homepage": "https://www.barrelstrengthdesign.com/"
}
],
"require": {
"craftcms/cms": "^3.0.0",
"barrelstrength/sprout-forms": "^3.10.0"
},
"autoload": {
"psr-4": {
"barrelstrength\\sproutformsgooglerecaptcha\\": "src/"
}
},
"extra": {
"name": "Google reCAPTCHA for Sprout Forms",
"handle": "sprout-forms-google-recaptcha",
"developer": "Barrel Strength",
"developerUrl": "https://barrelstrengthdesign.com",
"documentationUrl": "https://sprout.barrelstrengthdesign.com/docs/forms",
"class": "barrelstrength\\sproutformsgooglerecaptcha\\SproutFormsGoogleRecaptcha"
}
}