call composer update

This commit is contained in:
Audrey Jensen 2023-08-08 15:38:19 +00:00
parent 641b17eeed
commit 55382e916f

View File

@ -3,5 +3,6 @@ call git pull
call php bin/console cache:clear call php bin/console cache:clear
call php bin/console cache:pool:prune call php bin/console cache:pool:prune
call php bin/console cache:warmup call php bin/console cache:warmup
call composer update
echo Update complete and changes should now be visible. If not, you may need to recycle application pools. echo Update complete and changes should now be visible. If not, you may need to recycle application pools.
pause pause