-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
52 lines (52 loc) · 1.57 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
{
"name": "erdmannfreunde/optimist-theme-bundle",
"type": "contao-theme",
"version": "3.0.2",
"description": "OPTIMIST Theme Bundle",
"homepage": "https://erdmann-freunde.de/contao-themes/optimist",
"keywords": [
"contao",
"erdmannfreunde",
"optimist",
"theme"
],
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Erdmann & Freunde",
"homepage": "https://erdmann-freunde.de"
}
],
"support": {
"homepage": "https://erdmann-freunde.de/contao-themes/optimist",
"issues": "https://github.com/erdmannfreunde/optimist-theme-bundle/issues",
"source": "https://github.com/erdmannfreunde/optimist-theme-bundle"
},
"require": {
"php": "^8.1",
"contao/manager-bundle": "5.3.*",
"contao/calendar-bundle": "^5.3",
"contao/comments-bundle": "^5.3",
"contao/conflicts": "@dev",
"contao/faq-bundle": "^5.3",
"contao/listing-bundle": "^5.3",
"contao/news-bundle": "^5.3",
"contao/newsletter-bundle": "^5.3",
"nutshell-framework/nutshell": "^2.0",
"erdmannfreunde/contao-grid-bundle": "^2.0",
"erdmannfreunde/theme-toolbox": "^3.0",
"erdmannfreunde/contao-ping-bundle": "^1.0"
},
"extra": {
"contao-component-dir": "assets",
"theme-order-id": "free"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}