From 2c2a9dd673d69383c2bb470d9c706088589211a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Apr 2026 07:17:00 +0200 Subject: update to 2.0.2 (no change) drop patch merged upstream open https://github.com/php-decimal/ext-decimal/pull/97 fix version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') 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" -- cgit