N°7175 TCPDF fonts : keep only the minimum necessary files

This commit is contained in:
Pierre Goiffon
2024-02-01 15:29:18 +01:00
parent 0a9c5250f8
commit 216ea34a3c
142 changed files with 158 additions and 31013 deletions

View File

@@ -100,6 +100,6 @@
"post-install-cmd": ["@rmDeniedTestDir", "@tcpdfCustomFonts"],
"post-update-cmd": ["@rmDeniedTestDir", "@tcpdfCustomFonts"],
"rmDeniedTestDir": "@php .make/composer/rmDeniedTestDir.php",
"tcpdfCustomFonts": "@php .make/composer/tcpdf/tcpdfCustomFonts.php"
"tcpdfCustomFonts": "@php .make/composer/tcpdf/tcpdfUpdateFonts.php"
}
}