Skip to content

Commit

Permalink
add Statamic 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
eminos committed May 9, 2024
1 parent a7068a0 commit 5148de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "A Statamic addon to be able to group fields into tabs.",
"license": "MIT",
"require": {
"statamic/cms": "^3.0||^4.0"
"statamic/cms": "^3.0||^4.0||^5.0"
},
"require-dev": {
"php": "^8.1",
"laravel/framework": "^10.8",
"statamic/cms": "^4.0"
"laravel/framework": "^11.0",
"statamic/cms": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5148de8

Please sign in to comment.