diff options
author | 2022-06-19 21:45:33 +0200 | |
---|---|---|
committer | 2022-06-19 21:45:33 +0200 | |
commit | 8365a7a34dea6750fab4c29541ec1801cdbc83e4 (patch) | |
tree | ddece4e9d4e4f7f7e7e70b25827c9f3adf2ba643 /README.md | |
parent | 192dc4dae2b023acb17218e4ad330d082194489d (diff) | |
download | rss-bridge-8365a7a34dea6750fab4c29541ec1801cdbc83e4.tar.gz rss-bridge-8365a7a34dea6750fab4c29541ec1801cdbc83e4.tar.zst rss-bridge-8365a7a34dea6750fab4c29541ec1801cdbc83e4.zip |
chore: bump required php version to 7.4 (#2838)
* chore: require min php 7.4
* Revert "feat: backport php 7.3 functions (#2803)"
This reverts commit 6df5a4bc14abd9aec4ed1936f2b032ce754af358.
* [BandcampDaily] use array_key_first
* hard fail on php versions below 7.4
* update phpcompat linter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -60,7 +60,7 @@ RSS-Bridge hashtag (#rss-bridge) search on Twitter, in Atom format (as displayed Requirements === -RSS-Bridge requires PHP 7.1 or higher with following extensions enabled: +RSS-Bridge requires PHP 7.4 or higher with following extensions enabled: - [`openssl`](https://secure.php.net/manual/en/book.openssl.php) - [`libxml`](https://secure.php.net/manual/en/book.libxml.php) @@ -349,7 +349,6 @@ RSS-Bridge uses third party libraries with their own license: * [`Parsedown`](https://github.com/erusev/parsedown) licensed under the [MIT License](https://opensource.org/licenses/MIT) * [`PHP Simple HTML DOM Parser`](https://simplehtmldom.sourceforge.io/docs/1.9/index.html) licensed under the [MIT License](https://opensource.org/licenses/MIT) * [`php-urljoin`](https://github.com/fluffy-critter/php-urljoin) licensed under the [MIT License](https://opensource.org/licenses/MIT) - * [php polyfills](https://github.com/symfony/polyfill) licensed under the [MIT License](https://opensource.org/licenses/MIT) * [`Laravel framework`](https://github.com/laravel/framework/) licensed under the [MIT License](https://opensource.org/licenses/MIT) Technical notes |