aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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"
+ }]
}