diff options
-rw-r--r-- | version.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/version.php b/version.php index 3c9aacd..480af48 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,9 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->component = "auth_token"; -$plugin->maturity = "MATURITY_ALPHA"; -$plugin->release = "0.0.0 (Build: 2015111000)"; -$plugin->requires = 2015111000; -$plugin->version = 2015111000;
\ No newline at end of file +$plugin->component = "auth_token"; +$plugin->dependencies = array( "tool_managertokens" => 2015111000 ); +$plugin->maturity = "MATURITY_ALPHA"; +$plugin->release = "0.0.0 (Build: 2015111000)"; +$plugin->requires = 2015111000; +$plugin->version = 2015111000;
\ No newline at end of file |