From e1fef0a98f687ead34a06c9cae1f1f869b84aacb Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Tue, 23 Mar 2021 14:29:59 +0100 Subject: [PATCH] Change in a config file --- .symfony.bundle.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .symfony.bundle.yaml diff --git a/.symfony.bundle.yaml b/.symfony.bundle.yaml new file mode 100644 index 0000000..2879182 --- /dev/null +++ b/.symfony.bundle.yaml @@ -0,0 +1,6 @@ +branches: ["2.x", "3.x", "master"] +maintained_branches: ["3.x", "master"] +current_branch: "master" +dev_branch: "master" +dev_branch_alias: "4.x" +doc_dir: "Resources/doc/"