From 069daa89b923716436bb9390100531b389853865 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sat, 6 May 2023 11:23:13 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2deb9e4d9..3f28bf900 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note that the **HTTP Artifact Binding and SOAP client do not work** outside of S The latest released version (`4.x` range) is the _preferred version_. The `3.x branch` is our LTS branch and will be supported as long as supported releases of [SimpleSAMLphp](https://www.simplesamlphp.org) are using this branch. -All other branches (`2.x` and earlier) are no longer supported and will not receive any maintenance or +All other branches (`3.x` and earlier) are no longer supported and will not receive any maintenance or (security) fixes. Do not use these versions. We conform to [Semantic Versioning](https://semver.org/). diff --git a/composer.json b/composer.json index 4ff78cf5c..6c775f823 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ }, "extra": { "branch-alias": { - "dev-master": "v5.0.x-dev" + "dev-master": "v6.0.x-dev" } }, "config": {