Skip to content

Commit

Permalink
feat: add support for statamic v4
Browse files Browse the repository at this point in the history
  • Loading branch information
simonerd committed Apr 13, 2023
1 parent 8e0dbdd commit 7cfc09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "visuellverstehen/statamic-anchor-navigation",
"description": "A Statamic tag for creating an anchor nav for all headings generated by the bard editor.",
"keywords": [ "statamic", "addon", "bard", "navigation", "anchor", "v3" ],
"keywords": [ "statamic", "addon", "bard", "navigation", "anchor", "v3", "v4" ],
"license": "MIT",
"type": "statamic-addon",
"autoload": {
Expand Down Expand Up @@ -29,7 +29,7 @@
}
},
"require": {
"statamic/cms": "^3.4"
"statamic/cms": "^3.4 || ^4.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 7cfc09c

Please sign in to comment.