mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-08 23:16:14 +01:00
88785e32e0
Fixes #579 Closes #530 [ci skip]
787 B
787 B
Our approach to PHP version support
- For the TYPO3 versions we currently support, this extension will support all PHP versions officially supported by those TYPO3 versions.
- In addition, we are doing our best to support newer PHP versions as soon as they are available (even release candidates, alphas and betas).
- Before we mark a PHP version as supported via
composer.json
andext_emconf.php
, we ensure that all tests pass on that PHP version. (That also means that if you want to install the extension on that PHP version nonetheless, you will need to tweak Composer's platform settings to bypass this.)