2017-12-10 22:19:30 +01:00
< ? php
/***************************************************************
* Extension Manager / Repository config file for ext " abtest2 " .
*
* Auto generated 04 - 12 - 2017 10 : 08
*
* Manual updates :
* Only the data in the array - everything else is removed by next
* writing . " version " and " dependencies " must not be touched !
***************************************************************/
2017-12-24 00:10:08 +01:00
$EM_CONF [ $_EXTKEY ] = [
2017-12-10 22:33:11 +01:00
'title' => 'AB Test Pages' ,
2017-12-11 00:18:29 +01:00
'description' => 'With this extension, administrators can deliver different content for the same URL (AB test), depending on cookies or least showed page to realize a most accurate possible test.' ,
2017-12-10 22:33:11 +01:00
'category' => 'misc' ,
'author' => 'Sven Wappler' ,
'author_email' => 'typo3YYYY@wappler.systems' ,
'author_company' => 'WapplerSystems' ,
'state' => 'stable' ,
'uploadfolder' => false ,
'createDirs' => '' ,
'clearCacheOnLoad' => true ,
'version' => '0.1.0' ,
'constraints' =>
2017-12-24 00:10:08 +01:00
[
2017-12-10 22:33:11 +01:00
'depends' =>
2017-12-24 00:10:08 +01:00
[
2017-12-10 22:33:11 +01:00
'typo3' => '7.6.0-8.7.99' ,
'realurl' => '2.0.0-0.0.0' ,
2017-12-24 00:10:08 +01:00
],
2017-12-10 22:33:11 +01:00
'conflicts' =>
2017-12-24 00:10:08 +01:00
[],
2017-12-10 22:33:11 +01:00
'suggests' =>
2017-12-24 00:10:08 +01:00
[],
],
];
2017-12-10 22:19:30 +01:00