diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-20 05:20:40 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-20 05:20:40 +0300 |
commit | 07903275373c39dd8245eb3e306602e16e92e9ee (patch) | |
tree | 8a53d2162bded87ebd9259fd6baf4af54b7718bd | |
parent | a9434092adc499c7b7bbab100cd09c5ca02e628e (diff) | |
download | auth_token-07903275373c39dd8245eb3e306602e16e92e9ee.tar.xz auth_token-07903275373c39dd8245eb3e306602e16e92e9ee.zip |
Added dependency on the main package
-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 |