-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
33 lines (33 loc) · 976 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":"isotope/isotope_documents",
"description":"user friendly documents for delivery notes and invoices for Isotope eCommerce 2.X",
"keywords":["contao", "isotope", "delivery notes", "invoices"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Kirsten Roschanski",
"homepage":"http://kirsten-roschanski.de"
},
{
"name":"Isotope Workgroup",
"homepage":"http://isotopeecommerce.org"
}
],
"require":{
"php": "~5.4 || ~7.0",
"contao/core-bundle": "^3.5.2 || ~4.1",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
"isotope/isotope-core":">=2.0.0"
},
"extra":{
"contao": {
"sources":{
"system/modules/isotope_documents": "system/modules/isotope_documents"
}
},
"master": {
"master/1.0.2": "1.0.2"
}
}
}