File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments