Added dependency on the main package
This commit is contained in:
		
							
								
								
									
										11
									
								
								version.php
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								version.php
									
									
									
									
									
								
							@@ -24,8 +24,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
defined("MOODLE_INTERNAL") || die();
 | 
					defined("MOODLE_INTERNAL") || die();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$plugin->component = "auth_token";
 | 
					$plugin->component    = "auth_token";
 | 
				
			||||||
$plugin->maturity  = "MATURITY_ALPHA";
 | 
					$plugin->dependencies = array( "tool_managertokens" => 2015111000 );
 | 
				
			||||||
$plugin->release   = "0.0.0 (Build: 2015111000)";
 | 
					$plugin->maturity     = "MATURITY_ALPHA";
 | 
				
			||||||
$plugin->requires  = 2015111000;
 | 
					$plugin->release      = "0.0.0 (Build: 2015111000)";
 | 
				
			||||||
$plugin->version   = 2015111000;
 | 
					$plugin->requires     = 2015111000;
 | 
				
			||||||
 | 
					$plugin->version      = 2015111000;
 | 
				
			||||||
		Reference in New Issue
	
	Block a user