diff --git a/version.php b/version.php index 9097298..758f955 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined ('MOODLE_INTERNAL') || die(); $plugin->component = 'townsquareexpansion_ratingallocate'; -$plugin->dependencies = ['local_townsquaresupport' => ANY_VERSION]; +$plugin->dependencies = ['local_townsquaresupport' => ANY_VERSION, 'mod_ratingallocate' => ANY_VERSION]; $plugin->release = '0.1.0'; $plugin->version = 2024050900; $plugin->requires = 2022041900;