Skip to content

Commit 7f58824

Browse files
committed
switch to php-feed-io/feed-io
Signed-off-by: Benjamin Brahmer <[email protected]>
1 parent 522500b commit 7f58824

File tree

3 files changed

+77
-72
lines changed

3 files changed

+77
-72
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
88
## [26.x.x]
99
### Changed
1010
- add recently viewed list
11+
- switch to php-feed-io/feed-io
1112

1213
### Fixed
1314
- only use Last-Modified header if a feed supports it

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "nextcloud/news",
23
"type": "project",
34
"license": "AGPL-3.0",
45
"description": "An RSS/Atom feed reader. Requires Nextcloud background jobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
@@ -43,7 +44,7 @@
4344
"php": "^8.2",
4445
"ezyang/htmlpurifier": "4.18.0",
4546
"riimu/kit-pathjoin": "^1.2.0",
46-
"debril/feed-io": "v5.3.1",
47+
"php-feed-io/feed-io": "v5.3.3",
4748
"arthurhoaro/favicon": "^2.0.1",
4849
"fivefilters/readability.php": "^3.3",
4950
"ext-json": "*",

composer.lock

Lines changed: 74 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)