[TYPO3-dev] Extension depending on minimum version of other extension

Dmitry Dulepov [typo3] dmitry at typo3.org
Thu Feb 7 09:20:55 CET 2008


Hi!

Christian Lerrahn (Cerebrum) wrote:
> I'm running into the problem that my extensions requires a minimum
> version of another extension to run. This is due to API constraints.
> However, it seems impossible to require a certain version (range) in
> the ext_emconf.php but I can only give an extension key.
> Also, it might be useful to be able to have dependencies that are
> exclusive or where only either one or the other is required.
> 
> Am I right that everything above is impossible? If yes, is there any
> way to change that in future versions?

The following works:

'extkey' => ''
'extkey' => '1.0.0-',
'extkey' => '1.0.0-4.2.0'

Does this answer your question?

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"




More information about the TYPO3-dev mailing list