From f164dbacd446053cf4ce56a6e4185965ceeefb07 Mon Sep 17 00:00:00 2001 From: i-just Date: Thu, 7 May 2026 09:48:08 +0200 Subject: [PATCH] updates for v6 with adapter --- README.md | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f40a020..5c5b0a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This plugin adds a new “Store Hours” field type to Craft, for collecting the ## Requirements -This plugin requires Craft CMS 5.0 or later. +This plugin requires Craft CMS 5.0 or later or 6.0.0-alpha.1+ with the `craftcms/yii2-adapter` package. ## Installation diff --git a/composer.json b/composer.json index 4f63a20..cfa3553 100644 --- a/composer.json +++ b/composer.json @@ -22,13 +22,13 @@ "email": "support@craftcms.com", "issues": "https://github.com/craftcms/store-hours/issues?state=open", "source": "https://github.com/craftcms/store-hours", - "docs": "https://github.com/craftcms/store-hours/blob/v2/README.md", - "rss": "https://github.com/craftcms/store-hours/commits/v2.atom" + "docs": "https://github.com/craftcms/store-hours/blob/4.x/README.md", + "rss": "https://github.com/craftcms/store-hours/commits/4.x.atom" }, "minimum-stability": "dev", "prefer-stable": true, "require": { - "craftcms/cms": "^5.0.0-beta.1", + "craftcms/cms": "^5.0.0-beta.1|^6.0.0-alpha.1", "php": "^8.2" }, "require-dev": { @@ -45,7 +45,7 @@ "name": "Store Hours", "handle": "store-hours", "schemaVersion": "1.0.2", - "documentationUrl": "https://github.com/craftcms/store-hours/blob/v2/README.md" + "documentationUrl": "https://github.com/craftcms/store-hours/blob/4.x/README.md" }, "scripts": { "check-cs": "ecs check --ansi",