summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/composer.json b/composer.json
index 7953b9fc6..c15fd7454 100644
--- a/composer.json
+++ b/composer.json
@@ -40,12 +40,12 @@
"source": "https://github.com/nextcloud/news/"
},
"require": {
- "php": "^7.2 || ~8.0",
- "ezyang/htmlpurifier": "^4.16.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",
+ "debril/feed-io": "v5.3.1",
+ "arthurhoaro/favicon": "^2.0.0",
"fivefilters/readability.php": "^3.1",
"ext-json": "*",
"ext-simplexml": "*",
@@ -54,16 +54,16 @@
"ext-curl": "*"
},
"require-dev": {
- "phpunit/phpunit": "9.5.*",
- "squizlabs/php_codesniffer": "^3.7.1",
- "phpstan/phpstan": "^1.9.2",
- "phpstan/phpstan-doctrine": "^1.3.23",
- "phpstan/phpstan-strict-rules": "^1.4.4",
- "phpstan/phpstan-phpunit": "^1.2.2",
- "phpstan/extension-installer": "^1.2.0",
- "phpstan/phpstan-deprecation-rules": "^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.5.1",
+ "doctrine/dbal": "^3.8.0",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},