From 32f386f8fc78d8903a588ed4422d47a12b640398 Mon Sep 17 00:00:00 2001 From: Inhere Date: Wed, 27 Oct 2021 22:07:57 +0800 Subject: [PATCH] fix: dep package toolkit/fsutil not added --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 2b8351c..b93f400 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "php": ">7.3.0", "symfony/polyfill-php80": "~1.0", "toolkit/cli-utils": "~1.0", + "toolkit/fsutil": "~1.0", "toolkit/pflag": "~1.0", "toolkit/stdlib": "~1.0", "toolkit/sys-utils": "~1.0"