Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
Loading