From b4582be574116fbad59bf96b505a7b742292b3c5 Mon Sep 17 00:00:00 2001 From: ferror Date: Sun, 1 Nov 2020 16:40:59 +0100 Subject: [PATCH 1/6] 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" + } +} From 573cfce8e1bd01d8bea2cb8c4f6eef56d431b29f Mon Sep 17 00:00:00 2001 From: ferror Date: Sun, 1 Nov 2020 16:49:00 +0100 Subject: [PATCH 2/6] change version to 1.0.0 --- ferror/phpscan/{1.0 => 1.0.0}/manifest.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ferror/phpscan/{1.0 => 1.0.0}/manifest.json (100%) diff --git a/ferror/phpscan/1.0/manifest.json b/ferror/phpscan/1.0.0/manifest.json similarity index 100% rename from ferror/phpscan/1.0/manifest.json rename to ferror/phpscan/1.0.0/manifest.json From e685ed5505debef1d56d1a5429a3e4a11d41e822 Mon Sep 17 00:00:00 2001 From: ferror Date: Sun, 1 Nov 2020 16:49:36 +0100 Subject: [PATCH 3/6] revert version to 1.0 --- ferror/phpscan/{1.0.0 => 1.0}/manifest.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ferror/phpscan/{1.0.0 => 1.0}/manifest.json (100%) diff --git a/ferror/phpscan/1.0.0/manifest.json b/ferror/phpscan/1.0/manifest.json similarity index 100% rename from ferror/phpscan/1.0.0/manifest.json rename to ferror/phpscan/1.0/manifest.json From 0e8dfa649076f1a3a5ba2c3e1acee5366cd2bb69 Mon Sep 17 00:00:00 2001 From: ferror Date: Sun, 1 Nov 2020 16:59:45 +0100 Subject: [PATCH 4/6] 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" From 7ad5729751fe1afc847bd709a035e2eec72f953f Mon Sep 17 00:00:00 2001 From: ferror Date: Sun, 1 Nov 2020 17:06:21 +0100 Subject: [PATCH 5/6] gitignore file --- ferror/phpscan/.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ferror/phpscan/.gitignore diff --git a/ferror/phpscan/.gitignore b/ferror/phpscan/.gitignore new file mode 100644 index 00000000..e69de29b From 5f4e60d0aee8d934e59e4a721d806e6700b8076d Mon Sep 17 00:00:00 2001 From: ferror Date: Sun, 1 Nov 2020 17:11:27 +0100 Subject: [PATCH 6/6] remove gitignore file --- ferror/phpscan/.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ferror/phpscan/.gitignore diff --git a/ferror/phpscan/.gitignore b/ferror/phpscan/.gitignore deleted file mode 100644 index e69de29b..00000000