forked from codemacherUG/tile_proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.03 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.03 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
46
{
"name": "codemacher/tile_proxy",
"description": "Integrates an OpenStreetMap tile proxy in TYPO3 for GDPR-compliant integration.",
"type": "typo3-cms-extension",
"homepage": "https://extensions.typo3.org/extension/tile_proxy",
"authors": [
{
"name": "Thomas Rokohl",
"homepage": "https://codemacher.de"
}
],
"license": [
"GPL-2.0-or-later"
],
"support": {
"docs": "https://docs.typo3.org/p/codemacher/tile_proxy/main/en-us/",
"issues": "https://github.com/codemacherUG/tile_proxy/issues",
"source": "https://github.com/codemacherUG/tile_proxy"
},
"keywords": [
"TYPO3 CMS",
"extension",
"OSM",
"OpenStreetMap",
"DSGVO",
"GDPR",
"Tile",
"Proxy",
"Geocoding",
"Nominatim"
],
"autoload": {
"psr-4": {
"Codemacher\\TileProxy\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "tile_proxy"
}
},
"require": {
"typo3/cms-core": "^12.4|^13.4",
"php": "^8"
}
}