Skip to content

Commit

Permalink
Set SSP version requirement to v2.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
cicnavi committed Sep 1, 2023
1 parent 8bb1c24 commit f8f0aa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Currently supported flows are:

| OIDC module | SimpleSAMLphp | PHP | Note |
|:------------|:--------------|:------:|-----------------------------|
| v4.\* | v2.\* | \>=8.0 | Recommended |
| v3.\* | v2.\* | \>=7.4 | Abandoned from August 2023. |
| v4.\* | v2.0.\* | \>=8.0 | Recommended |
| v3.\* | v2.0.0 | \>=7.4 | Abandoned from August 2023. |
| v2.\* | v1.19.\* | \>=7.4 | |

## Installation
Expand Down
1 change: 1 addition & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 3 to 4
- PHP version requirement was bumped to v8.0 to enable updating important dependant packages like 'league/oauth2-server'
which has already moved to PHPv8 between their minor releases.
- SimpleSAMLphp version fixed to v2.0.*

# Version 2 to 3
- Module code was refactored to make it compatible with SimpleSAMLphp v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"phpunit/php-code-coverage": "^9.0.0",
"phpunit/phpcov": "^8.2.0",
"phpunit/phpunit": "^9.0.0",
"simplesamlphp/simplesamlphp": "^v2.0.0",
"simplesamlphp/simplesamlphp": "2.0.*",
"simplesamlphp/simplesamlphp-test-framework": "^1.2.1",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.8"
Expand Down

0 comments on commit f8f0aa8

Please sign in to comment.