Upgrade to TYPO3 9.5 LTS

This commit is contained in:
Björn Fromme
2019-06-06 17:20:29 +02:00
parent adab7fb39a
commit 3c472eb973
989 changed files with 4924 additions and 3674 deletions
@@ -0,0 +1,15 @@
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'E&P Tracking',
'description' => '',
'category' => 'plugin',
'author' => 'Björn Fromme',
'author_email' => '[email protected]',
'state' => 'stable',
'author_company' => 'dreipunktnull',
'version' => '1.1.0',
'constraints' => [
'depends' => [],
],
];