mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 18:53:57 -04:00
* Fix LibOPML warnings Fix https://github.com/FreshRSS/FreshRSS/issues/8651 Apply the same flags than in other similar calls of FreshRSS Will need to send the patch upstream. * No LIBXML_NOERROR due to unit tests expecting a catch * LIBXML_NOERROR while waiting for better upstream fix * lib_opml fix loadXML warnings fix https://github.com/FreshRSS/FreshRSS/issues/8651 Upstream PR https://framagit.org/marienfressinaud/lib_opml/-/merge_requests/48 * Fix regression https://framagit.org/marienfressinaud/lib_opml/-/merge_requests/51 * Temporarily use fork
34 lines
815 B
JSON
34 lines
815 B
JSON
{
|
|
"name": "freshrss.org/freshrss",
|
|
"description": "A free, self-hostable aggregator",
|
|
"type": "project",
|
|
"homepage": "https://freshrss.org/",
|
|
"license": "AGPL-3.0",
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/FreshRSS/simplepie.git"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "https://framagit.org/Alkarex/lib_opml.git"
|
|
}
|
|
],
|
|
"require": {
|
|
"marienfressinaud/lib_opml": "dev-relax-non-fatal-errors#f0e850b6394af90b898daf0e65fcc7363457b844",
|
|
"phpgt/cssxpath": "v1.5.0",
|
|
"phpmailer/phpmailer": "7.0.2",
|
|
"simplepie/simplepie": "dev-freshrss#33e4bcf5685192b0fa4c9819f0813b47c3d22424"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"vendor-dir": "./"
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"git clean -d -ff -X .",
|
|
"find . -name '.git' -type d -exec rm -rf {} + || true"
|
|
]
|
|
}
|
|
}
|