aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-05-04 00:58:02 +0200
committerMario Vavti <mario@mariovavti.com>2017-05-04 10:07:29 +0200
commitb4529229d2c4e832ec9ba1c99546d38f26111356 (patch)
treebd51d3841ce5b40c0e13aceb60d49a0dba3f8ac5 /composer.json
parent73f41023f3cd3ba49c4acb9c2edcc85143f7dd33 (diff)
downloadvolse-hubzilla-b4529229d2c4e832ec9ba1c99546d38f26111356.tar.gz
volse-hubzilla-b4529229d2c4e832ec9ba1c99546d38f26111356.tar.bz2
volse-hubzilla-b4529229d2c4e832ec9ba1c99546d38f26111356.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",