File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
$ plugin ->version = 2024090901 ; // The current plugin version (Date: YYYYMMDDXX).
28
28
$ plugin ->release = 2024090901 ; // Match release exactly to version.
29
- $ plugin ->requires = 2017051509 ; // Requires PHP 7, 2017051509 = T12. M3.3
29
+ $ plugin ->requires = 2022112800 ; // Requires 4.1.
30
30
// Strictly we require either Moodle 3.5 OR
31
31
// we require Totara 3.3, but the version number
32
32
// for Totara 3.3 is the same as Moodle 3.3.
33
33
$ plugin ->component = 'auth_saml2 ' ; // Full name of the plugin (used for diagnostics).
34
34
$ plugin ->maturity = MATURITY_STABLE ;
35
- $ plugin ->supported = [39 , 403 ]; // A range of branch numbers of supported moodle versions.
35
+ $ plugin ->supported = [401 , 403 ]; // A range of branch numbers of supported moodle versions.
You can’t perform that action at this time.
0 commit comments