forked from contao/contao-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·50 lines (50 loc) · 1.49 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
{
"name": "contao/contao-demo",
"type": "contao-theme",
"description": "This is an example website for Contao, a powerful open source CMS that allows you to create professional websites and scalable web applications.",
"version": "5.3",
"license": "CC-BY-SA-4.0",
"authors": [
{
"name": "Sascha Müller",
"homepage": "https://github.com/sascha-mueller"
},
{
"name": "Contao Community",
"homepage": "https://to.contao.org/demo-contributors"
}
],
"funding": [
{
"type": "other",
"url": "https://to.contao.org/donate"
}
],
"support": {
"issues": "https://github.com/contao/contao-demo/issues",
"forum": "https://community.contao.org",
"source": "https://github.com/contao/contao-demo",
"docs": "https://docs.contao.org"
},
"require": {
"contao/calendar-bundle": "5.3.*",
"contao/comments-bundle": "5.3.*",
"contao/conflicts": "@dev",
"contao/faq-bundle": "5.3.*",
"contao/listing-bundle": "5.3.*",
"contao/manager-bundle": "5.3.*",
"contao/news-bundle": "5.3.*",
"contao/newsletter-bundle": "5.3.*"
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}