-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
70 lines (70 loc) · 1.92 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
{
"name": "contao-themes-net/theme-components-bundle",
"type":"contao-bundle",
"description": "theme components bundle for Contao 4",
"keywords":["contao","theme","template"],
"homepage": "https://contao-themes.net",
"license": "proprietary",
"authors": [
{
"name": "Webdesign für Dresden",
"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/theme-components-bundle/issues",
"source" : "https://github.com/contao-themes-net/theme-components-bundle",
"donate": "https://contao-themes.net/sponsoring.html"
},
"require": {
"php": "^8.1",
"contao/core-bundle": "^5.0",
"contao-dd/advanced-classes-bundle": "^1.4"
},
"conflict": {
"contao/core": "*"
},
"require-dev": {
"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"
},
"autoload": {
"psr-4": {
"ContaoThemesNet\\ThemeComponentsBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "ContaoThemesNet\\ThemeComponentsBundle\\ContaoManager\\Plugin"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/user?u=28241718"
},
{
"type": "corporate",
"url": "https://contao-themes.net/sponsoring.html"
}
],
"config": {
"allow-plugins": {
"contao-components/installer": true,
"php-http/discovery": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"contao/manager-plugin": true
}
}
}