[TYPO3-dev] TYPO3 6.2, Powermail and PHP-Version

Stefan Padberg post at bergische-webschmiede.de
Tue Feb 23 08:52:50 CET 2016


Am 22.02.2016 um 20:29 schrieb Philipp Gampe:
> Hi Stefan,
> 
> Stefan Padberg wrote:
> 
>>> Why could I install Powermail 2.23 without being PHP the correct
>>> version? I think the extension manager should block this.
>>>
>>
>> This is still something that I am wondering of.
> 
> Does Powermail have spezified any PHP version constrain in the 
> ext_emconf.php file?
> 


Yes, of course they have established dependency constraints. In
ext_emconf.php:

    'constraints' => [
        'depends' => [
            'typo3' => '6.2.7-7.99.99',
            'extbase' => '6.2.0-7.99.99',
            'fluid' => '6.2.0-7.99.99',
            'php' => '5.5.0-0.0.0'
        ],
        'conflicts' => [],
        'suggests' => [],
    ],

Regards
Stefan

-- 
Bergische Webschmiede
Dipl.-Ing. Stefan Padberg
TYPO3-Integrator und Webprogrammierer
:: Borner Str. 18 - 42349 Wuppertal
:: +49 202 97648355
:: +49 173 9219845
:: post at bergische-webschmiede.de
:: http://www.bergische-webschmiede.de



More information about the TYPO3-dev mailing list