-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
93 lines (93 loc) · 2.36 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "freifunk-pinneberg/website",
"description": "Freifunk Pinneberg Website",
"license": "CC-BY-NC-4.0",
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
},
{
"type": "git",
"url": "git@github.com:freifunk-pinneberg/typo3-tx_ffpi_nodecounter.git"
},
{
"type": "git",
"url": "git@github.com:freifunk-pinneberg/typo3-tx_ffpi_theme.git"
},
{
"type": "git",
"url": "git@github.com:freifunk-pinneberg/typo3-tx_ffpi_helgo_theme.git"
},
{
"type": "git",
"url": "git@github.com:freifunk-pinneberg/typo3-tx_ffpi_node_updates.git"
},
{
"type": "git",
"url": "git@github.com:freifunk-pinneberg/typo3-tx_ffpi_firmware_list.git"
}
],
"config": {
"vendor-dir": "vendor",
"bin-dir": "bin",
"web-dir": "web",
"platform": {
"php": "7.2"
},
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"minimum-stability": "beta",
"require": {
"typo3/cms-core": "10.4.*",
"typo3/cms-base-distribution": "10.*",
"typo3/cms-recycler": "10.*",
"typo3/cms-filemetadata": "10.*",
"typo3/cms-workspaces": "10.*",
"typo3/cms-backend": "10.*",
"typo3/cms-beuser": "10.*",
"typo3/cms-redirects": "10.*",
"typo3/cms-linkvalidator": "10.*",
"typo3/cms-lowlevel": "10.*",
"typo3/cms-lang": "10.*",
"typo3/cms-seo": "10.*",
"typo3/cms-scheduler": "10.*",
"ffpi/ffpi-theme": "dev-feature/typo3v10",
"ffpi/ffpi-helgo-theme": "dev-feature/typo3-10",
"ffpi/firmware-list": "dev-feature/typo3-10",
"ffpi/node-updates": "dev-feature/typo3-10",
"ffpi/nodecounter": "dev-feature/typo3v10",
"friendsoftypo3/extension-builder": "*",
"helhum/typo3-console": "*",
"ext-curl": "*",
"ext-openssl": "*",
"ext-json": "*",
"netresearch/rte-ckeditor-image": "^10.0",
"lochmueller/staticfilecache": "^11.1"
},
"require-dev": {
"deployer/deployer": "6.4.*",
"rector/rector": "0.13.4",
"saschaegerer/phpstan-typo3": "*",
"phpstan/phpstan": "*"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": "web"
}
},
"scripts": {
"post-update-cmd": [
],
"post-install-cmd": [
]
},
"autoload": {
"psr-4": {
}
}
}