diff options
Diffstat (limited to 'lib/composer.json')
| -rw-r--r-- | lib/composer.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/composer.json b/lib/composer.json index c1b3da704..f7ed58363 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -7,13 +7,18 @@ "repositories": [ { "type": "git", + "url": "https://github.com/FreshRSS/simplepie.git" + }, + { + "type": "git", "url": "https://github.com/PhpGt/CssXPath.git" } ], "require": { "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "dev-master#45f3ac151fc21d459e2515c3aff97cd4bf877bf8", - "phpmailer/phpmailer": "6.9.1" + "phpmailer/phpmailer": "6.9.1", + "simplepie/simplepie": "dev-freshrss#1cabd55aee050a0a665685d8ec700f1edd5c5160" }, "config": { "sort-packages": true, |
