Skip to content

Commit f8f0aa8

Browse files
committed
Set SSP version requirement to v2.0.*
1 parent 8bb1c24 commit f8f0aa8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Currently supported flows are:
2121

2222
| OIDC module | SimpleSAMLphp | PHP | Note |
2323
|:------------|:--------------|:------:|-----------------------------|
24-
| v4.\* | v2.\* | \>=8.0 | Recommended |
25-
| v3.\* | v2.\* | \>=7.4 | Abandoned from August 2023. |
24+
| v4.\* | v2.0.\* | \>=8.0 | Recommended |
25+
| v3.\* | v2.0.0 | \>=7.4 | Abandoned from August 2023. |
2626
| v2.\* | v1.19.\* | \>=7.4 | |
2727

2828
## Installation

UPGRADE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Version 3 to 4
22
- PHP version requirement was bumped to v8.0 to enable updating important dependant packages like 'league/oauth2-server'
33
which has already moved to PHPv8 between their minor releases.
4+
- SimpleSAMLphp version fixed to v2.0.*
45

56
# Version 2 to 3
67
- Module code was refactored to make it compatible with SimpleSAMLphp v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"phpunit/php-code-coverage": "^9.0.0",
4141
"phpunit/phpcov": "^8.2.0",
4242
"phpunit/phpunit": "^9.0.0",
43-
"simplesamlphp/simplesamlphp": "^v2.0.0",
43+
"simplesamlphp/simplesamlphp": "2.0.*",
4444
"simplesamlphp/simplesamlphp-test-framework": "^1.2.1",
4545
"squizlabs/php_codesniffer": "^3.7",
4646
"vimeo/psalm": "^5.8"

0 commit comments

Comments
 (0)