projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[!!!][TASK] Remove deprecated Fluid Viewhelper arguments
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
context_help
/
composer.json
1
{
2
"name": "typo3/cms-context-help",
3
"type": "typo3-cms-framework",
4
"description": "TYPO3 Core",
5
"homepage": "https://typo3.org",
6
"license": ["GPL-2.0+"],
7
8
"require": {
9
"typo3/cms-core": "*"
10
},
11
"replace": {
12
"context_help": "*"
13
},
14
"extra": {
15
"typo3/cms": {
16
"Package": {
17
"partOfFactoryDefault": true
18
}
19
}
20
},
21
"autoload": {
22
"psr-4": {
23
"TYPO3\\CMS\\ContextHelp\\": "Classes/"
24
}
25
}
26
}