Skip to content

Commit 35b024c

Browse files
committed
Add support for Statamic v5
1 parent 2275c13 commit 35b024c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Currency Fieldtype is a Statamic addon that lets you handle any currency with ea
44
any, but many at least. 25 of the world's most traded ones to be precise. See
55
which [currencies we currently support](#supported-currencies).
66

7+
### Supported Versions
8+
9+
- ✅ Statamic v4
10+
- ✅ Statamic v5
11+
712
## Features
813

914
The addon makes sure you always get the right format depending on the locale and currency that's being used. While you

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"autoload-dev": {
1010
"classmap": [
11-
"tests"
11+
"tests"
1212
]
1313
},
1414
"extra": {
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"require": {
27-
"php": "^8.0",
28-
"statamic/cms": "^v4.0",
27+
"php": "^8.1",
28+
"statamic/cms": "^v4.0|^v5.0",
2929
"ext-intl": "*"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)