version = '2018090402'; // This is the version of Moodle this plugin requires. $plugin->requires = '2017110800'; // 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_ilb'; // This is a list of plugins, this plugin depends on (and their versions). $plugin->dependencies = [ 'theme_boost' => '2017111300' ];