projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TASK] Remove dependency between SiteLanguage and Site
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
frontend
/
ext_emconf.php
1
<
?php
2
$EM_CONF
[
$_EXTKEY
] = [
3
'title'
=>
'TYPO3 Frontend library'
,
4
'description'
=>
'Classes for the frontend of TYPO3.'
,
5
'category'
=>
'fe'
,
6
'state'
=>
'stable'
,
7
'uploadfolder'
=>
0
,
8
'createDirs'
=>
''
,
9
'clearCacheOnLoad'
=>
1
,
10
'author'
=>
'TYPO3 Core Team'
,
11
'author_email'
=>
'typo3cms
@typo3
.org'
,
12
'author_company'
=>
''
,
13
'version'
=>
'9.4.0'
,
14
'constraints'
=> [
15
'depends'
=> [
16
'typo3'
=>
'9.4.0'
,
17
],
18
'conflicts'
=> [],
19
'suggests'
=> [],
20
],
21
];