-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
41 lines (41 loc) · 1.16 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
{
"name": "brainappeal/campus_events_frontend",
"type": "typo3-cms-extension",
"description": "Manage events, appointments, registrations and participants centrally with Campus Events. To use this extension, a Campus Events installation or access to the API is required. For more information see https://www.campus-events.com",
"license": [
"GPL-2.0-only"
],
"keywords": [
"TYPO3",
"extension",
"event",
"events",
"veranstaltung",
"eventtool"
],
"homepage": "https://www.campus-events.com/",
"authors": [
{
"name": "Brain Appeal GmbH",
"email": "info@brain-appeal.com",
"homepage": "https://www.brain-appeal.com"
}
],
"require": {
"typo3/cms-core": "^12.4 || ^13.4",
"brainappeal/campus_events_connector": "^5.0"
},
"autoload": {
"psr-4": {
"BrainAppeal\\CampusEventsFrontend\\": "Classes"
}
},
"replace": {
"typo3-ter/campus_events_frontend": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "campus_events_frontend"
}
}
}