Skip to content

Commit 49975cd

Browse files
authored
Merge pull request #63 from wp-cli/62-bump-php-compat-check-to-54
Bump PHP version to 5.4+ for PHP Compatibility Checker
2 parents 8d87079 + e989434 commit 49975cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<exclude name="PHPCompatibility.PHP.DeprecatedIniDirectives.magic_quotes_runtimeDeprecatedRemoved"/>
2727
<exclude name="PHPCompatibility.PHP.DeprecatedIniDirectives.magic_quotes_sybaseDeprecatedRemoved"/>
2828
</rule>
29-
<config name="testVersion" value="5.3-"/>
29+
<config name="testVersion" value="5.4-"/>
3030

3131
<rule ref="WordPress-Core">
3232
<exclude name="Squiz.PHP.DisallowMultipleAssignments.Found" />

0 commit comments

Comments
 (0)