PluginProbe
Passster – Password Protect Pages and Content / trunk
Passster – Password Protect Pages and Content vtrunk
4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 4.2.16 All 47 releases
content-protector / inc / freemius / phpcompat.xml

phpcompat.xml in Passster – Password Protect Pages and Content trunk, at inc/freemius/phpcompat.xml

19 lines 639 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>