| 
<?php$EM_CONF[$_EXTKEY] = [
 'title' => 'Site Language Redirection',
 'description' => 'PSR-15 middleware to redirect user to correct site language via HTTP headers (Accept-Language) and IP address.',
 'category' => 'misc',
 'shy' => 0,
 'version' => '2.3.3',
 'state' => 'stable',
 'uploadfolder' => 0,
 'clearCacheOnLoad' => 0,
 'author' => 'Harald Atteneder',
 'author_email' => '[email protected]',
 'author_company' => 'UT urban trout Software e.U.',
 'constraints' => [
 'depends' => [
 'php' => '7.0.0-8.9.99',
 'typo3' => '9.5.0-11.9.99',
 ],
 'conflicts' => [],
 'suggests' => [],
 ],
 ];
 
 |