projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[BUGFIX] ScriptPreviewRenderer make use of protected function
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
workspaces
/
composer.json
1
{
2
"name": "typo3/cms-workspaces",
3
"type": "typo3-cms-framework",
4
"description": "TYPO3 Core",
5
"homepage": "http://typo3.org",
6
"license": ["GPL-2.0+"],
7
"version": "7.4.0",
8
9
"require": {
10
"typo3/cms-core": "*"
11
},
12
"replace": {
13
"workspaces": "*"
14
},
15
"autoload": {
16
"psr-4": {
17
"TYPO3\\CMS\\Workspaces\\": "Classes/"
18
}
19
},
20
"autoload-dev": {
21
"psr-4": {
22
"TYPO3\\CMS\\Workspaces\\Tests\\": "Tests/"
23
}
24
}
25
}