{ "manifests": { "timble-one/backend-bundle": { "manifest": { "bundles": { "TimbleOne\\BackendBundle\\BackendBundle": [ "all" ] }, "dockerfile": [ "RUN install-php-extensions gd exif" ], "post-install-output": [ " ", " TimbleOne BackendBundle ", " ", "", "This bundle requires the PHP extensions gd and exif.", "", "If your project uses Symfony Docker and has a root Dockerfile with:", " ###> recipes ###", " ###< recipes ###", "then Symfony Flex will add:", " RUN install-php-extensions gd exif", "", "If you don't use Docker, install these PHP extensions on your machine/server", "and restart PHP-FPM / your web server afterwards.", "", "Composer will fail with a clear error until ext-gd and ext-exif are available." ] }, "files": [], "ref": "0198b38c97999a45375a0db66c009de979d234e5" } } }