diff --git a/.doctrine-project.json b/.doctrine-project.json index 577fd732682..e3557713071 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -6,11 +6,23 @@ "docsSlug": "doctrine-orm", "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.19", "branchName": "2.19.x", @@ -21,7 +33,7 @@ "name": "2.18", "branchName": "2.18.x", "slug": "2.18", - "current": true + "maintained": true }, { "name": "2.17", diff --git a/composer.json b/composer.json index c7ee4f9ec9f..6aefbec39e4 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,6 @@ "symfony/cache": "^5.4 || ^6.2 || ^7.0", "vimeo/psalm": "5.16.0" }, - "minimum-stability": "RC", "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"