From da306feae32b859f5cd40793aa9cefe6180a900f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 8 May 2019 03:04:53 +0400 Subject: Added a minor fix Signed-off-by: Valentin Popov --- version.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 3fc4e8d..089c712 100644 --- a/version.php +++ b/version.php @@ -17,8 +17,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_webhooks'; -$plugin->dependencies = ['report_eventlist' => 2016120500]; -$plugin->maturity = MATURITY_RC; +$plugin->maturity = MATURITY_ALPHA; $plugin->release = '5.0.0-rc.1 (Build: 2019040100)'; -$plugin->requires = 2016112900; +$plugin->requires = 2016052300; $plugin->version = 2019040100; \ No newline at end of file -- cgit v1.2.3