Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-09 13:51:53 +0300
committerJoas Schilling <coding@schilljs.com>2022-02-09 13:53:24 +0300
commit728fec15bcebd7304b4c1dd4e2f51665ca99b55b (patch)
tree6097e36fffe5e36fd69746ba5b17460906eed14d /composer.json
parentbbf2224fbe81ca12213917961f09453b666c3818 (diff)
Bump composer dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 10 insertions, 3 deletions
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"
}
}