TASK: Update dependencies for CMS 8

This commit is contained in:
Daniel Siepmann 2017-07-07 16:24:56 +02:00
parent d61a86f8fe
commit a8fdb8a44d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -7,8 +7,8 @@ $EM_CONF[$_EXTKEY] = [
'clearCacheOnLoad' => 1,
'constraints' => [
'depends' => [
'typo3' => '7.6.0-7.6.99',
'php' => '5.6.0-7.99.99'
'typo3' => '8.7.0-8.7.99',
'php' => '7.1.0-7.99.99'
],
'conflicts' => [],
],