diff --git a/composer.json b/composer.json index 18bd5abe1..8557694a0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "suggest": { "ext-openssl": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption", "ext-mcrypt": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption", - "ext-intl": "Required to use IntlDateFormatter instead of strftime" + "ext-intl": "Required to use IntlDateFormatter instead of strftime, if not Symfony polyfill will be used." }, "require-dev": { "phpunit/phpunit": "^9.5",