mirror of
https://github.com/php/pecl-datetime-timezonedb.git
synced 2026-03-23 23:12:10 +01:00
20 lines
509 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|