-
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": "putyourlightson/craft-element-status-events",
"description": "Element status events extension for Craft CMS.",
"version": "2.1.0",
"type": "yii2-extension",
"homepage": "https://github.com/lsst-epo/craft-element-status-events",
"license": "MIT",
"keywords": [
"craft",
"cms",
"craftcms",
"element",
"status",
"events"
],
"authors": [
{
"name": "Ben Croker",
"homepage": "https://putyourlightson.com",
"role": "Developer"
},
{
"name": "Oliver Stark",
"homepage": "https://www.fortrabbit.com",
"role": "Developer"
}
],
"require": {
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
"putyourlightson\\elementstatusevents\\": "src/"
}
},
"support": {
"docs": "https://github.com/lsst-epo/craft-element-status-events",
"source": "https://github.com/lsst-epo/craft-element-status-events",
"issues": "https://github.com/lsst-epo/craft-element-status-events/issues"
},
"extra": {
"bootstrap": "putyourlightson\\elementstatusevents\\ElementStatusEvents"
}
}