You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create Laravel 11 project.
Install log-viewer version 11.
Require noCaptcha version 13.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: