mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!

Home Page:https://mledoze.github.io/countries/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New release

dakur opened this issue · comments

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

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

image

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

@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..

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?

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