projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[BUGFIX] Add missing htmlspecialchars() or quoteJSvalue()
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
recordlist
/
composer.json
1
{
2
"name": "typo3/cms-recordlist",
3
"type": "typo3-cms-framework",
4
"description": "TYPO3 Core",
5
"homepage": "http://typo3.org",
6
"license": ["GPL-2.0+"],
7
"version": "7.0.0",
8
9
"require": {
10
"typo3/cms-core": "*"
11
},
12
"replace": {
13
"recordlist": "*"
14
},
15
"extra": {
16
"typo3/cms": {
17
"Package": {
18
"protected": true,
19
"partOfFactoryDefault": true,
20
"partOfMinimalUsableSystem": true
21
}
22
}
23
}
24
}