Skip to content

Commit 7a9dbaa

Browse files
committed
fix: unblock version dependency for Totara 16
1 parent 9cd826c commit 7a9dbaa

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
@@ -26,7 +26,7 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->version = 2022112800;
29-
$plugin->requires = 2022112800;
29+
$plugin->requires = 2016120500;
3030
$plugin->release = '4.1.0';
3131
$plugin->component = 'auth_oidc';
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)