Files
archived-pecl-datetime-time…/composer.json
2026-01-08 14:41:09 +01:00

20 lines
509 B
JSON

{
"name": "pecl/timezonedb",
"type": "php-ext",
"license": "PHP-3.01",
"description": "This extension is a drop-in replacement for the builtin timezone database that comes with PHP.",
"require": {
"php": ">=5.4"
},
"php-ext": {
"extension-name": "timezonedb",
"priority": 20,
"configure-options": [
{
"name": "enable-timezonedb",
"description": "Enable timezonedb support"
}
]
}
}