PluginProbe
Tiered Pricing Table for WooCommerce / 7.1.7
Tiered Pricing Table for WooCommerce v7.1.7
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
tier-pricing-table / freemius / phpcompat.xml

phpcompat.xml in Tiered Pricing Table for WooCommerce 7.1.7, 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>