-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·31 lines (31 loc) · 928 Bytes
/
composer.json
File metadata and controls
executable file
·31 lines (31 loc) · 928 Bytes
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
{
"name": "campaignchain/hook-duration",
"description": "Define the start and end date of an Action.",
"keywords": ["hook","campaignchain"],
"type": "campaignchain-hook",
"homepage": "http://www.campaignchain.com",
"license": "Apache-2.0",
"authors": [
{
"name": "CampaignChain, Inc.",
"email": "info@campaignchain.com",
"homepage": "http://www.campaignchain.com"
}
],
"support": {
"issues": "https://github.com/CampaignChain/campaignchain-ce/issues",
"docs": "http://doc.campaignchain.com"
},
"autoload": {
"psr-4": { "CampaignChain\\Hook\\DurationBundle\\": "" }
},
"extra": {
"campaignchain": {
"kernel": {
"classes": [
"CampaignChain\\Hook\\DurationBundle\\CampaignChainHookDurationBundle"
]
}
}
}
}