webmozart / standalone-forms

139 stars 30 forks source link

Class 'IntlDateFormatter' not found #5

Closed ihsanberahim closed 6 years ago

ihsanberahim commented 10 years ago

for this problem. Please update the composer.json

{
    "require": {
        "symfony/icu": "1.2.*@dev",
        "symfony/form": "2.1.*",
        "symfony/validator": "2.1.*",
        "symfony/config": "2.1.*",
        "symfony/translation": "2.1.*",
        "symfony/twig-bridge": "2.1.*"
    }
}

add symfony/icu

hhamon commented 10 years ago

Or also activate intl extension in your php.ini

ihsanberahim commented 6 years ago

Yes @hhamon . You r correct. Thank you.