From 33cd942161d7d8e717e554fee48bc74f70cd5526 Mon Sep 17 00:00:00 2001 From: Iwona Just Date: Fri, 15 Mar 2024 10:57:57 +0000 Subject: [PATCH] craft 5 support --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7615822..bbc6896 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The anchors are named based on the heading text. The algorithm Anchors uses to c ## Requirements -This plugin requires Craft CMS 4.0 or later. +This plugin requires Craft CMS 4.0.0+ or 5.0.0+. ## Installation diff --git a/composer.json b/composer.json index fc570b0..e796b95 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "prefer-stable": true, "require": { "php": "^8.0.2", - "craftcms/cms": "^4.0.0-RC2" + "craftcms/cms": "^4.0.0-RC2|^5.0.0-beta.1" }, "require-dev": { "craftcms/ecs": "*",