diff --git a/install-composer-deps.sh b/install-composer-deps.sh index 63638bae2a390cb857aa71b931d1f3a3ea8d62ba..35fb1f7d192fadc460e97fefcbe71965d6ad0482 100755 --- a/install-composer-deps.sh +++ b/install-composer-deps.sh @@ -3,11 +3,12 @@ composer update # remove files not required in production readarray -t FILES << EOS - smarty/smarty/demo smarty/smarty/docs smarty/smarty/*.sh dg/rss-php/.github +tecnickcom/tcpdf/examples +tecnickcom/tcpdf/tools EOS # set -x @@ -18,4 +19,4 @@ for FILE in ${FILES[*]}; do fi done -echo "OK" \ No newline at end of file +echo "OK"