Ne-Lexa / google-play-scraper

PHP scraper to get data from Google Play
MIT License
75 stars 37 forks source link

Undefined class constant 'RFC3339' #10

Closed netunlimited closed 3 years ago

netunlimited commented 3 years ago

Hi there,

I'm running PHP 7.1.33, calling getAppInfo fails with this error:

Uncaught Error: Undefined class constant 'RFC3339' in /data/www/cms/vendor/nelexa/google-play-scraper/src/Model/AppInfo.php:560 Stack trace: #0 /data/www/cms/vendor/nelexa/google-play-scraper/src/Model/JsonSerializableTrait.php(41): Nelexa\GPlay\Model\AppInfo->asArray()

Please advice.

Ne-Lexa commented 3 years ago

@netunlimited, thanks for Issue. Fixed in 0.2.1 version.

netunlimited commented 3 years ago

Thanks for fixing so fast!!