Closed RihardsZ closed 3 months ago
Thanks for your report.
Possible solutions
It seems to me that
laravel/slack-notification-channel
requirement needs to be updated to ^v3
This was indeed necessary. I updated the dependencies in 34ee1f5
You can now install the addon with Laravel 11 and the notifications work as expected.
Expected Behavior
sail composer require -W laborb/statamic-notifications-channel:^1.1
installs the latest version oflaborb/statamic-notifications-channel
(1.1.0 at the moment of writing)Actual Behavior
composer require
fails with the message 'requirements cannot be resolved'Setup
PHP 8.3 Laravel 11
Details
Consequences
Highest version which can be installed on Laravel 11 is 1.0.3, but it is not sending out the actual notifications (as far as I understand, this is why https://github.com/laborb/statamic-notifications-channel/commit/7bf50d1e08e18f1a4a5b09d9db203b1a087d97ed#diff-124e612b864c01e038f6cf4c456a07d8d5b963c762c551780849e5d44eb3d010L24 was needed).
Possible solutions
It seems to me that
laravel/slack-notification-channel
requirement needs to be updated to ^v3