mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-20 06:17:24 -04:00
channels, duration were wrongly parsed as string instead of int. ``` PHP Fatal error: Uncaught TypeError: SimplePie\Enclosure::__construct(): Argument #12 ($duration) must be of type ?int, string given in simplepie/src/Enclosure.php:199 ``` And add tests (there were none for those attributes) fix https://github.com/FreshRSS/FreshRSS/issues/8701 Upstream PR: * https://github.com/simplepie/simplepie/pull/975 * https://github.com/FreshRSS/simplepie/pull/74
30 lines
672 B
JSON
30 lines
672 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"
|
|
}
|
|
],
|
|
"require": {
|
|
"marienfressinaud/lib_opml": "0.5.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|