-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 962 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 962 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
36
37
38
39
40
41
{
"name": "mapbender/geo-transporter",
"description": "Transport geo data between databases",
"keywords": [
"geo",
"transport"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Daniel Egert",
"email": "Daniel.Egert@wheregroup.com",
"homepage": "https://github.com/danielegert"
},
{
"name": "Andriy Oblivantsev",
"email": "eslider@gmail.com",
"homepage": "https://github.com/eSlider"
}
],
"require-dev": {
"phpunit/phpunit": ">=3.7",
"predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6"
},
"require": {
"php": ">=5.3.1",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "1.2.x",
"sensio/distribution-bundle": "2.3.x",
"eslider/spatialite": "0.0.x"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {"Mapbender\\GeoTransporterBundle": "."}
},
"target-dir": "Mapbender/GeoTransporterBundle"
}