From 49cf3b469483aaab1d913eb039e126d48a55abf1 Mon Sep 17 00:00:00 2001 From: xxl4 Date: Tue, 16 Jul 2024 08:30:02 +0800 Subject: [PATCH] fix add composer json --- packages/Nicelizhi/Apps/src/Console/Commands/Create.php | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/Nicelizhi/Apps/src/Console/Commands/Create.php b/packages/Nicelizhi/Apps/src/Console/Commands/Create.php index ad4b3247..7e4a3874 100644 --- a/packages/Nicelizhi/Apps/src/Console/Commands/Create.php +++ b/packages/Nicelizhi/Apps/src/Console/Commands/Create.php @@ -58,6 +58,7 @@ class Create extends CommandInterface 'tests', 'tests/bootstrap.php', 'docs', + 'composer.json', 'README.md', 'phpunit.xml', ];