You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.
Even when Scrutinizer knows some of the PHP Intl-extension classes, it misses IntlCalendar and IntlTimeZone:
"The class IntlTimeZone does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?"
"The class IntlCalendar does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?"
Both classes came with the Intl version shipped with PHP 5.5, which is the fallback PHP version in Scrutinizer.
The text was updated successfully, but these errors were encountered:
Even when Scrutinizer knows some of the PHP Intl-extension classes, it misses
IntlCalendar
andIntlTimeZone
:"The class IntlTimeZone does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?"
"The class IntlCalendar does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?"
Both classes came with the Intl version shipped with PHP 5.5, which is the fallback PHP version in Scrutinizer.
The text was updated successfully, but these errors were encountered: