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:57:06 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-27 10:57:06 +0300
commiteb26cc52e894df7bcaa05282e1758f6c674e0f85 (patch)
treed67fa768742439340928ddfed7ed694b07b3dab2
parentaa697bcf3d79386101a6dc5aa5e23052dcbd1a05 (diff)
Fix script
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 9011021..eee1e81 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
"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": {