forked from dustin10/VichGeographicalBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 1.01 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
{
"name": "studio-vinari/geographical-bundle",
"type": "symfony-bundle",
"description": "Geographical functionality for ORM and ODM entities and JavaScript maps rendering",
"keywords": ["maps", "geographical", "annotations", "google", "bing", "annotations"],
"homepage": "https://github.com/StudioVinari/VichGeographicalBundle",
"license": "MIT",
"authors": [{
"name": "Dustin Dobervich",
"email": "ddobervich@gmail.com",
"homepage": "http://www.dobervich.com"
},
{
"name": "Joseluis Laso",
"email": "jlaso@joseluislaso.es",
"homepage": "http://www.joseluislaso.es"
},
{
"name": "Benjamin Nolan",
"email": "benjamin.nolan@studiovinari.com",
"homepage": "https://studiovinari.com"
}
],
"require": {
"php": ">=5.3.2"
},
"autoload": {
"psr-0": { "Vich\\GeographicalBundle": "" }
},
"target-dir": "Vich/GeographicalBundle"
}