stormpath / stormpath-laravel

Build simple, secure web applications with Stormpath and Laravel
Other
29 stars 6 forks source link

Stormpath prohibits Laravel Passport from installing #64

Closed markuskoehler closed 7 years ago

markuskoehler commented 7 years ago

On Laravel 5.3, after installing Stormpath-Laravel, one is not able to install Laravel Passport. The issue is the version of firebase/php-jwt which both require. Stormpath loads v2.2.0 of JWT, Passport requires v4.

Would it be possible to upgrade JWT on Stormpath-Laravel to at least v4 to remove this blocking behaviour?

bretterer commented 7 years ago

Thank you for the bug report on this. I will put it on the agenda to update the JWT library for the core SDK

-Brian

bretterer commented 7 years ago

Released new version to fix this. Version 0.5.1 uses the new Firebase\JWT\JWT namespace and the https://github.com/stormpath/stormpath-sdk-php/releases/tag/1.17.2 release of the core php sdk updates the package.