From 728fec15bcebd7304b4c1dd4e2f51665ca99b55b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 9 Feb 2022 11:51:53 +0100 Subject: Bump composer dependencies Signed-off-by: Joas Schilling --- composer.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5ace8f009..e6f16c700 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,13 @@ "OCA\\Talk\\": "lib/" } }, + "config": { + "optimize-autoloader": true, + "classmap-authoritative": true, + "platform": { + "php": "7.4" + } + }, "scripts": { "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix", @@ -15,8 +22,8 @@ "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType" }, "require-dev": { - "nextcloud/coding-standard": "^0.4.0", - "vimeo/psalm": "^4.10", - "christophwurst/nextcloud": "dev-master@dev" + "nextcloud/coding-standard": "^1.0", + "vimeo/psalm": "^4.20", + "christophwurst/nextcloud": "dev-master" } } -- cgit v1.2.3