forked from verbb/formie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
59 lines (59 loc) · 1.82 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
55
56
57
58
59
{
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
"version": "2.0.30",
"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": {
"php": "^8.0.2",
"commerceguys/addressing": "^1.2",
"craftcms/cms": "^4.3.2",
"dompdf/dompdf": "^1.0.2 || ^2.0.3",
"ezyang/htmlpurifier": "^4.13",
"fakerphp/faker": "^1.9.1",
"giggsey/libphonenumber-for-php": "^8.12",
"guzzlehttp/oauth-subscriber": "^0.4.0 || ^0.5.0 || ^0.6.0",
"html2text/html2text": "^4.3",
"league/html-to-markdown": "^4.10 || ^5.0",
"league/oauth1-client": "^1.9",
"league/oauth2-client": "^2.6.0",
"league/oauth2-google": "^3.0 || ^4.0",
"moneyphp/money": "^4.0",
"nystudio107/craft-plugin-vite": "^4.0.0-beta.4",
"stripe/stripe-php": "^7.0",
"symfony/expression-language": "^5.3.0",
"thenetworg/oauth2-azure": "^2.0",
"verbb/base": "^2.0.0"
},
"autoload": {
"psr-4": {
"verbb\\formie\\": "src/"
}
},
"extra": {
"name": "Formie",
"handle": "formie",
"changelogUrl": "https://raw.githubusercontent.com/verbb/formie/craft-4/CHANGELOG.md",
"class": "verbb\\formie\\Formie"
}
}