Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Sągol
lfeditor
Commits
4ffe776c
Commit
4ffe776c
authored
Dec 05, 2016
by
Philipp Nowinski
Browse files
[TASK] correct TYPO3 version constraint; remove PHP version constraint
parent
30205398
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_emconf.php
View file @
4ffe776c
...
...
@@ -18,7 +18,7 @@ Following functions are implemented in this module:
* Meta information handling
* Backups, recovering and diff view'
,
'category'
=>
'module'
,
'version'
=>
'
3.3.3
'
,
'version'
=>
'
4.0.0
'
,
'state'
=>
'stable'
,
'uploadfolder'
=>
0
,
'createDirs'
=>
''
,
...
...
@@ -28,8 +28,7 @@ Following functions are implemented in this module:
'author_company'
=>
'sgalinski Internet Services'
,
'constraints'
=>
array
(
'depends'
=>
array
(
'php'
=>
'5.3.0-7.0.99'
,
'typo3'
=>
'7.6.12-7.99.99'
,
'typo3'
=>
'>=7.6.12,<8.6.0'
,
),
'conflicts'
=>
array
(
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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