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

New release #479

Closed dakur closed 10 months ago

dakur commented 10 months ago

@mledoze Could you please release a new version with support for symfony/console@6 which is already in main branch?

mledoze commented 10 months ago

The 4.1.0 version is released https://www.npmjs.com/package/world-countries/v/4.1.0

dakur commented 10 months ago

It's strange, but according to packagist, v4.1.0 is already released from 2022-02-25, but still contains the old constraints:

image

mledoze commented 10 months ago

@dakur I think that I released the 4.1.0 version on Packagist last year but forgot to release it on npm.

dakur commented 10 months ago

@mledoze But the point is that the added constraint for symfony/console ^6.0 is not propagated to Packagist so there must be some version mismatch in this package..

mledoze commented 10 months ago

The 4.1.0 version that is on Packagist (released 2022-02-25) does not contain the constraint to support Symfony 6, see here: https://github.com/mledoze/countries/blob/v4.1.0/composer.json#L28

I was added later (this year, back in may), in the master branch, but was not released as part of new version on Packagist.

I'm currently preparing a 5.0 version with updated constraints for PHP and Symfony, see here https://github.com/mledoze/countries/tree/f41cbf27119f093ee2d42cc7d2ac26124932f8d0

Once it is ready I will release it both on Packagist and NPM, hopefully in the next days. Would that work for you?

dakur commented 10 months ago

Yep, great, that's what I meant. Looking forward to the release, thanks for taking care.