-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.14 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
47
48
49
50
{
"name": "ffpi/ffpi-theme",
"description": "Theme for Freifunk Pinneberg",
"homepage": "https://pinneberg.freifunk.net",
"license": "GPL-3.0",
"type": "typo3-cms-extension",
"authors": [
{
"name": "Kevin Quiatkowski",
"role": "Developer"
}
],
"support": {
"forum": "https://pinneberg.freifunk.net/forum/",
"source": "https://github.com/freifunk-pinneberg/typo3-tx_ffpi_theme"
},
"keywords": [
"Freifunk",
"Pinneberg",
"Theme"
],
"replace": {
"ffpi_theme": "self.version",
"ffpi/ffpi-theme": "self.version"
},
"require": {
"typo3/cms-core": "10.0.0 - 10.4.99"
},
"suggest": {
"ffpi/nodecounter": "Displays a Freifunk Nodecounter",
"ffpi/node-updates": "Allows users to get notifications about offline nodes",
"ffpi/firmware-list": "Shows a Table with all firmware downloads"
},
"autoload": {
"psr-4": {
"FFPI\\FfpiTheme\\": "Classes"
}
},
"autoload-dev": {
"psr-4": {
}
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web",
"extension-key": "ffpi_theme"
}
}
}