forked from solspace/craft-freeform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.25 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
{
"name": "solspace/craft-freeform",
"description": "The most reliable, intuitive and powerful form builder for Craft.",
"version": "3.9.11",
"type": "craft-plugin",
"authors": [
{
"name": "Solspace",
"homepage": "https://solspace.com/"
}
],
"require": {
"craftcms/cms": "^3.4.0",
"symfony/property-access": "^2.8|^3.0|^4.0|^5.0",
"symfony/finder": "^2.8|^3.0|^4.0|^5.0",
"symfony/filesystem": "^2.8|^3.0|^4.0|^5.0",
"solspace/craft3-commons": "^1.0.21",
"hashids/hashids": "^2.0",
"egulias/email-validator": "^2.1",
"nesbot/carbon": "^1.22.1|^2.19",
"stripe/stripe-php": "^7.27.3",
"phpoffice/phpspreadsheet": "^1.6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.1"
},
"autoload": {
"psr-4": {
"Solspace\\Freeform\\": "src/"
}
},
"extra": {
"schemaVersion": "3.1.0",
"handle": "freeform",
"class": "Solspace\\Freeform\\Freeform",
"name": "Freeform",
"developer": "Solspace",
"developerUrl": "https://docs.solspace.com/",
"documentationUrl": "https://docs.solspace.com/craft/freeform/v3/",
"changelogUrl": "https://raw.githubusercontent.com/solspace/craft3-freeform/v3/CHANGELOG.md",
"hasSettings": true,
"hasCpSection": true
}
}