-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.23 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": "astuteo/pardot-map",
"description": "Intended for Astuteo client's use. A simple helper for client forms to push data to Pardot.",
"type": "craft-plugin",
"version": "1.1.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"pardot map"
],
"support": {
"docs": "https://github.com/astuteollc/pardot-map/blob/master/README.md",
"issues": "https://github.com/astuteollc/pardot-map/issues"
},
"license": "MIT",
"authors": [
{
"name": "astuteo",
"homepage": "https://www.astuteo.com"
}
],
"require": {
"craftcms/cms": "^3.5.0",
"solspace/craft-freeform": "^3.6.0"
},
"autoload": {
"psr-4": {
"astuteo\\pardotmap\\": "src/"
}
},
"extra": {
"name": "Pardot Map",
"handle": "pardot-map",
"hasCpSettings": true,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/astuteollc/pardot-map/master/CHANGELOG.md",
"components": {
"pardotMapService": "astuteo\\pardotmap\\services\\PardotMapService"
},
"class": "astuteo\\pardotmap\\PardotMap"
}
}