Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Oliver Eglseder
lfeditor
Commits
1695f326
Commit
1695f326
authored
Nov 04, 2016
by
Josef Glatz
Browse files
[TASK] Update dependencies
* raise minimum TYPO3 version * raise upper PHP version limit
parent
5cb3ed8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_emconf.php
View file @
1695f326
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "lfeditor".
*
* Auto generated 01-07-2013 06:06
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF
[
$_EXTKEY
]
=
array
(
'title'
=>
'Language File Editor'
,
'description'
=>
'This module serves several functions for editing of language files.
...
...
@@ -49,8 +39,8 @@ Following functions are implemented in this module:
'CGLcompliance_note'
=>
''
,
'constraints'
=>
array
(
'depends'
=>
array
(
'php'
=>
'5.3.0-
5.6
.99'
,
'typo3'
=>
'
6.2
.1
5
-7.99.99'
,
'php'
=>
'5.3.0-
7.0
.99'
,
'typo3'
=>
'
7.6
.1
2
-7.99.99'
,
),
'conflicts'
=>
array
(
),
...
...
@@ -61,5 +51,3 @@ Following functions are implemented in this module:
'suggests'
=>
array
(
),
);
?>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment