From 07903275373c39dd8245eb3e306602e16e92e9ee Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 20 Nov 2017 06:20:40 +0400 Subject: Added dependency on the main package --- version.php | 11 ++++++----- 1 file 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 -- cgit v1.2.3