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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-29 13:28:12 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-29 13:28:12 +0300
commitdab020a1297b67fcc697c6aaffaabf5c5a4e623b (patch)
treefe7023d2cfda032481ccb8c56b82e237cbf93891 /composer.json
parentd3a0badae68cde1a79c920e8001a021b3d6d3425 (diff)
Update baseline and switch to vimeo/psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index c562483..2c04a1a 100644
--- a/composer.json
+++ b/composer.json
@@ -13,8 +13,8 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^0.5.0",
- "psalm/phar": "^4.3",
- "christophwurst/nextcloud": "dev-master@dev"
+ "christophwurst/nextcloud": "dev-master@dev",
+ "vimeo/psalm": "^4.3.2"
},
"config": {
"optimize-autoloader": true,