From f000b0265508350f2a96e3ddd22841cc54e0f048 Mon Sep 17 00:00:00 2001 From: jfrocha Date: Wed, 19 May 2021 10:43:26 +0200 Subject: [PATCH] Changed packagist for zm-client --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e325b1b..84c5cf2 100644 --- a/composer.json +++ b/composer.json @@ -40,12 +40,18 @@ "email": "ruslan.baidan@cases.lu" } ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/monarc-project/zm-client" + } + ], "require": { "php": "^7.2", "ext-json": "*", "ext-pdo": "*", "ext-bcmath": "*", - "monarc/frontoffice": "^2.10.3", + "monarc/frontoffice": "dev-phpword_v0.18.1", "monarc/core": "^2.10.3", "laminas/laminas-mvc": "^3.1", "laminas/laminas-di": "^3.1",