webhook icon indicating copy to clipboard operation
webhook copied to clipboard

Error install with 8.65

Open ashrafbendary opened this issue 4 years ago • 0 comments
trafficstars

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.

ashrafbendary avatar Nov 11 '21 07:11 ashrafbendary