projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[FEATURE] Retrieve sendmail command from PHP configuration
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
func
/
composer.json
1
{
2
"name": "typo3/cms-func",
3
"type": "typo3-cms-framework",
4
"description": "TYPO3 Core",
5
"homepage": "http://typo3.org",
6
"license": ["GPL-2.0+"],
7
"version": "7.5.0",
8
9
"require": {
10
"typo3/cms-core": "*"
11
},
12
"replace": {
13
"func": "*"
14
},
15
"extra": {
16
"typo3/cms": {
17
"Package": {
18
"partOfFactoryDefault": true
19
}
20
}
21
},
22
"autoload": {
23
"psr-4": {
24
"TYPO3\\CMS\\Func\\": "Classes/"
25
}
26
}
27
}