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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-11 21:36:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-11 21:36:17 +0300
commit729bae4c1fee8b83c63521734eb6bad923886052 (patch)
treea6a55d7f2d19ce092c89d0d35ec9a10cf771da03 /composer.json
parent6a24f382bf3cdd7b7fc05a798f6a8dbaa79d59a3 (diff)
Remove phan
This tool was never really used. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 287dc38ce..edf203ce0 100644
--- a/composer.json
+++ b/composer.json
@@ -47,7 +47,6 @@
},
"require-dev": {
"christophwurst/nextcloud": "v20.0.7",
- "phan/phan": "^4.0",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^4.1"
},
@@ -55,7 +54,6 @@
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
- "phan": "phan --allow-polyfill-parser -k .phan/config.php",
"psalm": "psalm",
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType",
"post-install-cmd": [