summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-09-20 22:03:05 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-25 19:18:04 +0200
commit60ab4941cc7e6ede095e9e4aee3c2bf9a5c3bff6 (patch)
treebaf0b07dd1c545efeb59437af46a99f4d9f69425 /composer.json
parent2c8b4fa019749113658b9ed8cae211b679e4cbc0 (diff)
Move to nextcloud config and update phpunit
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 26654a69c..25d0db908 100644
--- a/composer.json
+++ b/composer.json
@@ -42,10 +42,10 @@
},
"require": {
"php": "^7.2",
- "ezyang/htmlpurifier": "4.12.0",
+ "ezyang/htmlpurifier": "^4.13.0",
"pear/net_url2": "2.2.2",
"riimu/kit-pathjoin": "1.2.0",
- "debril/feed-io": "^4.5",
+ "debril/feed-io": "^v4.7.8",
"arthurhoaro/favicon": "^1.2",
"ext-json": "*",
"ext-simplexml": "*",
@@ -53,11 +53,11 @@
"andreskrey/readability.php": "^2.1"
},
"require-dev": {
- "phpunit/phpunit": "^7.5",
- "squizlabs/php_codesniffer": "^3.4",
+ "phpunit/phpunit": "9.2.6",
+ "squizlabs/php_codesniffer": "^3.5.6",
"guzzlehttp/guzzle": "^6.3",
- "symfony/service-contracts": "1.1.8",
- "phpstan/phpstan": "^0.12.38"
+ "symfony/service-contracts": "2.2.0",
+ "phpstan/phpstan": "^0.12.43"
},
"replace": {
"guzzlehttp/guzzle": "*",