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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

Expand Down Expand Up @@ -63,7 +63,7 @@ If you want the anchors to always be lowercase, you can use the `lowercase` argu

## Configuration

To configure Anchors, create a new `anchors.php` file within the `config/` folder, which returns an array.
To configure Anchors, create a new `anchors.php` file within the `config/` folder (or `config/craft/` if you’re using Craft CMS v6), which returns an array.

The following config settings are supported:

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"email": "support@craftcms.com",
"issues": "https://github.com/craftcms/anchors/issues?state=open",
"source": "https://github.com/craftcms/anchors",
"docs": "https://github.com/craftcms/anchors/blob/v2/README.md",
"rss": "https://github.com/craftcms/anchors/commits/v2.atom"
"docs": "https://github.com/craftcms/anchors/blob/3.x/README.md",
"rss": "https://github.com/craftcms/anchors/commits/3.x.atom"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-RC2|^5.0.0-beta.1"
"craftcms/cms": "^4.0.0-RC2|^5.0.0-beta.1|^6.0.0-alpha.1"
},
"require-dev": {
"craftcms/ecs": "*",
Expand Down
Loading