Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
64638664
Commit
64638664
authored
Apr 16, 2018
by
Stefan Busemann
Browse files
[TASK] update requirements
parent
b35bff40
Changes
2
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
64638664
...
...
@@ -9,7 +9,7 @@
}
},
"require"
:
{
"php"
:
"^
5.5
"
,
"
typo3/cms
"
:
"
^
7.6
"
"php"
:
"^
7
"
,
"
typo3/cms
"
:
"
^
8.7
"
}
}
ext_emconf.php
View file @
64638664
...
...
@@ -6,7 +6,7 @@ $EM_CONF[$_EXTKEY] = array(
'category'
=>
'fe'
,
'constraints'
=>
array
(
'depends'
=>
array
(
'typo3'
=>
'
7.6
.0-
7
.99.99'
,
'typo3'
=>
'
8.7
.0-
8
.99.99'
,
),
'conflicts'
=>
array
(),
'suggests'
=>
array
(),
...
...
@@ -16,7 +16,7 @@ $EM_CONF[$_EXTKEY] = array(
'createDirs'
=>
''
,
'clearcacheonload'
=>
true
,
'author'
=>
'Oliver Eglseder, Stefan Busemann'
,
'author_email'
=>
'php@vxvr.de'
,
'author_email'
=>
'php@vxvr.de
, stefan.busemann@in2code.de
'
,
'author_company'
=>
'TYPO3 Association'
,
'version'
=>
'0.0.2'
,
);
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