mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
* Bump phpstan/phpstan from 2.1.46 to 2.1.54 --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.54 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fixes some PHPStan issues, including compatibility PHP 8.2- Follow-up of https://github.com/FreshRSS/FreshRSS/pull/8713 Co-authored-by: Copilot <copilot@github.com> * Bump PHPStan-strict-rules * Fix PHPStan for PHP 8.3 * Ignore PHPStan warning for PHP 8.2 and PHP 8.3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Copilot <copilot@github.com>
Libraries
SimplePie
FreshRSS uses a forked version of SimplePie, with a number of patches.
See the read-me of our fork.
Updating libraries
Some of the libraries in this folder can be updated semi-automatically by invoking:
cd ./FreshRSS/lib/
composer update --no-autoloader
Remember to read the change-logs, proof-read the changes, preserve possible local patches, add irrelevant files to .gitignore (minimal installation), and test before committing.