ARCANEDEV / noCAPTCHA

:passport_control: Helper for Google's new noCAPTCHA (reCAPTCHA v2 & v3)
MIT License
357 stars 56 forks source link

Conflict with arcanedev/log-viewer version 11.0 #113

Open nickwiegers01 opened 1 month ago

nickwiegers01 commented 1 month ago

Description:

For my client I am trying to update the Laravel installation to version 11. However, the client has both noCaptcha and LogViewer installed and there is an issue with conflicts between these two modules.

Logviewer requires arcanedev/support ^11.0, while noCaptcha requires arcanedev/support ^9.0. This needs to be fixed to be compatible with Laravel 11.

Steps To Reproduce:

nickwiegers01 commented 1 month ago

Hi,

I think this issue can already be fixed by adding ^9.0|^10.0|^11.0 to the log-viewer module.