{ "manifests": { "maps_red/ticketing-bundle": { "manifest": { "bundles": { "Maps_red\\TicketingBundle\\TicketingBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" }, "post-install-output": [ "Please update config/packages/doctrine.yaml to link the entities correctly.", " - For this please read the following documentation :", " * https://github.com/Mapsred/TicketingBundle/blob/master/docs/2-setting_up_the_entities.md#b---fill-the-doctrine-configuration", " - For a full list of configuration options, see:", " * https://github.com/Mapsred/TicketingBundle/blob/master/docs/3-setting_up_the_configuration.md" ] }, "files": { "config/routes/ticketing.yaml": { "contents": [ "ticketing:", " resource: '@TicketingBundle/Resources/config/routing/routes.yaml'", " prefix: /ticket", "" ], "executable": false }, "src/Entity/Ticket.php": { "contents": [ "