forked from geocoder-php/BazingaGeocoderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.04 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
42
43
44
45
{
"name": "9code/geocoder-bundle",
"description": "Integration of Geocoder into Symfony",
"keywords": ["geocoding", "geocoder"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "William Durand",
"email": "will+git@drnd.me"
},
{
"name": "9Code",
"email": "info@9code.com.ar"
}
],
"require": {
"symfony/framework-bundle": "~2.1|~3.0",
"9code/geocoder": "dev-master",
"symfony/console": "~2.1|~3.0"
},
"require-dev": {
"php": ">=5.4",
"symfony/yaml": "~2.1|~3.0",
"doctrine/cache": "~1.3",
"doctrine/orm": "~2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/9code-ar/Geocoder"
}
],
"autoload": {
"psr-4": {
"_9Code\\": ""
}
},
"target-dir": "_9Code/GeocoderBundle",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
}
}