diff --git a/intervention/image-symfony/1.0/config/packages/intervention_image.yaml b/intervention/image-symfony/1.0/config/packages/intervention_image.yaml new file mode 100644 index 00000000..8ffc2e99 --- /dev/null +++ b/intervention/image-symfony/1.0/config/packages/intervention_image.yaml @@ -0,0 +1,2 @@ +intervention_image: + driver: Intervention\Image\Drivers\Gd\Driver diff --git a/intervention/image-symfony/1.0/manifest.json b/intervention/image-symfony/1.0/manifest.json new file mode 100644 index 00000000..b2f4c018 --- /dev/null +++ b/intervention/image-symfony/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Intervention\\Image\\Symfony\\InterventionImageBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}