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-02 11:47:33 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-02 12:16:36 +0300
commit41ed8155683da88c94d391551687740141789c90 (patch)
tree07dbca5489867a53d1caebb7dad5cf33a69b5519 /composer.json
parent85b4440af53b8f903f93c2165d1acc404aa2e507 (diff)
Make the Mozart dependencies independent
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 1d11c42dc..2fa27a5a4 100644
--- a/composer.json
+++ b/composer.json
@@ -19,12 +19,12 @@
"require": {
"php": ">=7.3",
"arthurhoaro/favicon": "^1.2",
+ "bamarni/composer-bin-plugin": "^1.4",
"cerdic/css-tidy": "v1.7.3",
"christophwurst/kitinerary": "^0.2",
"christophwurst/kitinerary-bin": "^0.2",
"christophwurst/kitinerary-flatpak": "^0.2",
"christophwurst/kitinerary-sys": "^0.1.0",
- "coenjacobs/mozart": "0.6.0-beta-2",
"ezyang/htmlpurifier": "4.13.0",
"gravatarphp/gravatar": "^2.0",
"kwi/urllinker": "dev-bleeding",
@@ -46,11 +46,11 @@
"rubix/ml": "0.2.4"
},
"require-dev": {
- "roave/security-advisories": "dev-master",
"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"
},
"scripts": {
@@ -61,10 +61,12 @@
"psalm": "psalm",
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType",
"post-install-cmd": [
+ "@composer bin all install --ansi",
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"post-update-cmd": [
+ "@composer bin all update --ansi",
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],