PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 2.7.0
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v2.7.0
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
blockspare / freemius / phpcompat.xml

phpcompat.xml in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 2.7.0, 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>