protonemedia / laravel-verify-new-email

This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.
https://protone.media/en/blog/an-add-on-to-laravels-built-in-email-verification-only-update-a-users-email-address-if-the-new-one-is-verified-as-well
MIT License
404 stars 30 forks source link

Update PHP version in readme #18

Closed spekulatius closed 1 year ago

spekulatius commented 2 years ago

Hey @pascalbaljet

just noticed that the PHP in the readme doesn't match with the version in the composer.json. This fix updates the readme to PHP7.4 (as in the composer.json).

Cheers, Peter

pascalbaljet commented 1 year ago

Thanks!