Skip to content

Commit

Permalink
Statamic 5 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed May 11, 2024
1 parent 3aabd95 commit 01b3368
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"require": {
"php": "^8.0",
"statamic/cms": "^4.0",
"stillat/statamic-template-resolver": "^1.0"
"statamic/cms": "^4.0 || ^5",
"stillat/statamic-template-resolver": "^1.1"
},
"extra": {
"statamic": {
Expand All @@ -21,5 +21,10 @@
"Stillat\\StatamicSearchReport\\ServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"pixelfear/composer-dist-plugin": true
}
}
}

0 comments on commit 01b3368

Please sign in to comment.