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
This plugin currently requires illuminate/contracts which is replaced by laravel/framework in v10.
Steps to Reproduce: Attempt to install plugin in new Laravel v10 app
Proposed fix: create new release version for Laravel v10 compatibility that updates the package requirements to laravel/framework v10 and removes the illuminate/contracts requirement. Imports may need to be updated within the plugin.
The text was updated successfully, but these errors were encountered:
This plugin currently requires
illuminate/contracts
which is replaced bylaravel/framework
in v10.Steps to Reproduce: Attempt to install plugin in new Laravel v10 app
Proposed fix: create new release version for Laravel v10 compatibility that updates the package requirements to
laravel/framework v10
and removes theilluminate/contracts
requirement. Imports may need to be updated within the plugin.The text was updated successfully, but these errors were encountered: