Skip to content

Commit 0bdf66c

Browse files
authored
Merge pull request #621 from javiereguiluz/fix_sf_bundle_config
Update the Symfony bundle configuration
2 parents 233eedb + 11d6978 commit 0bdf66c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.symfony.bundle.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
branches: ["3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x", "4.0.x"]
2-
maintained_branches: ["3.4.x", "4.0.x"]
1+
branches: ["3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x", "3.5.x", "4.0.x"]
2+
maintained_branches: ["3.5.x", "4.0.x"]
33
doc_dir: "docs/"
4-
dev_branch: "3.4.x"
4+
dev_branch: "4.0.x"

0 commit comments

Comments
 (0)