jcobhams / newsapi-php

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

Compatibility with Laravel 9 and guzzle 7 #4

Open cyyprian opened 2 years ago

cyyprian commented 2 years ago

Laravel 9 comes with guzzle 7 but this package require guzzle 6

Can we make this package working with newer versions of Laravel?