forked from inszenium/isotope-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 915 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
34
35
{
"name":"inszenium/isotope-export",
"description":"Collection Export for Isotope eCommerce, an eCommerce extension for Contao Open Source CMS",
"keywords":["contao", "isotope", "collection", "export"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"inszenium",
"homepage":"https://inszenium.de"
}
],
"require":{
"php":">=5.4",
"isotope/isotope-core":">=2.3",
"contao/core-bundle": "~3.0 || ~4.0",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0"
},
"autoload": {
"psr-0": {
"Isotope\\": [
"src"
]
}
},
"extra":{
"contao": {
"sources":{
"contao": "system/modules/isotope_export"
}
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}