From b6459e617289f729da1372b40f5a35940943f36d Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Mon, 3 Apr 2017 22:08:32 +0200 Subject: :arrow_up: Update SimplePie library. As a follow up to issue #699 update SimplePie from 1.2.1-dev (around 6years old) to current git master (1.4.4-dev). We use the master branch until the next release because it contains our patch for enclosure titles already. The other patches in the library from us can be done by configuring the SimplePie object in our code instead. Used composer to manage this library and use class autoloading. Add some unit tests for include/feedutils.php, but the interesting parts are unfortunately not testable with the current code. --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'composer.json') 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" + }] } -- cgit v1.2.3