forked from bobosch/ods_osm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
70 lines (70 loc) · 1.74 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "bobosch/ods-osm",
"description": "Add an interactive OpenStreetMap map to your website. Can also show other OpenLayers compatible maps.",
"type": "typo3-cms-extension",
"keywords": [
"TYPO3",
"OSM",
"OpenStreetMap"
],
"homepage": "https://github.com/bobosch/ods_osm",
"support": {
"issues": "https://github.com/bobosch/ods_osm/issues"
},
"authors": [
{
"name": "Robert Heel",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Alexander Bigga",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"wgirhad/geophp": "^3.0"
},
"suggest": {
"friendsoftypo3/tt-address": "^8.0",
"lochmueller/calendarize": "^12.4"
},
"autoload": {
"psr-4": {
"Bobosch\\OdsOsm\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "ods_osm",
"web-dir": ".Build/public"
}
},
"require-dev": {
"friendsoftypo3/tt-address": "^8.0",
"helhum/typo3-console": "^8.0",
"typo3/cms-backend": "^11.5.6",
"typo3/cms-extbase": "^11.5.6",
"typo3/cms-extensionmanager": "^11.5.6",
"typo3/cms-filelist": "^11.5.6",
"typo3/cms-fluid": "dev-master",
"typo3/cms-fluid-styled-content": "^11.5.6",
"typo3/cms-frontend": "^11.5.6",
"typo3/cms-install": "^11.5.6",
"typo3/cms-recordlist": "^11.5.6",
"typo3/cms-setup": "^11.5.6",
"typo3/cms-tstemplate": "^11.5.6",
"typo3/cms-lowlevel": "^11.5.6"
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin",
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true
}
}
}