diff --git a/.doctrine-project.json b/.doctrine-project.json index 1296275e9..4b265d90a 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -3,22 +3,23 @@ "shortName": "DoctrineBundle", "slug": "doctrine-bundle", "versions": [ + { + "name": "2.8", + "branchName": "2.8.x", + "slug": "latest", + "upcoming": true + }, { "name": "2.7", "branchName": "2.7.x", "slug": "latest", - "upcoming": true + "aliases": ["current", "stable"] }, { "name": "2.6", "branchName": "2.6.x", "slug": "2.6", - "aliases": [ - "current", - "stable" - ], - "current": true, - "maintained": true + "maintained": false }, { "name": "2.5",