File tree Expand file tree Collapse file tree
tests/unit/src/Controllers/Admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ OIDFed is implemented using the
3434
3535Minor versions listed show which SimpleSAMLphp versions were used during
3636module 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
4848Upgrading? See the [ upgrade guide] ( 6-oidc-upgrade.md ) .
4949
Original file line number Diff line number Diff line change 33This is an upgrade guide from versions 1 → 6. Review the changes and
44apply 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
814New features:
Original file line number Diff line number Diff line change 2323use SimpleSAML \Module \oidc \Services \LoggerService ;
2424use SimpleSAML \Module \oidc \Services \SessionMessagesService ;
2525use SimpleSAML \Module \oidc \Utils \Routes ;
26- use Symfony \Component \HttpFoundation \ParameterBag ;
2726use Symfony \Component \HttpFoundation \Request ;
2827
2928#[CoversClass(ClientController::class)]
You can’t perform that action at this time.
0 commit comments