Fix UV index API, add psr/http-factory requirement
- OpenWeatherMap just changed the return format of the UV index API, which was reported and fixed by @mikepsinn. #157
psr/http-factory
had always been required, but was missing fromcomposer.json
. This was fixed by @erickskrauch in #159