summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-10-23 08:00:05 +0200
committerGitHub <noreply@github.com>2018-10-23 08:00:05 +0200
commit904395de9cebcff111bdc15f52ad1e4a97685c02 (patch)
tree356438ac3b873b9cfc96b9b2c65f3c22c34b9812 /composer.json
parent37157b42254c52db036f92246441c77bfbfd64ee (diff)
parent6ba21408f7fa74d72acb22ff4f810343210b8b72 (diff)
Merge pull request #364 from nextcloud/dep-upgrade
Npm bump
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index eaf54c4cb..efe82796e 100644
--- a/composer.json
+++ b/composer.json
@@ -31,9 +31,9 @@
"require": {
"php": "^7.0",
"ezyang/htmlpurifier": "4.10.0",
- "miniflux/picofeed": "0.1.34",
"pear/net_url2": "2.2.2",
- "riimu/kit-pathjoin": "1.2.0"
+ "riimu/kit-pathjoin": "1.2.0",
+ "nicolus/picofeed": "0.1.35"
},
"require-dev": {
"phpunit/phpunit": "^6.5"