Update branch metadata

3.0.0 has been released.

As a consequence:

- 3.0.x is the current branch.
- 3.1.x is the next minor branch.
- 4.0.x is the next major branch.
This commit is contained in:
Grégoire Paris
2026-01-19 19:51:45 +01:00
parent 054fbcf63d
commit b1dd4deb28
2 changed files with 16 additions and 4 deletions

View File

@@ -5,16 +5,28 @@
"docsSlug": "doctrine-collections",
"versions": [
{
"name": "3.0",
"branchName": "3.0.x",
"name": "4.0",
"branchName": "4.0.x",
"slug": "latest",
"upcoming": true
},
{
"name": "3.1",
"branchName": "3.1.x",
"slug": "3.1",
"upcoming": true
},
{
"name": "3.0",
"branchName": "3.0.x",
"slug": "3.0",
"current": true
},
{
"name": "2.6",
"branchName": "2.6.x",
"slug": "2.6",
"current": true
"maintained": true
},
{
"name": "2.5",

View File

@@ -1,6 +1,6 @@
# Doctrine Collections
[![Build Status](https://github.com/doctrine/collections/workflows/Continuous%20Integration/badge.svg)](https://github.com/doctrine/collections/actions)
[![Code Coverage](https://codecov.io/gh/doctrine/collections/branch/2.6.x/graph/badge.svg)](https://codecov.io/gh/doctrine/collections/branch/2.6.x)
[![Code Coverage](https://codecov.io/gh/doctrine/collections/branch/3.0.x/graph/badge.svg)](https://codecov.io/gh/doctrine/collections/branch/3.0.x)
Collections Abstraction library