-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1.06 KB
/
composer.json
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
36
37
38
39
40
41
{
"name": "mlocati-concrete5-packages/maxmind_geolocator",
"description": "Add a geolocator that uses a local MaxMind database",
"type": "concrete5-package",
"keywords": [
"concrete",
"concrete5",
"concretecms",
"geolocator",
"geolocalization",
"maxmind",
"location",
"locator"
],
"homepage": "https://github.com/concrete5-community/maxmind_geolocator",
"license": "MIT",
"authors": [
{
"name": "Michele Locati",
"email": "michele@locati.it",
"homepage": "https://mlocati.github.io",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/concrete5-community/maxmind_geolocator/issues"
},
"require": {
"concrete5/core": ">=8.3.0",
"geoip2/geoip2": "^2.9.0",
"php" : ">= 5.5.9"
},
"minimum-stability": "stable",
"config": {
"optimize-autoloader": true,
"platform": {
"php": "5.5.9"
},
"sort-packages": true
}
}