41 lines
1.0 KiB
PHP
41 lines
1.0 KiB
PHP
<?php
|
|
/**
|
|
* Extension Manager/Repository config file for ext: "dj_discourse_sso"
|
|
*/
|
|
|
|
|
|
$EM_CONF[$_EXTKEY] = array(
|
|
'title' => 'Discourse SSO',
|
|
'description' => 'Single sign on support for Discourse forum software, thus FE users from Typo3 are automatically logged into Discourse',
|
|
'category' => 'be',
|
|
'author' => 'Dirk Jahnke',
|
|
'author_email' => 'dirk.jahnke@mailbox.org',
|
|
'author_company' => 'Dirk Jahnke',
|
|
'shy' => '',
|
|
'dependencies' => 'extbase,fluid',
|
|
'conflicts' => '',
|
|
'priority' => 'bottom',
|
|
'state' => 'beta',
|
|
'uploadfolder' => '0',
|
|
'createDirs' => '',
|
|
'modify_tables' => '',
|
|
'clearCacheOnLoad' => 1,
|
|
'lockType' => '',
|
|
'version' => '0.0.1',
|
|
'constraints' => array(
|
|
'depends' => array(
|
|
'php' => '5.4.0-0.0.0',
|
|
'typo3' => '6.2.0-6.2.99',
|
|
'extbase' => '6.2.0-6.2.99',
|
|
'fluid' => '0.0.0-0.0.0',
|
|
),
|
|
'conflicts' => array(
|
|
),
|
|
'suggests' => array(
|
|
'devlog' => '0.0.0-0.0.0',
|
|
),
|
|
),
|
|
);
|
|
|
|
?>
|