umpirsky / country-list

:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.
MIT License
5.18k stars 1.55k forks source link

Update data #92

Closed Trainmaster closed 5 years ago

Trainmaster commented 5 years ago

After doing a git clone, composer install and running docker-compose run php /var/www/html/bin/build -v I was suprised that nothing has changed in the data directory. I came to the conclusion that this is because of old versions being locked down in the composer.lock file.

Furthermore the symfony/locale is deprecated, see https://symfony.com/components/Locale. That's why I replaced it with symfony/intl.