[TASK] Updates for TYPO3 11

This commit is contained in:
Philipp Dieter
2023-09-26 16:19:53 +02:00
parent e126e674c7
commit a02b1bb939
27 changed files with 258 additions and 287 deletions

View File

@@ -16,14 +16,14 @@ $EM_CONF[$_EXTKEY] = [
'category' => 'plugin',
'author' => 'Philipp Dieter',
'author_email' => 'philippdieter@attic-media.net',
'state' => 'alpha',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.0.1',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-10.99.99',
'typo3' => '8.7.0-11.99.99',
],
'conflicts' => [],
'suggests' => [],