-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1011 Bytes
/
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
{
"name": "undkonsorten/eventmgmt",
"type": "typo3-cms-extension",
"description": "Event Management",
"homepage": "https://www.undkonsorten.com",
"authors": [
{
"name": "Eike Starkmann",
"email": "[email protected]",
"homepage": "http://undkonsorten.com",
"role": "Developer"
},
{
"name": "Thomas Alboth",
"email": "[email protected]",
"homepage": "http://undkonsorten.com",
"role": "Product Owner"
}
],
"license": ["GPL-2.0+"],
"keywords": ["address", "TYPO3", "contacts"],
"support": {
"issues": "https://support.undkonsorten.com/projects/events"
},
"repositories": [
{ "type": "vcs", "url":"ssh://[email protected]:29418/extensions/addressmgmt.git" }
],
"require": {
"typo3/cms-core": "^9.5",
"undkonsorten/addressmgmt": "^4.0"
},
"require-dev": {
"composer/composer": "^1.8"
},
"autoload": {
"psr-4": {
"Undkonsorten\\Eventmgmt\\": "Classes"
}
}
}