-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
59 lines (59 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
{
"name": "contaoblackforest/contao-isotope-product-list",
"description": "The extensions is for the webshop Isotope in the CMS Contao.",
"keywords": [
"contao",
"isotope",
"product",
"module",
"content",
"element",
"list"
],
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Sven Baumann",
"email": "[email protected]",
"homepage": "https://github.com/baumannsven",
"role": "Developer"
},
{
"name": "Dominik Tomasi",
"email": "[email protected]",
"homepage": "https://github.com/dtomasi",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/ContaoBlackforest/contao-isotope-product-list/issues",
"wiki": "https://github.com/ContaoBlackforest/contao-isotope-product-list/wiki",
"irc": "irc://irc.freenode.org/contao.dev",
"source": "https://github.com/ContaoBlackforest/contao-isotope-product-list"
},
"require": {
"php": ">=5.3.2",
"contao/core-bundle": "~3.5 | ~4.4",
"contao-community-alliance/composer-plugin": "~2.0 | ~3.0",
"isotope/isotope-core": "~2.4",
"hofff/contao-selectri": "~4.0"
},
"autoload": {
"psr-4": {
"ContaoBlackForest\\Isotope\\ProductList\\": "/src"
}
},
"extra": {
"contao": {
"sources": {
"contao": "system/modules/isotope-product-list"
}
},
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
}
}
}