-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
82 lines (82 loc) · 2.7 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "contao-themes-net/odd-theme-bundle",
"type":"contao-bundle",
"description": "theme odd bundle for Contao 5",
"keywords":["contao","theme","template"],
"homepage": "https://contao-themes.net",
"license": "proprietary",
"authors": [
{
"name": "Webdesign für Contao",
"homepage": "https://pdir.de",
"email" : "[email protected]",
"role" : "Developer"
},
{
"name": "Kostenlose Contao Themes",
"homepage": "https://contao-themes.net",
"email" : "[email protected]",
"role" : "Supplier"
}
],
"support" : {
"docs": "https://docs.contao-themes.net/",
"forum": "https://community.contao.org",
"email" : "[email protected]",
"issues" : "https://github.com/contao-themes-net/odd-theme-bundle/issues",
"source" : "https://github.com/contao-themes-net/odd-theme-bundle",
"donate": "https://contao-themes.net/sponsoring.html"
},
"require": {
"php": "^8.1",
"contao/core-bundle": "^5.0",
"madeyourday/contao-rocksolid-frontend-helper": "^2.2",
"terminal42/contao-folderpage": "^3.0",
"pdir/contao-theme-helper-bundle": "^1.5",
"pdir/contao-webtools": "^1.5",
"contao-themes-net/theme-components-bundle": "^1.4",
"contao-dd/advanced-classes-bundle": "^1.5"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.5",
"contao/manager-plugin": "^2.0",
"contao/easy-coding-standard": "^3.0",
"phpunit/phpunit": "^7.1 || ^8.4 || ^9.5",
"symfony/phpunit-bridge": "^4.4 || ^5.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-symfony": "^1.2"
},
"autoload": {
"psr-4": {
"ContaoThemesNet\\OddThemeBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "ContaoThemesNet\\OddThemeBundle\\ContaoManager\\Plugin"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/user?u=28241718"
},
{
"type": "corporate",
"url": "https://contao-themes.net/sponsoring.html"
}
],
"suggest": {
"pdir/maklermodul-bundle": "ODD Theme includes all styles for maklermodul bundle. / ODD Theme enthält Stylesheets für das Maklermodul Bundle.",
"pdir/social-feed-bundle": "ODD Theme includes all styles for social feed bundle. / ODD Theme enthält Stylesheets für das Social Feed Bundle.",
"pdir/animated-timeline-bundle": "Render content in a dynamic timeline. / Zeige Inhalte in einem dynamischen Zeitstrahl an."
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"contao/manager-plugin": true,
"bamarni/composer-bin-plugin": true,
"php-http/discovery": true
}
}
}