* [misc] Remain the simple-cache library when building the distribution package.

This commit is contained in:
liugang
2025-11-18 14:38:18 +08:00
parent 91f21485f4
commit 49ebee1d2a
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if(!is_dir($composerDir))
}
// 要删除的包前缀
$excludePackages = ['cweagans', 'laminas', 'markbaker', 'paragonie', 'phpseclib', 'psr', 'symfony'];
$excludePackages = ['cweagans', 'laminas', 'markbaker', 'paragonie', 'phpseclib', 'symfony'];
echo "Cleaning up autoload files...\n";