Skip to content

Commit

Permalink
Add support for Statamic v5
Browse files Browse the repository at this point in the history
  • Loading branch information
doefom committed May 18, 2024
1 parent 2275c13 commit 35b024c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Currency Fieldtype is a Statamic addon that lets you handle any currency with ea
any, but many at least. 25 of the world's most traded ones to be precise. See
which [currencies we currently support](#supported-currencies).

### Supported Versions

- ✅ Statamic v4
- ✅ Statamic v5

## Features

The addon makes sure you always get the right format depending on the locale and currency that's being used. While you
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"autoload-dev": {
"classmap": [
"tests"
"tests"
]
},
"extra": {
Expand All @@ -24,8 +24,8 @@
}
},
"require": {
"php": "^8.0",
"statamic/cms": "^v4.0",
"php": "^8.1",
"statamic/cms": "^v4.0|^v5.0",
"ext-intl": "*"
},
"require-dev": {
Expand Down

0 comments on commit 35b024c

Please sign in to comment.