nginx - ICU version compatibility Symfony 3.1 -


i have problem installing symfony 3.1 in php7, nginx , ubuntu 16.04, have error:

intl icu version installed on system outdated (55.1) , not match icu data bundled symfony (57.1) latest internationalization data upgrade icu system package , intl php extension.

how can solve issue? can change symfony , use ic 55.1 instead of icu 57.1?

i presume when run:

php bin/symfony_requirements 

this warning , can safely ignore message. i've response similar questions on this. see url more details:

https://github.com/symfony/symfony/issues/15007


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -