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
/
recycler
/
composer.json
1
{
2
"name": "typo3/cms-recycler",
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
"recycler": "*"
14
},
15
"autoload": {
16
"psr-4": {
17
"TYPO3\\CMS\\Recycler\\": "Classes/"
18
}
19
}
20
}