-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
33 lines (33 loc) · 946 Bytes
/
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
{
"name": "tastaturberuf/anystores",
"description": "Location management and geographic search",
"keywords": ["anytores", "storelocator", "stores", "geolocation", "location"],
"type": "contao-module",
"homepage": "https://github.com/tastaturberuf/anyStores",
"license": "LGPL-3.0",
"authors": [
{
"name": "Daniel Jahnsmüller",
"email": "[email protected]",
"homepage": "https://jahnsmueller.net",
"role": "Developer"
}
],
"require":
{
"php": "^8.1",
"contao/core-bundle": "^4.9",
"contao-community-alliance/composer-plugin": "~3.0",
"menatwork/contao-multicolumnwizard-bundle": "^3.4"
},
"replace": {
"contao-legacy/anystores": "self.version"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/anyStores"
}
}
}
}