BUGFIX: Adjust emconf

* Fix TYPO3 Version constraint.
* Adjust author.
This commit is contained in:
Daniel Siepmann 2017-06-06 11:45:23 +02:00
parent 78c8c66915
commit d26172b5cb
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -6,7 +6,7 @@ $EM_CONF[$_EXTKEY] = [
'category' => 'be',
'constraints' => [
'depends' => [
'typo3' => '6.2.0-6.2.99',
'typo3' => '7.6.0-7.6.99',
'php' => '5.6.0-7.99.99'
],
'conflicts' => [],
@ -18,7 +18,7 @@ $EM_CONF[$_EXTKEY] = [
],
'state' => 'alpha',
'clearCacheOnLoad' => 1,
'author' => 'Justus Leon Moroni',
'author_email' => 'developer@leonmrni.com',
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'version' => '1.0.0',
];