mirror of
https://github.com/php/pecl-datetime-timezonedb.git
synced 2026-03-23 23:12:10 +01:00
Fixes #14: PIE composer.json tweaks
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user