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?
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 includesgeocoder-php/common-http
which does not allowpsr/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?