version =’2021120100’; // This is the version of Moodle this plugin requires. $plugin->requires = '2016070700'; // This is the component name of the plugin - it always starts with 'theme_' // for themes and should be the same as the name of the folder. $plugin->component = 'theme_space'; // This is a list of plugins, this plugin depends on (and their versions). $plugin->dependencies = [ 'theme_boost' => '2016102100' ]; ?>