-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
46 lines (46 loc) · 1.22 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
{
"name": "verbb/events",
"description": "A full-featured plugin for event management and ticketing.",
"type": "craft-plugin",
"version": "3.0.4",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"events"
],
"support": {
"email": "support@verbb.io",
"issues": "https://github.com/verbb/events/issues?state=open",
"source": "https://github.com/verbb/events",
"docs": "https://github.com/verbb/events",
"rss": "https://github.com/verbb/events/commits/v2.atom"
},
"license": "proprietary",
"authors": [
{
"name": "Verbb",
"homepage": "https://verbb.io"
}
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0",
"craftcms/commerce": "^5.0.0",
"endroid/qr-code": "^4.0.0",
"jsvrcek/ics": "^0.8.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
"verbb\\events\\": "src/"
}
},
"extra": {
"name": "Events",
"handle": "events",
"changelogUrl": "https://raw.githubusercontent.com/verbb/events/craft-5/CHANGELOG.md",
"class": "verbb\\events\\Events"
}
}