- Issue created by @hcanning
- π©πͺGermany mvogel
Sorry @hcanning,
but this problem has nothing to do with ajax_loader.As the composer error message says, your system wants to install drupal/core 10.3.8 and needs ext-gd on your system but cannot find it. The drupal/core 10.3.8 dependency comes from drupal/core-recommended 10.3.8 in your composer.json.
ajax_loader does not specify a specific Drupal version (we did not even have a module-based composer.json in the first place). The problem will also occur if you just run `composer update`.
Try to install or enable ext-gd as suggested, or contact Pantheon support.
Since this issue appears unrelated, I'll need to close this for now (as I can't reproduce it).