We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d45115 commit b83d7f8Copy full SHA for b83d7f8
version.php
@@ -29,4 +29,4 @@
29
$plugin->requires = 2024042200; // Requires PHP 8.1
30
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
31
$plugin->maturity = MATURITY_STABLE;
32
-$plugin->supported = [404, 405]; // A range of branch numbers of supported moodle versions.
+$plugin->supported = [404, 404]; // A range of branch numbers of supported moodle versions.
0 commit comments