chenge minimum php version to 5.4

This commit is contained in:
Wojciech Smoliński 2018-08-11 14:27:24 +02:00
parent 3a300be1ad
commit d7e7c4b9d5

View file

@ -34,7 +34,7 @@
<!-- For help in understanding this testVersion:
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
<config name="testVersion" value="5.3-"/>
<config name="testVersion" value="5.4-"/>
<!-- Ignore php_uname mode issue, we're conditionally providing a callback -->
<rule ref="PHPCompatibility.PHP.NewFunctionParameters.php_uname_modeFound">