summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-12 08:05:29 +0200
committerRemi Collet <remi@php.net>2026-04-12 08:05:29 +0200
commit89d53b9195e7a376a3e155a1e7e47b7b7590a92a (patch)
tree6173a62f666e475eddc14d67a5674370c577fba2 /composer.json
parent406e31f27315f30ce58bab71d57b391f88c75c50 (diff)
update to 1.5.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..5325b19
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,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"
+ }
+}