From 14f89f6b6195cce3444375a6a4f5acfb07f536fc Mon Sep 17 00:00:00 2001 From: Michael Snoeren Date: Fri, 2 Jun 2023 19:03:40 +0000 Subject: [PATCH] Updated README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c0f446..e028cc9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ composer require snoeren-development/laravel-discord-webhook-channel ``` ### Requirements -This package requires at least PHP 8.0 and Laravel 8. +This package requires at least PHP 8.1 and Laravel 8. ## Usage In every notifiable model you wish to notify via Discord, you need to add the `routeNotificationForDiscord` method;