Skip to content

Commit

Permalink
Add support for Statamic v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorieser committed Aug 30, 2023
1 parent f788740 commit 1b50788
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 @@ -18,8 +18,8 @@
}
],
"require": {
"php": "^8.0 || ^8.1",
"statamic/cms": "3.2.* || 3.3.* || 3.4.*"
"php": "^8.0",
"statamic/cms": "^3.2 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1b50788

Please sign in to comment.