laravel-notification-channels / webhook

Webhook notifications channel for Laravel
https://laravel-notification-channels.com
MIT License
170 stars 61 forks source link

Error install with 8.65 #45

Open ashrafbendary opened 2 years ago

ashrafbendary commented 2 years ago

composer -W -n require laravel-notification-channels/webhook

Problem 1

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.