From ae99d52aad2f8c008ce064d73141fcd3796a3dee Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 16 Aug 2019 07:57:34 +0200 Subject: Update to feedio 4+ (#494) - bumped dependencies to last supported version travis: - removed php 7.0 - move main target to nc 16 - drop support for nc 14 & 15 Signed-off-by: Benjamin Brahmer --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e40e7480a..2146b8779 100644 --- a/composer.json +++ b/composer.json @@ -35,19 +35,19 @@ "source": "https://github.com/nextcloud/news/" }, "require": { - "php": "^7.0", + "php": "^7.1", "ezyang/htmlpurifier": "4.10.0", "pear/net_url2": "2.2.2", "riimu/kit-pathjoin": "1.2.0", - "debril/feed-io": "^3.1", + "debril/feed-io": "^4.3", "arthurhoaro/favicon": "^1.2", "ext-json": "*", "ext-simplexml": "*", "ext-libxml": "*" }, "require-dev": { - "phpunit/phpunit": "^6.5", - "squizlabs/php_codesniffer": "^3.3", + "phpunit/phpunit": "^7.5", + "squizlabs/php_codesniffer": "^3.4", "guzzlehttp/guzzle": "^6.3" }, "replace": { -- cgit v1.2.3