mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!
https://mledoze.github.io/countries/
Open Data Commons Open Database License v1.0
5.98k stars 1.27k forks source link

Move composer's `ext-gettext` PHP module to 'require-dev' key #537

Closed zeravcic closed 1 week ago

zeravcic commented 5 months ago

Maybe move the ext-gettext PHP module from the composer's require to the require-dev key?

Some logic is that most users would want to use this package when they require it (the /dist/ content, of course), while a minority of users would want to contribute to the development...