summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2019-04-11 19:29:28 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2019-04-26 18:43:00 +0200
commit3af4817e578ea16d2442e287aa80fc6a9f2ddbcb (patch)
treeffa6f7b9bcc0847c9ccc1a49b0dbb99e26e1edfd /composer.json
parent23e1229d6a1b4d2555b95a45280ce83e40ad6c4d (diff)
Update to feedio 4+
- bumped dependencies to last supported version travis: - removed php 7.0 - move main target to stable16 - add seperate runs for stable14 and stable15 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
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": {