1 2 3 4 5 6 7 8 9 10 11 12
{ "name": "php-decimal/ext-decimal", "type": "php-ext", "license": "MIT", "description": "Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP", "require": { "php": ">= 7.4.0" }, "php-ext": { "extension-name": "decimal" } }