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 16:16:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-11 16:54:10 +0300
commit7ccb6727d23ccc06b944632ac11ff52b026aa866 (patch)
treea1de6f9d74ab1e9448fe1c46fd781e8e4f9a17a1 /composer.json
parentc8d04344f7f221c25f10602f90438d3930bfe01f (diff)
Scope the cs-fixer and its dependencies
Sometimes the dev dependencies of Mail cause a conflict with other apps or Nextcloud server. Most of the Symfony dev deps are pulled in via the php-cs-fixer, while that binary is actually independent and it doesn't need to load any of its classes into a Nextcloud process. Therefore we can use the composer bin plugin to move the bin into its own directory. `composer run cs:fix` works just like before. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index c9bd7d777..15f9b076d 100644
--- a/composer.json
+++ b/composer.json
@@ -48,7 +48,6 @@
"require-dev": {
"christophwurst/nextcloud": "v20.0.7",
"christophwurst/nextcloud_testing": "0.12.4",
- "nextcloud/coding-standard": "^0.5.0",
"phan/phan": "^4.0",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^4.1"