-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
38 lines (38 loc) · 1.28 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
{
"name": "davidenke/newsletter_content",
"type": "contao-module",
"description": "Simple newsletter to content element association for Contao 3 and 4",
"keywords": ["contao","newsletter","content","tracking"],
"homepage": "https://github.com/davidenke/newsletter_content",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "David Enke",
"email": "post@davidenke.de",
"homepage": "http://www.davidenke.de",
"role": "Developer"
}
],
"support":{
"issues":"https://github.com/davidenke/newsletter_content/issues",
"source":"https://github.com/davidenke/newsletter_content"
},
"require": {
"php":">=5.3.2",
"contao/core-bundle": "^3.2 || ^4.4",
"contao/newsletter-bundle": "^3.2 || ^4.4",
"contao-community-alliance/composer-plugin": "^2.4 || ^3.0",
"menatwork/contao-multicolumnwizard": "^3.0"
},
"replace": {
"contao-legacy/newsletter_content": "*"
},
"extra": {
"contao": {
"sources": {
"system/modules/newsletter_content": "system/modules/newsletter_content",
"assets/mootools/milkchart/1.5.9.0": "assets/mootools/milkchart/1.5.9.0"
}
}
}
}