From c8b24b942f384d9878092b3cd37ffd1df5a3da7e Mon Sep 17 00:00:00 2001 From: Koen Vinken Date: Wed, 21 Feb 2018 23:05:41 +0100 Subject: [PATCH] Remove bundles config. Registering a bundle is done automatically. --- ikoene/marvel-api-bundle/0.2/manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/ikoene/marvel-api-bundle/0.2/manifest.json b/ikoene/marvel-api-bundle/0.2/manifest.json index e27ee98c..e50a0ef3 100644 --- a/ikoene/marvel-api-bundle/0.2/manifest.json +++ b/ikoene/marvel-api-bundle/0.2/manifest.json @@ -1,7 +1,4 @@ { - "bundles": { - "Ikoene\\MarvelApiBundle\\IkoeneMarvelApiBundle": ["all"] - }, "env": { "#1": "Get your API key from https://developer.marvel.com", "MARVEL_PUBLIC_API_KEY": "...",