From a050565b160a58e9582fd966e7ec8af4c59c1f0f Mon Sep 17 00:00:00 2001 From: Andrew Hancox Date: Wed, 28 Feb 2024 15:07:22 +0000 Subject: [PATCH] Note dependency on local_auth --- version.php | 1 + 1 file changed, 1 insertion(+) diff --git a/version.php b/version.php index 8a7222c..386e982 100644 --- a/version.php +++ b/version.php @@ -26,3 +26,4 @@ $plugin->component = 'local_user_provisioning'; $plugin->version = 2021012700; $plugin->requires = 2015051100; +$plugin->dependencies = array('local_oauth' => ANY_VERSION);