From 0c59e6ef4249cf9717405bab3e08a6a88b30fa4d Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Sun, 3 May 2020 16:16:20 +0300 Subject: [PATCH] Load submodules --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 0555de72..71ba0793 100644 --- a/composer.json +++ b/composer.json @@ -80,6 +80,9 @@ "url": "https://github.com/danog/dns" }], "scripts": { + "post-autoload-dump": [ + "git submodule init && git submodule update" + ], "build": [ "@docs", "@cs-fix",