Closed T3chTobi closed 5 years ago
Same issue
Most likely it won't be updated, I already requested it long time ago... https://github.com/postaddictme/instagram-php-scraper/issues/515
In my case I just did small change in composer.json
(I'm using this lib to fetch images only so phpfastcache is not used in that case at all):
"phpfastcache/phpfastcache": "7.1.0 as 5.0.21"
However I do not recommend this, this line will have to be updated manually with each phpfastcache update.
phpfastcache 7 requires PHP ≥7 while instagram-php-scraper requires PHP ≥5.4.
A better solution in a long term is to use a PSR cache interface instead of a specific cache library: https://github.com/postaddictme/instagram-php-scraper/issues/553
Will be addressed in #553
PSR-16
Thanks you very much! Could you please update the composer package?
It is done: v0.9.0
On Sat, Oct 26, 2019, 17:24 anonym notifications@github.com wrote:
Thanks you very much! Could you please update the composer package?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/postaddictme/instagram-php-scraper/issues/543?email_source=notifications&email_token=ABLPIGNK5AD6SNZEJBLKKJTQQRAIVA5CNFSM4I4UPOQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECKH2LA#issuecomment-546602284, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLPIGKCXSFJRGLIONTZMRTQQRAIVANCNFSM4I4UPOQQ .
Hi there!
Please update the dependencies to phpfastcache 7.*
Otherwise following error occurs: Problem 1
Thank you very much!