Binay Kumar Shaw
Binay Kumar Shaw
did you get any solution?
Yes, to do so, temporarily add Shift's fork to the repositories property of your composer.json: ``` { "repositories": [ { "type": "vcs", "url": "https://github.com/laravel-shift/laravel-gmail.git" } ] } ``` Then update...
I am having the same issue
To do so, temporarily add Shift's fork to the repositories property of your composer.json: ``` { "repositories": [ { "type": "vcs", "url": "https://github.com/laravel-shift/laravel-gmail.git" } ] } ``` Then update your...