File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Currency Fieldtype is a Statamic addon that lets you handle any currency with ea
44any, but many at least. 25 of the world's most traded ones to be precise. See
55which [ currencies we currently support] ( #supported-currencies ) .
66
7+ ### Supported Versions
8+
9+ - ✅ Statamic v4
10+ - ✅ Statamic v5
11+
712## Features
813
914The addon makes sure you always get the right format depending on the locale and currency that's being used. While you
Original file line number Diff line number Diff line change 88 },
99 "autoload-dev" : {
1010 "classmap" : [
11- " tests"
11+ " tests"
1212 ]
1313 },
1414 "extra" : {
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" : {
You can’t perform that action at this time.
0 commit comments