geocoder-php / Geocoder

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

Allow psr/log 2.0 and 3.0 #1141

Closed norkunas closed 2 years ago

jbelien commented 2 years ago

Thanks for your contribution @norkunas !

Could you explain the reason behind this upgrade ?

norkunas commented 2 years ago

What to explain? :D I want that composer outdated would show empty list :stuck_out_tongue:

jbelien commented 2 years ago

Sounds reasonable 😄

Have you checked that it doesn't break anything ? What happens if you use psr/log:2.x or psr/log:3.x ?

norkunas commented 2 years ago

These versions just added typehints, I've checked the code and it complies contracts :)