-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
41 lines (41 loc) · 1.21 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
{
"name": "craffft/contao-photoalbums2",
"description": "Photoalbums2 for Contao OpenSource CMS",
"keywords": ["gallery", "album", "images", "photos", "pictures"],
"type": "contao-module",
"homepage": "http://craffft.de",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Daniel Kiesel",
"email": "[email protected]",
"homepage": "http://craffft.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Craffft/contao-photoalbums2/issues",
"source": "https://github.com/Craffft/contao-photoalbums2"
},
"require": {
"php": ">=5.6",
"contao/core-bundle": ">=4.4,<5.0",
"contao-community-alliance/composer-plugin": "^2.4.0 || 3.*",
"craffft/contao-imagesortwizard": "~2.3",
"craffft/contao-sortwizard": "~1.4",
"craffft/contao-translation-fields": "~2.0"
},
"autoload": {
"classmap": ["system/"]
},
"replace": {
"contao-legacy/photoalbums2": "*"
},
"extra": {
"contao": {
"sources": {
"system/modules/photoalbums2": "system/modules/photoalbums2"
}
}
}
}