Skip to content

Commit 20dcd66

Browse files
authored
Add note about SSP version compatibility in readme (#237)
Co-authored-by: Marko Ivančić <marko.ivancic@srce.hr>
1 parent 1f6d89c commit 20dcd66

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@ Currently supported flows are:
1919

2020
## Version compatibility
2121

22-
| OIDC module | SimpleSAMLphp | PHP | Note |
23-
|:------------|:--------------|:------:|-----------------------------|
24-
| v5.\* | v2.1.\* | \>=8.1 | Recommended |
25-
| v4.\* | v2.0.\* | \>=8.0 | |
26-
| v3.\* | v2.0.\* | \>=7.4 | Abandoned from August 2023. |
27-
| v2.\* | v1.19.\* | \>=7.4 | |
22+
Minor versions of SimpleSAMLphp noted below means that the module has been tested with that version of SimpleSAMLphp
23+
during module development. SimpleSAMLphp started following semantic versioning for its API from version 2.0. This means,
24+
for example, that v5.* of the oidc module should work on any v2.* of SimpleSAMLphp. However, do mind that there were
25+
PHP version requirement changes in minor releases for SimpleSAMLphp.
26+
27+
| OIDC module | Tested SimpleSAMLphp | PHP | Note |
28+
|:------------|:---------------------|:------:|-----------------------------|
29+
| v5.\* | v2.1.\* | \>=8.1 | Recommended |
30+
| v4.\* | v2.0.\* | \>=8.0 | |
31+
| v3.\* | v2.0.\* | \>=7.4 | Abandoned from August 2023. |
32+
| v2.\* | v1.19.\* | \>=7.4 | |
2833

2934
### Upgrading?
3035

0 commit comments

Comments
 (0)