{ "manifests": { "sulu/redirect-bundle": { "manifest": { "bundles": { "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "post-install-output": [ " * The SuluRedirectBundle is almost ready:", " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", " 2. If the statements look fine to you, run the same command using --force to execute them.", " 3. Make sure your user has all the necessary permissions for the SuluRedirectBundle.", "", " * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/3.0/Resources/doc/README.md" ] }, "files": { "config/routes/sulu_redirect_admin.yaml": { "contents": [ "sulu_redirect_api:", " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yaml\"", " prefix: /admin/api", "" ], "executable": false } }, "ref": "3b25a85d90add821b5981fb47f188cffce79e050" } } }