I added \"cviebrock/image-validator\": \"1.0.*\" to require section of composer.json. After, I ran composer update
This error seems to me like there is no patchwork/utf8 package installed.
patchwork/utf8
See in your vendor folder whether the package exists or add in the require section in your composer.json file: "patchwork/utf8": "1.1.*" and then do composer update.
"patchwork/utf8": "1.1.*"
composer update