projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[BUGFIX] Move TCA modification of saltedpasswords to TCA/Overrides
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
openid
/
composer.json
1
{
2
"name": "typo3/cms-openid",
3
"type": "typo3-cms-framework",
4
"description": "TYPO3 Core",
5
"homepage": "http://typo3.org",
6
"license": ["GPL-2.0+"],
7
"version": "6.3.0",
8
9
"require": {
10
"typo3/cms-core": "*",
11
"typo3/cms-sv": "*",
12
"typo3/cms-setup": "*"
13
},
14
"replace": {
15
"openid": "*"
16
}
17
}