Skip to content

Commit

Permalink
Merge branch '2.x' into 3.x
Browse files Browse the repository at this point in the history
* 2.x:
  Update Symfony docs config
  • Loading branch information
chalasr committed Nov 7, 2024
2 parents 4cb4da5 + 0b08f15 commit d5f05a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .symfony.bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
branches: ['1.x', '2.x']
maintained_branches: ['2.x']
current_branch: "2.x"
dev_branch: "2.x"
branches: ['1.x', '2.x', '3.x']
maintained_branches: ['2.x', '3.x']
current_branch: "3.x"
dev_branch: "3.x"
doc_dir: 'Resources/doc/'
dev_branch_alias: '2.x'
dev_branch_alias: '3.x'

0 comments on commit d5f05a1

Please sign in to comment.