| 
						
						
						
					 | 
					 | 
					@ -1,44 +1,44 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					<?php | 
					 | 
					 | 
					 | 
					<?php | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					/** | 
					 | 
					 | 
					 | 
					/** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 * These are the Yii core requirements for the [[YiiRequirementChecker]] instance. | 
					 | 
					 | 
					 | 
					 * These are the Yii core requirements for the array(array(YiiRequirementChecker)) instance. | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 * These requirements are mandatory for any Yii application. | 
					 | 
					 | 
					 | 
					 * These requirements are mandatory for any Yii application. | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 * | 
					 | 
					 | 
					 | 
					 * | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 * @var $this YiiRequirementChecker | 
					 | 
					 | 
					 | 
					 * @var $this YiiRequirementChecker | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 */ | 
					 | 
					 | 
					 | 
					 */ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					return [ | 
					 | 
					 | 
					 | 
					return array( | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						[ | 
					 | 
					 | 
					 | 
						array( | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'name' => 'PHP version', | 
					 | 
					 | 
					 | 
							'name' => 'PHP version', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'mandatory' => true, | 
					 | 
					 | 
					 | 
							'mandatory' => true, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'condition' => version_compare(PHP_VERSION, '5.4.0', '>='), | 
					 | 
					 | 
					 | 
							'condition' => version_compare(PHP_VERSION, '5.4.0', '>='), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>', | 
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'memo' => 'PHP 5.4.0 or higher is required.', | 
					 | 
					 | 
					 | 
							'memo' => 'PHP 5.4.0 or higher is required.', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						], | 
					 | 
					 | 
					 | 
						), | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						[ | 
					 | 
					 | 
					 | 
						array( | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'name' => 'Reflection extension', | 
					 | 
					 | 
					 | 
							'name' => 'Reflection extension', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'mandatory' => true, | 
					 | 
					 | 
					 | 
							'mandatory' => true, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'condition' => class_exists('Reflection', false), | 
					 | 
					 | 
					 | 
							'condition' => class_exists('Reflection', false), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>', | 
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						], | 
					 | 
					 | 
					 | 
						), | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						[ | 
					 | 
					 | 
					 | 
						array( | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'name' => 'PCRE extension', | 
					 | 
					 | 
					 | 
							'name' => 'PCRE extension', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'mandatory' => true, | 
					 | 
					 | 
					 | 
							'mandatory' => true, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'condition' => extension_loaded('pcre'), | 
					 | 
					 | 
					 | 
							'condition' => extension_loaded('pcre'), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>', | 
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						], | 
					 | 
					 | 
					 | 
						), | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						[ | 
					 | 
					 | 
					 | 
						array( | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'name' => 'SPL extension', | 
					 | 
					 | 
					 | 
							'name' => 'SPL extension', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'mandatory' => true, | 
					 | 
					 | 
					 | 
							'mandatory' => true, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'condition' => extension_loaded('SPL'), | 
					 | 
					 | 
					 | 
							'condition' => extension_loaded('SPL'), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>', | 
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						], | 
					 | 
					 | 
					 | 
						), | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						[ | 
					 | 
					 | 
					 | 
						array( | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'name' => 'MBString extension', | 
					 | 
					 | 
					 | 
							'name' => 'MBString extension', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'mandatory' => true, | 
					 | 
					 | 
					 | 
							'mandatory' => true, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'condition' => extension_loaded('mbstring'), | 
					 | 
					 | 
					 | 
							'condition' => extension_loaded('mbstring'), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.php.net/manual/en/book.mbstring.php">Multibyte string</a> processing', | 
					 | 
					 | 
					 | 
							'by' => '<a href="http://www.php.net/manual/en/book.mbstring.php">Multibyte string</a> processing', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'memo' => 'Required for multibyte encoding string processing.' | 
					 | 
					 | 
					 | 
							'memo' => 'Required for multibyte encoding string processing.' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						], | 
					 | 
					 | 
					 | 
						), | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						[ | 
					 | 
					 | 
					 | 
						array( | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'name' => 'Intl extension', | 
					 | 
					 | 
					 | 
							'name' => 'Intl extension', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'mandatory' => false, | 
					 | 
					 | 
					 | 
							'mandatory' => false, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'condition' => $this->checkPhpExtensionVersion('intl', '1.0.2', '>='), | 
					 | 
					 | 
					 | 
							'condition' => $this->checkPhpExtensionVersion('intl', '1.0.2', '>='), | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -46,5 +46,5 @@ return [ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							'memo' => 'PHP Intl extension 1.0.2 or higher is required when you want to use advanced parameters formatting | 
					 | 
					 | 
					 | 
							'memo' => 'PHP Intl extension 1.0.2 or higher is required when you want to use advanced parameters formatting | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							in <code>\Yii::t()</code>, <abbr title="Internationalized domain names">IDN</abbr>-feature of | 
					 | 
					 | 
					 | 
							in <code>\Yii::t()</code>, <abbr title="Internationalized domain names">IDN</abbr>-feature of | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							<code>EmailValidator</code> or <code>UrlValidator</code> or the <code>yii\i18n\Formatter</code> class.' | 
					 | 
					 | 
					 | 
							<code>EmailValidator</code> or <code>UrlValidator</code> or the <code>yii\i18n\Formatter</code> class.' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						], | 
					 | 
					 | 
					 | 
						), | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					]; | 
					 | 
					 | 
					 | 
					); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					 | 
					
  |