{ "manifests": { "sulu/automation-bundle": { "manifest": { "bundles": { "Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "post-install-output": [ " * The SuluAutomationBundle 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 SuluAutomationBundle.", "", " * Read the documentation at https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md" ] }, "files": { "config/routes/sulu_automation_admin.yaml": { "contents": [ "sulu_automation_api:", " resource: \"@SuluAutomationBundle/Resources/config/routing_api.yaml\"", " prefix: /admin/api", "" ], "executable": false } }, "ref": "bd5005ef5dcac91f5559f0e9528ecf4215c024d3" } } }