Files
MaxMind-DB-Reader-php-ext/composer.json
Gregory Oschwald ace19261af Fix field name: download-url-method instead of source-method
PIE uses 'download-url-method', not 'source-method'.
Also removed build-path since pre-packaged tarballs have files at root.
2025-11-21 14:05:52 -08:00

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