aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-04-15 17:40:45 +0200
committerGitHub <noreply@github.com>2017-04-15 17:40:45 +0200
commit384c19e54e84520756a65c9f81ba9bee19f22daf (patch)
tree589554f223a1bb17ff5dd2f3792d85e6f715796d /composer.json
parentb4f65840d166db6c0244a773e8fe2693cb3f5d2e (diff)
parent7d5e7bf6c86997d875e645ca59004d021d982658 (diff)
downloadvolse-hubzilla-384c19e54e84520756a65c9f81ba9bee19f22daf.tar.gz
volse-hubzilla-384c19e54e84520756a65c9f81ba9bee19f22daf.tar.bz2
volse-hubzilla-384c19e54e84520756a65c9f81ba9bee19f22daf.zip
Merge pull request #717 from dawnbreak/simplepie
:arrow_up: Update SimplePie library.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 09e6d783e..9ae0d2150 100644
--- a/composer.json
+++ b/composer.json
@@ -32,7 +32,8 @@
"michelf/php-markdown" : "^1.7",
"pixel418/markdownify": "^2.2",
"bshaffer/oauth2-server-php": "^1.9",
- "ezyang/htmlpurifier": "^4.9"
+ "ezyang/htmlpurifier": "^4.9",
+ "simplepie/simplepie": ">=1.4.4 || dev-master"
},
"require-dev" : {
"php" : ">=7.0",
@@ -56,5 +57,9 @@
"minimum-stability" : "stable",
"config" : {
"notify-on-install" : false
- }
+ },
+ "repositories": [{
+ "type": "vcs",
+ "url": "https://github.com/simplepie/simplepie"
+ }]
}