Skip to content

Commit 069daa8

Browse files
committed
Fix README
1 parent 2cc62b1 commit 069daa8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note that the **HTTP Artifact Binding and SOAP client do not work** outside of S
2424
The latest released version (`4.x` range) is the _preferred version_.
2525
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.
2626

27-
All other branches (`2.x` and earlier) are no longer supported and will not receive any maintenance or
27+
All other branches (`3.x` and earlier) are no longer supported and will not receive any maintenance or
2828
(security) fixes. Do not use these versions.
2929

3030
We conform to [Semantic Versioning](https://semver.org/).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"extra": {
5252
"branch-alias": {
53-
"dev-master": "v5.0.x-dev"
53+
"dev-master": "v6.0.x-dev"
5454
}
5555
},
5656
"config": {

0 commit comments

Comments
 (0)