dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
26 stars 4 forks source link

why ext-gd ? #236

Closed arhimede closed 2 months ago

arhimede commented 2 months ago

In composer.json we have "ext-gd": "*"

There is a reason for this ? The API by default do not process images

( as qodana action complain about it )

alexmerlin commented 2 months ago

Back when we added ext-gd to composer.json, it was needed either by some dependency or we were using some image-related PHP functions in our code. I checked the current code, it seems we don't need it, so, we can remove it.