From b8edecc092673e6ff8f3ce48615395fb09631a3f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 5 Jun 2021 14:33:41 +0300 Subject: [PATCH] ignore ext-ldap, ext-zmq deps --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39a8ba5e76..02f85e5528 100644 --- a/composer.json +++ b/composer.json @@ -55,5 +55,9 @@ "type": "git", "url": "https://github.com/yurikuzn/lightncandy.git" } - ] + ], + "replace": { + "ext-ldap": "*", + "ext-zmq": "*" + } }