-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
32 lines (32 loc) · 981 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
{
"name": "typo3/minimal",
"type": "metapackage",
"description": "Minimal required set of TYPO3 extensions",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "TYPO3 CMS Core Team",
"role": "Developer",
"homepage": "https://forge.typo3.org/projects/typo3cms-core"
},
{
"name": "The TYPO3 Community",
"role": "Contributor",
"homepage": "https://typo3.org/community/"
}
],
"support": {
"general": "https://typo3.org/support/",
"issues": "https://forge.typo3.org",
"irc": "irc://irc.freenode.net/#typo3-cms",
"news": "nntp://lists.typo3.org"
},
"require": {
"typo3/cms-backend": "dev-main",
"typo3/cms-core": "dev-main",
"typo3/cms-extbase": "dev-main",
"typo3/cms-filelist": "dev-main",
"typo3/cms-fluid": "dev-main",
"typo3/cms-frontend": "dev-main"
}
}