mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Updated requirements about yii\i18n\Formatter
This commit is contained in:
@@ -43,6 +43,6 @@ return array(
|
|||||||
'mandatory' => false,
|
'mandatory' => false,
|
||||||
'condition' => $this->checkPhpExtensionVersion('intl', '1.0.2'),
|
'condition' => $this->checkPhpExtensionVersion('intl', '1.0.2'),
|
||||||
'by' => '<a href="http://www.php.net/manual/en/book.intl.php">Internationalization</a> support',
|
'by' => '<a href="http://www.php.net/manual/en/book.intl.php">Internationalization</a> support',
|
||||||
'memo' => 'PHP Intl extension 1.0.2 or higher is required when you want to use <abbr title="Internationalized domain names">IDN</abbr>-feature of EmailValidator or UrlValidator.'
|
'memo' => 'PHP Intl extension 1.0.2 or higher is required when you want to use <abbr title="Internationalized domain names">IDN</abbr>-feature of EmailValidator or UrlValidator or the <code>yii\i18n\Formatter</code> class.'
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
Reference in New Issue
Block a user