aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--version.php5
2 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index bebe66c..6f0f219 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,10 +24,6 @@ php:
env:
matrix:
- - MOODLE_BRANCH=MOODLE_31_STABLE DB=mysqli
- - MOODLE_BRANCH=MOODLE_31_STABLE DB=pgsql
- - MOODLE_BRANCH=MOODLE_34_STABLE DB=mysqli
- - MOODLE_BRANCH=MOODLE_34_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_35_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_35_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_36_STABLE DB=mysqli
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