PluginProbe
WPIDE – File Manager & Code Editor / 3.5.5
WPIDE – File Manager & Code Editor v3.5.5
3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 3.4 All 54 releases
wpide / freemius / phpcompat.xml

phpcompat.xml in WPIDE – File Manager & Code Editor 3.5.5, at freemius/phpcompat.xml

19 lines 621 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <ruleset name="PHP Compatibility">
3 <description>Apply PHP compatibility checks to all files</description>
4 <config name="testVersion" value="5.6-"/>
5 <arg name="extensions" value="php"/>
6 <ini name="memory_limit" value="256M"/>
7 <arg name="basepath" value="./"/>
8 <arg name="parallel" value="20"/>
9
10 <file>./</file>
11
12 <rule ref="PHPCompatibility"/>
13
14 <exclude-pattern>/node_modules/*</exclude-pattern>
15 <exclude-pattern>/vendor/*</exclude-pattern>
16 <exclude-pattern>/assets/*</exclude-pattern>
17 <exclude-pattern>/languages/*</exclude-pattern>
18 <exclude-pattern>.phpstan</exclude-pattern>
19 </ruleset>