-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
58 lines (58 loc) · 2.11 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
{
"name": "psi/news4ward",
"description": "A blogging / news system for Contao",
"keywords": ["news", "blog"],
"type": "contao-module",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Christoph Wiechert",
"email": "[email protected]",
"homepage": "http://4wardmedia.de",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/psi-4ward/news4ward/issues?direction=desc&sort=created&state=open",
"forum": "https://community.contao.org/de/forumdisplay.php?110-4ward",
"irc": "irc://irc.freenode.org/contao.de",
"source": "https://github.com/psi-4ward/news4ward"
},
"require": {
"php": ">=5.3",
"contao/core-bundle": "^3.2.1 || ^4.4",
"contao-community-alliance/composer-plugin": "^2.4 || ^3.0",
"menatwork/contao-multicolumnwizard": "~3"
},
"suggest": {
"psi/news4ward_tags": "Provides article tagging and a tagcloud frontend module.",
"psi/news4ward_comments": "Let visitors comment articles",
"psi/news4ward_categories": "Organize articles in categories and provide a frontend filter module.",
"psi/news4ward_multicategories": "Organize articles in multiple categories and provide a frontend filter module.",
"psi/news4ward_archive-menu": "Timebased frontend filter module.",
"psi/news4ward_author-menu": "Frontend filter module for authors.",
"psi/news4ward_related": "Find similar articles to the displayed one.",
"psi/news4ward_mostread": "Count article read hits and display most visited articles.",
"psi/news4ward_newsletter": "Prepare newsltters from articles",
"psi/news4ward_titleSearch": "Filter listing within title searchbox",
"psi/news4ward_metaTitle": "Extra field for page title",
"christianbarkowsky/news4ward_robots": "Extra robots-tag field for SEO optimisation"
},
"replace": {
"contao-legacy/news4ward": "self.version"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/news4ward"
},
"runonce": [
"runonce/32update.php"
]
},
"branch-alias": {
"dev-master": "2.1.x-dev"
}
}
}