diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 5325b19..e0921b9 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "description": "Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP", "require": { - "php": ">= 7.4.0" + "php": ">= 8.2.0" }, "php-ext": { "extension-name": "decimal" |
