<?xml version="1.0"?>
<ruleset name="Custom ruleset">
	<description>Test PHP7.4 compatibility</description>

	<!-- Run against the PHPCompatibility ruleset -->
	<rule ref="PHPCompatibility"/>

	<file>./src</file>
	<file>./tests</file>
	<file>./authLdap.php</file>

	<config name="installed_paths" value="vendor/phpcompatibility/php-compatibility" />
	<config name="testVersion" value="7.4-"/>

	<arg name="colors"/>
	<arg value="sp"/>
</ruleset>
