jcobhams / newsapi-php

A PHP client for the News API (https://newsapi.org/docs/get-started)
MIT License
40 stars 20 forks source link

Newer versions of dependencies #5

Closed cyyprian closed 1 year ago

cyyprian commented 2 years ago

Allow newer versions of guzzle and phpunit dependencies.

guzzlehttp/guzzle: ~6.0 -> 6 - 7 phpunit/phpunit: 6.* -> 6 - 9

I've tested these versions of newer dependencies and they still work(the api was not changed).