Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 6, 2023
1 parent dea1926 commit 1e89ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Note that the **HTTP Artifact Binding and SOAP client do not work** outside of S

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

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.

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

```bash
composer require simplesamlphp/saml2:^3.0
composer require simplesamlphp/saml2:^4.0
```

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

0 comments on commit 1e89ba1

Please sign in to comment.