Files
FreshRSS/lib
berumuron 6813e16e95 fix: Fix preg_match in enforceHttpEncoding (#4623)
`preg_match` can return `1`, `0` or `false`. In this last case,
`enforceHttpEncoding` was trying to access `$matches[1]`, even if the regex wasn't matching.
2022-09-19 11:50:46 +02:00
..
2022-08-21 22:44:03 +02:00
2022-09-05 09:15:20 +02:00
2022-08-18 11:14:40 +02:00
2022-08-18 11:14:40 +02:00
2022-09-09 22:56:34 +02:00

Libraries

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.