imageproxy/composer.json
Jeroen De Meerleer 44f474ecd8
Updated dependencies and switched image processing extension
The project's dependencies have been updated to their latest versions. This includes updates to the Intervention Image library, Symfony HTTP Foundation, and several Symfony Polyfill libraries. The image processing extension has also been switched from Imagick to GD for better compatibility and performance. Additionally, the Composer plugin API version has been updated.
2024-09-16 15:46:25 +02:00

9 lines
151 B
JSON

{
"require": {
"intervention/image": "^3.7",
"symfony/http-foundation": "^6.4",
"ext-gd": "*",
"ext-fileinfo": "*"
}
}