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
Problem 1
- Root composer.json requires laravel/framework ^8.65, found laravel/framewo rk[v8.65.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- laravel/ui is locked to version v3.3.0 and an update of this package was n ot requested.
- laravel/ui v3.3.0 requires illuminate/validation ^8.42 -> found illuminate /validation[v8.42.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint , e.g. "composer require laravel-notification-channels/webhook:*" to figure out if any version is installable, or "composer require laravel-notification-channel s/webhook:^2.1" if you know which you need.
The text was updated successfully, but these errors were encountered:
composer -W -n require laravel-notification-channels/webhook
Problem 1
- Root composer.json requires laravel/framework ^8.65, found laravel/framewo rk[v8.65.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- laravel/ui is locked to version v3.3.0 and an update of this package was n ot requested.
- laravel/ui v3.3.0 requires illuminate/validation ^8.42 -> found illuminate /validation[v8.42.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint , e.g. "composer require laravel-notification-channels/webhook:*" to figure out if any version is installable, or "composer require laravel-notification-channel s/webhook:^2.1" if you know which you need.
The text was updated successfully, but these errors were encountered: