From 0e8dfa649076f1a3a5ba2c3e1acee5366cd2bb69 Mon Sep 17 00:00:00 2001 From: ferror Date: Sun, 1 Nov 2020 16:59:45 +0100 Subject: [PATCH] remove bundles definition as it is not required --- ferror/phpscan/1.0/manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/ferror/phpscan/1.0/manifest.json b/ferror/phpscan/1.0/manifest.json index e82fe9ab..f87a5033 100644 --- a/ferror/phpscan/1.0/manifest.json +++ b/ferror/phpscan/1.0/manifest.json @@ -1,7 +1,4 @@ { - "bundles": { - "Ferror\\Bundle\\PHPScan": ["dev", "test"] - }, "copy-from-package": { "bin/phpscan": "%BIN_DIR%/phpscan", "config/phpscan.yaml": "%CONFIG_DIR%/phpscan.yaml"