[PECL-CVS] [pecl-datetime-timezonedb] master: Fixes #14: PIE composer.json tweaks

[email protected] (Derick Rethans) Thu, 8 Jan 2026 13:43:25 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Derick Rethans (derickr)
Date: 2026-01-08T14:41:09+01:00

Commit: https://github.com/php/pecl-datetime-timezonedb/commit/3a18686cac0c49d6e826dddd150867fb2544a45a
Raw diff: https://github.com/php/pecl-datetime-timezonedb/commit/3a18686cac0c49d6e826dddd150867fb2544a45a.diff

Fixes #14: PIE composer.json tweaks

Changed paths:
  M  composer.json


Diff:

diff --git a/composer.json b/composer.json
index 1cca064..eeb70e1 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,13 @@
         "php": ">=5.4"
     },
     "php-ext": {
+        "extension-name": "timezonedb",
         "priority": 20,
-        "configure-options": []
+        "configure-options": [
+            {
+                "name": "enable-timezonedb",
+                "description": "Enable timezonedb support"
+            }
+        ]
     }
 }