geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 516 forks source link

Allow psr-http/message v2.0 in composer.json #1234

Closed TristanPouliquen closed 1 month ago

TristanPouliquen commented 1 month ago

Hello,

I am trying to update some dependencies on our project, league/oauth2-server at this moment.

This update fails for now, one problem being that it requires psr/http-message:^2.0. However, in our composer.json we use one of your packages, which includes geocoder-php/common-http which does not allow psr/http-message:^2.0.

This new major version has added return types to the classes.

How can I make the change to allow this second version?