x-fran / g-trends

Google Trends API for PHP
https://tarlabs.es
MIT License
112 stars 47 forks source link

PHP 8.0 support #40

Closed simaodiascosta closed 2 years ago

simaodiascosta commented 3 years ago

Hey,

Can you add support to PHP 8.0 in composer.json:31?

From:

"php" : "^7.0",

To: "php" : "^7.0|^8.0",

Not considering any possible implications in code with this upgrade.

Cheers

x-fran commented 3 years ago

Hi,

Soon as I have some time I will take a look at this. Needs some fixes, improvements, and code refractory anyways. A new version will be released hopefully in the near future.

simaodiascosta commented 3 years ago

Great! Thanks for your time

bastienuh commented 2 years ago

I made a PR on this.