dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
655 stars 141 forks source link

Fixing regex bug where the app would break on Lumen 5.7.x #93

Closed benwilkins closed 5 years ago

benwilkins commented 5 years ago

The regex in LumenPassport::routes will break the app in Lumen 5.7. This will fix that.

benwilkins commented 5 years ago

I'm not sure why your Travis CI builds are failing, but please merge this in as this causes the entire app to break on Lumen 5.7.

benwilkins commented 5 years ago

@dusterio Can you please merge this in?

dusterio commented 5 years ago

@benwilkins sure done