mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-27 03:50:42 +03:00
8365a7a34d
* chore: require min php 7.4
* Revert "feat: backport php 7.3 functions (#2803)"
This reverts commit 6df5a4bc14
.
* [BandcampDaily] use array_key_first
* hard fail on php versions below 7.4
* update phpcompat linter
15 lines
405 B
XML
15 lines
405 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset name="RSS-Bridge PHPCompatibility">
|
|
<description>Defines rules for PHPCompatibility</description>
|
|
<exclude-pattern>./static</exclude-pattern>
|
|
<exclude-pattern>./vendor</exclude-pattern>
|
|
|
|
<!-- Run against the PHPCompatibility ruleset -->
|
|
<!--
|
|
|
|
-->
|
|
<config name="testVersion" value="7.4-"/>
|
|
<rule ref="PHPCompatibility">
|
|
</rule>
|
|
|
|
</ruleset>
|