FreshRSS/lib
Alexandre Alapetite bf1eda8c05
Fix extensions enableByList (#5979)
fix https://github.com/FreshRSS/FreshRSS/issues/5976
fix https://github.com/YunoHost-Apps/freshrss_ynh/pull/176
2023-12-26 12:17:52 +01:00
..
Minz Fix extensions enableByList (#5979) 2023-12-26 12:17:52 +01:00
SimplePie Use strict_types (#5830) 2023-11-16 22:43:00 +01:00
core-extensions Remove core extensions Google Groups and Tumblr (#5457) 2023-06-12 08:22:02 +02:00
marienfressinaud/lib_opml Update lib_opml to v0.5.1 (#5188) 2023-03-10 20:04:46 +01:00
phpgt/cssxpath CssXPath-StarSelector (#4506) 2022-08-18 11:14:40 +02:00
phpmailer/phpmailer Minor update dependencies (#5693) 2023-10-08 20:19:17 +02:00
.gitignore PHPMailer 6.8.0 (#5389) 2023-05-11 13:08:49 +02:00
.htaccess Patch for #2460: Run on Apache 2.4+ without mod_access_compat (#2461) 2019-07-31 13:48:06 +02:00
README.md Update to PHPMailer 6.6.0 with composer (#4329) 2022-05-14 23:38:16 +02:00
composer.json Minor update dependencies (#5693) 2023-10-08 20:19:17 +02:00
favicons.php Pass PHPStan level 8 (#5946) 2023-12-18 17:59:16 +01:00
http-conditional.php Use strict_types (#5830) 2023-11-16 22:43:00 +01:00
lib_date.php Use strict_types (#5830) 2023-11-16 22:43:00 +01:00
lib_install.php Pass PHPStan level 8 (#5946) 2023-12-18 17:59:16 +01:00
lib_rss.php Pass PHPStan level 8 (#5946) 2023-12-18 17:59:16 +01:00

README.md

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.