[TYPO3-dev] dependencies into TER?

Christian Welzel gawain at camlann.de
Sat Sep 1 19:56:04 CEST 2007


Hi there!

What is the required format to get the dependencies of an extension
into TER? I used the following code in ext_emconf.php and my local
installation displays the dependency, but the TER ignores it constantly:

$EM_CONF[$_EXTKEY] = array(
        'title' => 'Kickstarter for lib/div MVC framework',
        'description' => 'This is an addon to the kickstarter and generates ...',
        'category' => 'be',
        'shy' => 0,
        'version' => '0.0.8',
        'state' => 'alpha',
        'uploadfolder' => 0,
        'createDirs' => '',
        'clearcacheonload' => 0,
        'author' => 'Christian Welzel',
        'author_email' => 'gawain at camlann.de',
        'author_company' => 'schech.net',
        'constraints' => array(
                'depends' => array(
                        'kickstarter' => '0.3.8-0.0.0',
                ),
                'conflicts' => array(
                ),
                'suggests' => array(
                ),
        ),
        '_md5_values_when_last_written' => '...',
);

So what to write to make the TER happy?

-- 
 MfG, Christian Welzel

  GPG-Key:     http://www.camlann.de/key.asc
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15




More information about the TYPO3-dev mailing list