From 644e1ac4f6ff103389a2dcec6e2d2d1e8399f2fc Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 13 May 2022 16:27:35 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03169=20-=20Add=20feature=20to=20connect?= =?UTF-8?q?=20Gsuite=20mail=20box=20with=20OAuth=20N=C2=B02504=20-=20Add?= =?UTF-8?q?=20feature=20to=20connect=20Office=20mail=20box=20with=20OAuth2?= =?UTF-8?q?=20for=20Microsoft=20Graph=20N=C2=B05102=20-=20Allow=20to=20sen?= =?UTF-8?q?d=20emails=20(eg.=20notifications)=20using=20GSuite=20SMTP=20an?= =?UTF-8?q?d=20OAuth=20=20*=202.7=20migration=20(wip)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/bin/generate-deps-for-config-factory.bat | 4 ++++ lib/bin/generate-factory-for-class.bat | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 lib/bin/generate-deps-for-config-factory.bat create mode 100644 lib/bin/generate-factory-for-class.bat diff --git a/lib/bin/generate-deps-for-config-factory.bat b/lib/bin/generate-deps-for-config-factory.bat new file mode 100644 index 000000000..3eae0eb2c --- /dev/null +++ b/lib/bin/generate-deps-for-config-factory.bat @@ -0,0 +1,4 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/../laminas/laminas-servicemanager/bin/generate-deps-for-config-factory +php "%BIN_TARGET%" %* diff --git a/lib/bin/generate-factory-for-class.bat b/lib/bin/generate-factory-for-class.bat new file mode 100644 index 000000000..97f2fa32a --- /dev/null +++ b/lib/bin/generate-factory-for-class.bat @@ -0,0 +1,4 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET BIN_TARGET=%~dp0/../laminas/laminas-servicemanager/bin/generate-factory-for-class +php "%BIN_TARGET%" %*