Jeroen De Meerleer
44f474ecd8
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.
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"require": {
|
|
"intervention/image": "^3.7",
|
|
"symfony/http-foundation": "^6.4",
|
|
"ext-gd": "*",
|
|
"ext-fileinfo": "*"
|
|
}
|
|
}
|