mirror of
https://github.com/php-win-ext/MaxMind-DB-Reader-php-ext.git
synced 2026-03-24 00:52:14 +01:00
PIE uses 'download-url-method', not 'source-method'. Also removed build-path since pre-packaged tarballs have files at root.
36 lines
891 B
JSON
36 lines
891 B
JSON
{
|
|
"name": "maxmind-db/reader-ext",
|
|
"type": "php-ext",
|
|
"description": "C extension for MaxMind DB Reader - provides significantly faster lookups",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php-ext",
|
|
"authors": [
|
|
{
|
|
"name": "MaxMind, Inc."
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
|
|
"source": "https://github.com/maxmind/MaxMind-DB-Reader-php-ext"
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"replace": {
|
|
"ext-maxminddb": "*"
|
|
},
|
|
"php-ext": {
|
|
"extension-name": "maxminddb",
|
|
"priority": 50,
|
|
"support-zts": true,
|
|
"support-nts": true,
|
|
"download-url-method": "pre-packaged-source",
|
|
"configure-options": [
|
|
{
|
|
"name": "with-maxminddb",
|
|
"description": "Enable MaxMind DB Reader extension support"
|
|
}
|
|
]
|
|
}
|
|
}
|