Fixes #14: PIE composer.json tweaks

This commit is contained in:
Derick Rethans
2025-09-25 14:33:35 +01:00
parent 472cf5f101
commit 3a18686cac

View File

@@ -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"
}
]
}
}