Skip to content

Commit 1e89ba1

Browse files
committed
Fix README
1 parent dea1926 commit 1e89ba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Note that the **HTTP Artifact Binding and SOAP client do not work** outside of S
1919

2020
Which version to pick?
2121
----------------------
22-
The latest released version (`3.x` range) is the _only supported version_.
22+
The latest released version (`4.x` range) is the _only supported version_.
2323

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

2727
Also be sure to check the [UPGRADING.md](UPGRADING.md) file if you are upgrading from an older version to `>= 4.x`. Here
@@ -33,7 +33,7 @@ Usage
3333
* Install with [Composer](https://getcomposer.org/doc/00-intro.md), run the following command in your project:
3434

3535
```bash
36-
composer require simplesamlphp/saml2:^3.0
36+
composer require simplesamlphp/saml2:^4.0
3737
```
3838

3939
* Provide the required external dependencies by extending and implementing the ```SAML2\Compat\AbstractContainer```

0 commit comments

Comments
 (0)