Skip to content

Commit

Permalink
Update the Symfony bundle doc configuration (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz authored Jun 12, 2023
1 parent 2b5346e commit 96ffb1a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .symfony.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ branches:
- "2.7.x"
- "2.8.x"
- "2.9.x"
- "2.10.x"
- "2.11.x"
maintained_branches:
- "2.8.x"
- "2.9.x"
- "2.10.x"
- "2.11.x"
doc_dir: "Resources/doc/"
dev_branch: "2.9.x"
current_branch: "2.10.x"
dev_branch: "2.11.x"

0 comments on commit 96ffb1a

Please sign in to comment.