monim67 / laravel-password-update

Laravel user password change/update with password-update event.
MIT License
4 stars 2 forks source link

Support for Laravel 6 #1

Open nospam4u opened 4 years ago

nospam4u commented 4 years ago

Any chance of getting you to update this to allow Laravel 6?

monim67 commented 4 years ago

Does it not work in Laravel 6? What issues are there?

nospam4u commented 4 years ago

Composer wouldn't install due to dependency.

I suspect this line in the composer.json:

    "require": {
        "laravel/framework": "^5.5"
    },
monim67 commented 4 years ago

@nospam4u thank you for pointing it out, I am looking into it, will release a version for Laravel 6 soon.