chill-pills / laravel-instagram-basic-feed

Laravel package that connect to Instagram's new API Basic Display. Retrieve personal user's posts and keep them in cache, with specific commands or with Scheduler and take care to refresh the token's every two months.
MIT License
3 stars 3 forks source link

Adds the support for Laravel v8.0+ #3

Closed Otienoh closed 3 years ago

Otienoh commented 3 years ago

This PR adds bumps up the version of laravel & phpunit to allow the installation of the package in Laravel v8.0 applications

dib258 commented 3 years ago

Thank you for you help ;)