forked from verbb/formie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.56 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
46
47
48
49
50
51
52
53
54
{
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
"version": "1.4.4",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"formie"
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/verbb/formie/issues?state=open",
"source": "https://github.com/verbb/formie",
"docs": "https://github.com/verbb/formie",
"rss": "https://github.com/verbb/formie/commits/v2.atom"
},
"license": "proprietary",
"authors": [
{
"name": "Verbb",
"homepage": "https://verbb.io"
}
],
"require": {
"craftcms/cms": "^3.6.0",
"commerceguys/addressing": "^1.0",
"ext-json": "*",
"ezyang/htmlpurifier": "^4.13",
"fakerphp/faker": "^1.9.1",
"giggsey/libphonenumber-for-php": "^8.12",
"guzzlehttp/oauth-subscriber": "^0.3.0 || ^0.4.0",
"hoa/ruler": "~2.0",
"html2text/html2text": "^4.3",
"league/html-to-markdown": "^4.10",
"league/oauth1-client": "^1.7",
"league/oauth2-client": "^2.4.0",
"league/oauth2-google": "^3.0",
"verbb/base": "^1.0.0"
},
"autoload": {
"psr-4": {
"verbb\\formie\\": "src/"
}
},
"extra": {
"name": "Formie",
"handle": "formie",
"changelogUrl": "https://raw.githubusercontent.com/verbb/formie/craft-3/CHANGELOG.md",
"class": "verbb\\formie\\Formie"
}
}