Skip to content

Commit

Permalink
feat: add statamic v5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylewalow committed May 14, 2024
1 parent d0ea2cc commit c806cec
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
Expand Up @@ -27,7 +27,7 @@
}
},
"require": {
"statamic/cms": "^4.0"
"statamic/cms": "^4.0 || ^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13"
Expand All @@ -42,4 +42,4 @@
"pixelfear/composer-dist-plugin": true
}
}
}
}

0 comments on commit c806cec

Please sign in to comment.