From c2479eb324d82ec4c8983f9c4de9cab818a3a7ea Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 24 Feb 2022 12:59:05 +0100 Subject: Bump dependencies Signed-off-by: Joas Schilling --- composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 7ba171b..27f33c1 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,6 @@ "name": "nextcloud/registration", "description": "registration", "license": "AGPL", - "require": { - }, "scripts": { "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix", @@ -19,12 +17,12 @@ "optimize-autoloader": true, "classmap-authoritative": true, "platform": { - "php": "7.2" + "php": "7.3" } }, "require-dev": { - "phpunit/phpunit": "^8.0", - "nextcloud/coding-standard": "^0.5.0", - "christophwurst/nextcloud_testing": "^0.12.3" + "phpunit/phpunit": "^9.5", + "nextcloud/coding-standard": "^1.0.0", + "christophwurst/nextcloud_testing": "^0.12.4" } } -- cgit v1.2.3