Skip to content

Commit aa0bf2b

Browse files
committed
Update docs
1 parent 940d549 commit aa0bf2b

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

docs/1-oidc.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ OIDFed is implemented using the
3434

3535
Minor versions listed show which SimpleSAMLphp versions were used during
3636
module development. SimpleSAMLphp follows semantic versioning for its
37-
API since v2.0. For example, v5.\* of the OIDC module should work with
38-
any v2.\* of SimpleSAMLphp. PHP version requirements may differ.
39-
40-
| OIDC module | Tested SimpleSAMLphp | PHP | Note |
41-
|:------------|:---------------------|:------:|-------------|
42-
| v6.\* | v2.3.\*, v2.4.\* | \>=8.2 | Recommended |
43-
| v5.\* | v2.1.\* | \>=8.1 | |
44-
| v4.\* | v2.0.\* | \>=8.0 | |
45-
| v3.\* | v2.0.\* | \>=7.4 | |
46-
| v2.\* | v1.19.\* | \>=7.4 | |
37+
API since v2.0. PHP version requirements may differ.
38+
39+
| OIDC module | Tested SimpleSAMLphp | PHP |
40+
|:------------|:---------------------|:------:|
41+
| v6.4.\* | v2.5.\* | \>=8.3 |
42+
| v6.3.\* | v2.3.\*, v2.4.\* | \>=8.2 |
43+
| v5.\* | v2.1.\* | \>=8.1 |
44+
| v4.\* | v2.0.\* | \>=8.0 |
45+
| v3.\* | v2.0.\* | \>=7.4 |
46+
| v2.\* | v1.19.\* | \>=7.4 |
4747

4848
Upgrading? See the [upgrade guide](6-oidc-upgrade.md).
4949

docs/6-oidc-upgrade.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This is an upgrade guide from versions 1 → 6. Review the changes and
44
apply those relevant to your deployment.
55

6+
## Version 6.3 to 6.4
7+
8+
This is a minor release in order to enable installation of the module with
9+
SimpleSAMLphp v2.5.*, which now requires at least PHP v8.3 and bumps a bunch
10+
of dependant Symfony packages to v7.4.
11+
612
## Version 5 to 6
713

814
New features:

tests/unit/src/Controllers/Admin/ClientControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use SimpleSAML\Module\oidc\Services\LoggerService;
2424
use SimpleSAML\Module\oidc\Services\SessionMessagesService;
2525
use SimpleSAML\Module\oidc\Utils\Routes;
26-
use Symfony\Component\HttpFoundation\ParameterBag;
2726
use Symfony\Component\HttpFoundation\Request;
2827

2928
#[CoversClass(ClientController::class)]

0 commit comments

Comments
 (0)