Skip to content

Commit f4163c4

Browse files
committed
change mimimum version to 404 due to simplesamlphp needing php 8.1
1 parent 9a2479b commit f4163c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// for Totara 3.3 is the same as Moodle 3.3.
3333
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
3434
$plugin->maturity = MATURITY_STABLE;
35-
$plugin->supported = [39, 405]; // A range of branch numbers of supported moodle versions.
35+
$plugin->supported = [404, 405]; // A range of branch numbers of supported moodle versions.

0 commit comments

Comments
 (0)