forked from maxmind/MaxMind-DB-Reader-php-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 891 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
]
}
}