-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.02 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": "pfadfinden/bdp_distribution",
"type": "typo3-cms-extension",
"description": "",
"homepage": "https://www.pfadfinden.de",
"license": [
"GPL-2.0-or-later"
],
"keywords": [
"TYPO3 CMS",
"introduction"
],
"authors": [
{
"name": "Christian Schrebe",
"role": "Developer",
"email": "christian.schrebe@pfadfinden.de"
}
],
"require": {
"typo3/cms-core": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4",
"typo3/cms-impexp": "^12.4",
"pfadfinden/bdp_template": "^6.0.1",
"georgringer/news": "^11.4",
"friendsoftypo3/tt-address": "^8.0",
"georgringer/numbered-pagination": "^2.0",
"lochmueller/calendarize": "^13.0"
},
"autoload": {
"psr-4": {
"Pfadfinden\\BdpDistribution\\": "Classes/"
}
},
"replace": {
"typo3-ter/bdp_distribution": "self.version"
},
"extra": {
"typo3/cms": {
"skip-ter-packagist-import": true,
"extension-key": "bdp_distribution"
}
}
}