-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.16 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
{
"name": "drupal/geocoder",
"description": "A Drupal module and a services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.",
"type": "drupal-module",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"homepage": "https://drupal.org/project/geocoder",
"require": {
"willdurand/geocoder": "^3.3"
},
"authors": [
{
"name": "Pol Dellaiera (@drupol)",
"homepage": "https://www.drupal.org/u/pol",
"role": "Maintainer"
},
{
"name": "Italo Mairo (@itamair)",
"homepage": "https://www.drupal.org/u/itamair",
"role": "Co-maintainer"
}
],
"support": {
"issues": "https://drupal.org/project/issues/geocoder",
"irc": "irc://irc.freenode.org/drupal-geo",
"source": "https://cgit.drupalcode.org/geocoder"
},
"require-dev": {
"phpro/grumphp": "^0.12.1",
"squizlabs/php_codesniffer": "^2.7",
"sensiolabs/security-checker": "^4.1",
"phpunit/phpunit": "^5.7|^6.5",
"drupal/coder": "^8.2"
}
}