Add recipe for intervention/image-symfony (#1662)

This commit is contained in:
Maxime Helias
2024-08-22 22:24:54 +02:00
committed by GitHub
parent 572f6ee223
commit be6c37832b
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,2 @@
intervention_image:
driver: Intervention\Image\Drivers\Gd\Driver
@@ -0,0 +1,8 @@
{
"bundles": {
"Intervention\\Image\\Symfony\\InterventionImageBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}