summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json27
1 files changed, 14 insertions, 13 deletions
diff --git a/composer.json b/composer.json
index 7c0d514cd..c15fd7454 100644
--- a/composer.json
+++ b/composer.json
@@ -40,13 +40,13 @@
"source": "https://github.com/nextcloud/news/"
},
"require": {
- "php": "^7.2 || ~8.0",
- "ezyang/htmlpurifier": "^4.14.0",
+ "php": "~8.0",
+ "ezyang/htmlpurifier": "^4.17.0",
"pear/net_url2": "^2.2.2",
"riimu/kit-pathjoin": "^1.2.0",
- "debril/feed-io": "^v4.9.12",
- "arthurhoaro/favicon": "^1.3.3",
- "fivefilters/readability.php": "^2.1",
+ "debril/feed-io": "v5.3.1",
+ "arthurhoaro/favicon": "^2.0.0",
+ "fivefilters/readability.php": "^3.1",
"ext-json": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
@@ -54,15 +54,16 @@
"ext-curl": "*"
},
"require-dev": {
- "phpunit/phpunit": "9.5.*",
- "squizlabs/php_codesniffer": "^3.7.1",
- "phpstan/phpstan": "^1.8.2",
- "phpstan/phpstan-doctrine": "^1.3.11",
- "phpstan/phpstan-strict-rules": "^1.3.0",
- "phpstan/phpstan-phpunit": "^1.0.0",
- "phpstan/extension-installer": "^1.1.0",
+ "phpunit/phpunit": "9.6.*",
+ "squizlabs/php_codesniffer": "^3.9.1",
+ "phpstan/phpstan": "^1.10.60",
+ "phpstan/phpstan-doctrine": "^1.3.69",
+ "phpstan/phpstan-strict-rules": "^1.5.2",
+ "phpstan/phpstan-phpunit": "^1.3.16",
+ "phpstan/extension-installer": "^1.3.1",
+ "phpstan/phpstan-deprecation-rules": "^1.1",
"guzzlehttp/guzzle": "^7.3.0",
- "doctrine/dbal": "^3.3.7",
+ "doctrine/dbal": "^3.8.0",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},