I trying to add php gd to the composer.json. I want to install php gd because of the following error :
The PHP GD extension is required, but is not installed.
The error was caused by dompdf as dompdf requires php gd to process images. I tried the following command :
composer require "ext-gd:*" --ignore-platform-reqs
Without any result even tough ext-gd was added to the composer.json. Does anyone know a solution to my problem? Thank in advance.