-
-
Notifications
You must be signed in to change notification settings - Fork 73
/
composer.json
56 lines (56 loc) · 1.69 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
{
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
"version": "3.0.10",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"formie"
],
"support": {
"email": "support@verbb.io",
"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.2",
"commerceguys/addressing": "^2.1.1",
"craftcms/cms": "^5.0.0",
"dompdf/dompdf": "^1.0.2 || ^2.0.3",
"ezyang/htmlpurifier": "^4.13",
"fakerphp/faker": "^1.9.1",
"giggsey/libphonenumber-for-php": "^8.12",
"html2text/html2text": "^4.3",
"league/html-to-markdown": "^4.10 || ^5.0",
"moneyphp/money": "^4.0",
"nystudio107/craft-plugin-vite": "^5.0.0",
"stripe/stripe-php": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
"symfony/expression-language": "^5.3.0",
"verbb/auth": "^2.0.15",
"verbb/base": "^3.0.4",
"voku/anti-xss": "^4.1"
},
"autoload": {
"psr-4": {
"verbb\\formie\\": "src/"
}
},
"extra": {
"name": "Formie",
"handle": "formie",
"changelogUrl": "https://raw.githubusercontent.com/verbb/formie/craft-5/CHANGELOG.md",
"class": "verbb\\formie\\Formie"
}
}