FreshRSS/lib
NaeiKinDus ed07055ace
fix(minz): fix malformed HTTP header (#5699)
2023-10-11 22:36:15 +02:00
..
Minz fix(minz): fix malformed HTTP header (#5699) 2023-10-11 22:36:15 +02:00
SimplePie Merge SimplePie 747 (#5199) 2023-03-13 13:10:09 +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 fix many "Only booleans are allowed in an if condition" (#5501) 2023-07-07 21:53:17 +02:00
http-conditional.php fix many "Only booleans are allowed in an if condition" (#5501) 2023-07-07 21:53:17 +02:00
lib_date.php PHPStan Level 7 complete (#5406) 2023-05-22 20:55:59 +02:00
lib_install.php Improve Dev Container (#5423) 2023-05-28 18:03:34 +02:00
lib_rss.php Fix JSON export/import (#5626) 2023-09-04 10:09:37 +02: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.