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.92k stars 1.26k forks source link

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

Open zeravcic opened 3 weeks ago

zeravcic commented 3 weeks 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...