From b4582be574116fbad59bf96b505a7b742292b3c5 Mon Sep 17 00:00:00 2001 From: ferror Date: Sun, 1 Nov 2020 16:40:59 +0100 Subject: [PATCH] Add recipe for ferror/phpscan repository --- ferror/phpscan/1.0/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ferror/phpscan/1.0/manifest.json diff --git a/ferror/phpscan/1.0/manifest.json b/ferror/phpscan/1.0/manifest.json new file mode 100644 index 00000000..e82fe9ab --- /dev/null +++ b/ferror/phpscan/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Ferror\\Bundle\\PHPScan": ["dev", "test"] + }, + "copy-from-package": { + "bin/phpscan": "%BIN_DIR%/phpscan", + "config/phpscan.yaml": "%CONFIG_DIR%/phpscan.yaml" + } +}