Search code examples
symfonyshopware

Shopware (5): Which Shopware Version uses which min PHP Version?


Does anybody know which Shopware Versions run which PHP versions?

Something like min/max php version for e.g. Shopware 4.3 or 5.5...

Kind of a list.

Thanks a lot for your help.


Solution

  • SW-Version   | PHP-Version
    Shopware 4.3 | 5.3.2 - 5.6.4
    Shopware 5.2 | 5.6.4 - (without ioncube plugins and LicenceManager up to 7.2)
    Shopware 5.3 | ≙
    Shopware 5.4 | ≙
    Shopware 5.5 | 5.6.4 - 7.2 (7.2 recommended)
    Shopware 5.6 | 7.2+ (7.3 recommended) !!!7.2.20 and 7.3.7 are not compatible!!!
    Shopware 5.7 | 7.4+ (PHP 8 compatible) Older versions are not supported anymore.
    Shopware 6.x | ≙
    

    Latest Shopware 5 Requirements DE 5.7 | EN 5.7

    General Shopware 6 Requirements DE | EN

    Replaced *.* with what means: same as above

    Shopware supported PHP below 5.6.4 untill version 4.3.

    After Shopware reached version 5.2 they decided cut the working with ioncube because actually on every php version change they had to wait on ioncube to bring out a new version. So from 5.2 plugins are open source with different license of usage. You could use later versions of php than 5.6 e.g. 7.0 and so on but only if you have no plugin that is ioncube crypted. Also the Licence Manager has to be removed.

    From SW 5.5+ Showare starte to support PHP 7.2

    SW 5.6 supports 7.3 as well but some versions of 7.2/7.3 (see list) are not supported.