瀏覽代碼

Update .phpcs.xml

Eduardo Mozart de Oliveira 11 月之前
父節點
當前提交
20f05d689a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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"/>