Browse Source

Update .phpcs.xml

Eduardo Mozart de Oliveira 11 months ago
parent
commit
20f05d689a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .phpcs.xml

+ 2 - 2
.phpcs.xml

@@ -22,8 +22,8 @@
    <file>.</file>
    <exclude-pattern>vendor</exclude-pattern>
 
-   <!-- Check for cross-version support for PHP 5.6 and higher. -->
-   <config name="testVersion" value="5.4-"/>
+   <!-- Check for cross-version support for PHP 7.1 and higher. -->
+   <config name="testVersion" value="7.0-"/>
 
    <!-- args -->
    <arg name="extensions" value="php,php5,inc"/>