[TYPO3-dev] Auto-install of extension dependencies

Philipp Gampe philipp.gampe at typo3.org
Fri Jan 16 15:22:31 CET 2015


Hi Martin,

Martin Lipp wrote:

> my extension depends on templavoila 1.9. (since I use TYPO3 6.2). I
> defined that in the ext_emconf.php file ('templavoila' => '1.9.2'), but
> on installation of my extension, TYPO3 always downloads the latest
> version of templavoila (currently 2.0). Are the version constraints not
> taken into account on purpose? Is there a way to auto-install an older
> version of an extension?

You only define a min version. Define a max version by putting a dash in 
between:
'templavoila' => '1.9.2-1.9.2'

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!




More information about the TYPO3-dev mailing list