Explorar o código

Update .phpcs.xml

Eduardo Mozart de Oliveira hai 11 meses
pai
achega
20f05d689a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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"/>