aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-05-04 00:58:02 +0200
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-05-04 00:58:02 +0200
commitd2058ee151fcf0876ebea948a14d36912768ecb6 (patch)
tree25239c7a67786fd7b4a55f36bd2cc109ee012f78 /composer.json
parentd6a3f7765adbbf5f58c08964932d25d3c0364439 (diff)
downloadvolse-hubzilla-d2058ee151fcf0876ebea948a14d36912768ecb6.tar.gz
volse-hubzilla-d2058ee151fcf0876ebea948a14d36912768ecb6.tar.bz2
volse-hubzilla-d2058ee151fcf0876ebea948a14d36912768ecb6.zip
:arrow_up: Update SimplePie library to 1.5.
There is a new stable release, so upgrade from the dev branch to the new 1.5 release.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 9ae0d2150..44606ff2b 100644
--- a/composer.json
+++ b/composer.json
@@ -33,7 +33,7 @@
"pixel418/markdownify": "^2.2",
"bshaffer/oauth2-server-php": "^1.9",
"ezyang/htmlpurifier": "^4.9",
- "simplepie/simplepie": ">=1.4.4 || dev-master"
+ "simplepie/simplepie": "~1.5"
},
"require-dev" : {
"php" : ">=7.0",