in my L11 project today I've updated Composer dependencies and it updated the intervention/image package to v4 branch. and I ended up with broken backend (hopefully only locally).
the error was
Intervention\Image\Exceptions\InvalidArgumentException
Invalid value for alignment
in the following call:
Avatar::create($this->getAvatarLetters())->setDimension(162)->toBase64();
in my L11 project today I've updated Composer dependencies and it updated the
intervention/imagepackage to v4 branch. and I ended up with broken backend (hopefully only locally).the error was
in the following call:
Avatar::create($this->getAvatarLetters())->setDimension(162)->toBase64();