ArranJacques / laravel-aws-cognito-auth

An authentication driver for Laravel for authenticating users in AWS Cognito User Pools.
Other
74 stars 26 forks source link

Laravel 5.6 #13

Closed gwilliamtam closed 6 years ago

gwilliamtam commented 6 years ago

If I try to install this in Laravel 5.6 I get the next errors:

- Conclusion: remove symfony/http-foundation v4.0.4
- Conclusion: don't install symfony/http-foundation v4.0.4
- pallant/laravel-aws-cognito-auth v1.1.2 requires symfony/http-foundation ~3.2
ArranJacques commented 6 years ago

Hi

I've just released a new version 1.1.3, which should work with Laravel 5.6. Let me know if you have any problems.

Thanks