-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
46 lines (46 loc) · 1.24 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
{
"name": "oneup/contao-points-of-interest",
"type": "contao-module",
"description": "Use this Contao module to highlight the points of interest of your products. Just a click to open a brief description of each point, allowing your user to get a deep and fast understanding of your product features.",
"keywords": [
"contao",
"points of interest",
"POI",
"jquery"
],
"homepage": "https://1up.io",
"license": "MIT",
"authors": [
{
"name": "David Greminger",
"email": "[email protected]",
"homepage": "https://1up.io",
"role": "Developer"
}
],
"require": {
"ext-json": "*",
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.3"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"friendsofphp/php-cs-fixer": "^3.64"
},
"config": {
"sort-packages": true
},
"extra": {
"contao-manager-plugin": "Oneup\\Contao\\ContaoPointsOfInterestBundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
"Oneup\\Contao\\ContaoPointsOfInterestBundle\\": "src"
}
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/1up-lab/contao-points-of-interest/issues",
"source": "https://github.com/1up-lab/contao-points-of-interest"
}
}