-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not installed on laravel 5.4 #300
Comments
Hi @achalj09, Thanks! |
Hello @Stenerson Thank you for quick your reply. I have installed laravel 5.4 also for token authorisation I have used Laravel Passport so after passport installation if we installed your Plugin it gives error see in screen shot Please check it out, it might be guzzle version problem. Thank You. |
Hi @achalj09, We'll probably need @mike42 to weigh in. I'm not familiar with guzzle so I'm not sure if it can easily be updated or allow multiple versions. |
Hello @Stenerson |
@achalj09, a few ideas...
These options would at least buy you some time to test, etc. on your project until we hear from @mike42. If you went with the second option you could even test the API connector and submit a PR with the updated composer.json file. Just a thought 😉 |
Marking this as a bug. The guzzle dependency is too strict, and needs to be widened or made optional. The |
This is a much better suggestion than either of mine! 😂 |
Hello @mike42 and @Stenerson thank you for your comments. And finally its installed and work fine with v1.4.2 Although current version have same problem. Thanks once again both of you !!! |
The fix has now been released as 1.5.1. I don't use Laravel myself but the dependencies are now much more relaxed. I'll close this off in a few days if there's no reports that it's still broken. |
can you please upgrade to compatable for laravel 5.4
The text was updated successfully, but these errors were encountered: