Skip to content

Commit

Permalink
Merge pull request #433 from greg0ire/update-branch-metadata
Browse files Browse the repository at this point in the history
Update branch metadata
  • Loading branch information
greg0ire committed May 2, 2024
2 parents 3a3dda5 + 0a2f769 commit b359438
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .symfony.bundle.yaml
@@ -1,4 +1,12 @@
branches: ["3.3.x", "3.4.x", "3.5.x", "3.6.x"]
maintained_branches: ["3.5.x", "3.6.x"]
doc_dir: {"3.5.x": "Resources/doc/", "3.6.x": "docs/"}
dev_branch: "3.6.x"
branches:
- "3.3.x"
- "3.4.x"
- "3.5.x"
- "3.6.x"
- "3.7.x"
maintained_branches:
- "3.5.x"
- "3.6.x"
- "3.7.x"
doc_dir: "docs/"
dev_branch: "3.7.x"

0 comments on commit b359438

Please sign in to comment.