File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Note that the **HTTP Artifact Binding and SOAP client do not work** outside of S
1919
2020Which 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
2727Also be sure to check the [ UPGRADING.md] ( UPGRADING.md ) file if you are upgrading from an older version to ` >= 4.x ` . Here
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 ```
You can’t perform that action at this time.
0 commit comments