blob: 7300d86b8b0592964048307ad688ee7eae72c78e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Libraries
## SimplePie
FreshRSS uses a forked version of [SimplePie](https://github.com/simplepie/simplepie), with a [number of patches](https://github.com/FreshRSS/simplepie/).
See the [read-me of our fork](https://github.com/FreshRSS/simplepie/blob/freshrss/.github/README.md).
## Updating libraries
Some of the libraries in this folder can be updated semi-automatically by invoking:
```sh
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`](.gitignore) (minimal installation), and test before committing.
|