Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

Add support for PHP 7.3 #108

Closed brotkrueml closed 5 years ago

brotkrueml commented 5 years ago

Currently the requirements for PHP in composer.json is set to

"php": ">= 5.5, < 7.3"

so it can't be used in PHP 7.3.

IchHabRecht commented 5 years ago

Hi @brotkrueml,

Your remark is correct. There is already a pull request for PHP 7.3 support but unfortunately we do have dependencies that do not support PHP 7.3 currently neither. We will work on that issue but I can't tell you any time frame for an upcoming release.