-
Notifications
You must be signed in to change notification settings - Fork 87
/
composer.json
45 lines (45 loc) · 1.18 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
{
"name": "eventespresso/event-espresso-core",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"description": "Event Espresso 4 Core for WordPress: Build an Event Ticketing Website Today!",
"authors": [
{
"name": "Event Espresso Teem",
"email": "[email protected]",
"homepage": "https://developer.eventespresso.com"
}
],
"homepage": "https://eventespresso.com",
"keywords": [
"event-espresso",
"wordpress",
"events",
"event-management",
"event-tickets",
"event-registration",
"ticketing-system"
],
"support": {
"issues": "https://github.com/eventespresso/event-espresso-core/issues",
"forum": "https://eventespresso/support/forums",
"source": "https://github.com/eventespresso/event-espresso-core",
"docs": "https://github.com/eventespresso/event-espresso-core/tree/master/docs"
},
"require": {
"php": ">=7.4",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"dompdf/dompdf": "^2.0.1",
"endyjasmi/cuid": "2.*",
"tijsverkoyen/css-to-inline-styles": "2.2.4",
"jaybizzle/crawler-detect": "^1.2",
"wp-graphql/wp-graphql": "~1.27.0"
},
"config": {
"platform": {
"php": "7.4.0"
}
}
}