From 2b3dded99326075e75e7fb43c0ca519866647fc0 Mon Sep 17 00:00:00 2001 From: i-just Date: Thu, 7 May 2026 11:45:08 +0200 Subject: [PATCH] updates for v6 with adapter --- README.md | 4 ++-- composer.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cebf0fe..0379fe9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It can be used to integrate your Craft project with task automation tools like [ ## Requirements -This plugin requires Craft CMS 4.0.0+ or 5.0.0+. +This plugin requires Craft CMS 4.0.0+ or 5.0.0+ or 6.0.0-alpha.1+ with the `craftcms/yii2-adapter` package. ## Installation @@ -35,7 +35,7 @@ composer require craftcms/webhooks ## Configuration -To configure Webhooks, go to **Settings** → **Webhooks**, or create a `config/webhooks.php` file, which returns an array. +To configure Webhooks, go to **Settings** → **Webhooks**, or create a `config/webhooks.php` file (or `config/craft/webhooks.php` if you’re using Craft CMS v6), which returns an array. ```php