summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 5325b19f0911509f6bfa43466be1e7cf11531bdf (plain)
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"
    }
}