Minification of JS/CSS with Composer for compatibility

This commit is contained in:
2018-06-14 17:56:03 +02:00
parent 14a6387218
commit 358602bf48
7 changed files with 25 additions and 8 deletions

View File

@@ -21,6 +21,6 @@
</rule>
<!-- PHP compatibility level -->
<config name="testVersion" value="5.5-"/>
<config name="testVersion" value="5.2-"/>
<rule ref="PHPCompatibility"/>
</ruleset>