From 1309fdadac06c5f18a5ae95db49515d5921c6f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mathieu?= Date: Fri, 6 Jul 2018 00:12:13 +0200 Subject: [PATCH] Update indentation of manifest --- maps_red/ticketing-bundle/0.6/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/maps_red/ticketing-bundle/0.6/manifest.json b/maps_red/ticketing-bundle/0.6/manifest.json index 4a1a4290..849479d0 100644 --- a/maps_red/ticketing-bundle/0.6/manifest.json +++ b/maps_red/ticketing-bundle/0.6/manifest.json @@ -1,12 +1,12 @@ { "bundles": { - "Maps_red\\TicketingBundle\\TicketingBundle": ["all"] + "Maps_red\\TicketingBundle\\TicketingBundle": ["all"] }, "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", - "src/": "%SRC_DIR%/" + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" }, "composer-scripts": { - "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" + "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" } }