Parcourir la source

Update .phpcs.xml

Eduardo Mozart de Oliveira il y a 11 mois
Parent
commit
20f05d689a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"/>