aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-21 10:11:24 +0300
committerValentin Popov <info@valentineus.link>2017-12-21 10:11:24 +0300
commit3e054dd94e590f9c1d670dbeba99a5000ecf53e1 (patch)
tree8f548c86a22cd35378fb7f8596f2d412609eb8f4
parent54fb29c5eade136d16251d453a335632220caae1 (diff)
downloadlocal_webhooks-3e054dd94e590f9c1d670dbeba99a5000ecf53e1.tar.xz
local_webhooks-3e054dd94e590f9c1d670dbeba99a5000ecf53e1.zip
Updated package dependencies
-rw-r--r--version.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/version.php b/version.php
index 45e66e9..c8439ca 100644
--- a/version.php
+++ b/version.php
@@ -24,8 +24,9 @@
defined("MOODLE_INTERNAL") || die();
-$plugin->release = "3.0.0 (Build: 2017112600)";
-$plugin->version = 2017112600;
-$plugin->requires = 2016112900;
-$plugin->component = "local_webhooks";
-$plugin->maturity = MATURITY_STABLE; \ No newline at end of file
+$plugin->release = "3.0.0 (Build: 2017112600)";
+$plugin->version = 2017112600;
+$plugin->requires = 2016112900;
+$plugin->component = "local_webhooks";
+$plugin->maturity = MATURITY_STABLE;
+$plugin->dependencies = array( "report_eventlist" => 2016120500 ); \ No newline at end of file