From f39673254426b42384c18421237a655925f15f05 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Mon, 20 Jul 2020 16:48:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Esymfony/finder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- extend/catcher/library/InstallCatchModule.php | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 extend/catcher/library/InstallCatchModule.php diff --git a/composer.json b/composer.json index aa3e5e9..1f4945e 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "overtrue/wechat": "^4.2", "jaguarjack/migration-generator": "dev-master", "phpoffice/phpspreadsheet": "^1.12", - "dragonmantank/cron-expression": "^3.0" + "dragonmantank/cron-expression": "^3.0", + "symfony/finder": "^5.1" }, "require-dev": { "topthink/think-trace":"^1.0", diff --git a/extend/catcher/library/InstallCatchModule.php b/extend/catcher/library/InstallCatchModule.php new file mode 100644 index 0000000..ef90e0a --- /dev/null +++ b/extend/catcher/library/InstallCatchModule.php @@ -0,0 +1,10 @@ +