Skip to content

Commit

Permalink
feat: update statamic v4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simonerd committed May 10, 2023
1 parent f85fde8 commit 0cd9b6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"extra": {
"statamic": {
"name": "Statamic Anchor Navigation",
"name": "Anchor Navigation",
"description": "A Statamic tag for creating an anchor nav for all headings generated by the bard editor."
},
"laravel": {
Expand All @@ -29,7 +29,8 @@
}
},
"require": {
"statamic/cms": "^3.4 || ^4.0 || ^4.0@alpha || ^4.0@beta || ^4.0@RC"
"php": "^8.1",
"statamic/cms": "^3.4 || ^4.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 0cd9b6f

Please sign in to comment.