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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-27 10:34:56 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-27 10:36:02 +0300
commit4839da834a87bdc78233576f7db88c52d78a3995 (patch)
tree932409dc74f01939f5932b9883b936a6aa9addf9 /composer.json
parent6b69f3e5eeb82a10400d4fca6a638cfde7aeb1ae (diff)
Move to vimeo/psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 39abe30..bb703f2 100644
--- a/composer.json
+++ b/composer.json
@@ -1,16 +1,24 @@
{
"require-dev": {
+ "nextcloud/coding-standard": "^0.4.0",
+ "nextcloud/ocp": "dev-master",
"php-parallel-lint/php-parallel-lint": "^1.0",
"phpunit/phpunit": "^8",
- "psalm/phar": "^4.3",
- "nextcloud/coding-standard": "^0.4.0",
- "nextcloud/ocp": "dev-master"
+ "vimeo/psalm": "^4.27"
+ },
+ "config": {
+ "optimize-autoloader": true,
+ "classmap-authoritative": true,
+ "platform": {
+ "php": "7.4"
+ },
+ "sort-packages": true
},
"scripts": {
"lint": "parallel-lint --exclude src --exclude vendor --exclude target --exclude build .",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
- "psalm": "psalm.phar"
+ "psalm": "psalm --threads=1"
},
"autoload-dev": {
"psr-4": {