forked from cgoIT/contao-rate-it-bundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
74 lines (74 loc) · 1.79 KB
/
Copy pathcomposer.json
File metadata and controls
74 lines (74 loc) · 1.79 KB
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
{
"name": "heimrichhannot/contao-rate-it-bundle",
"description": "RateIt extension for the Contao Open Source CMS as contao 4 bundle",
"keywords": [
"contao",
"rating",
"rateit",
"bewertung",
"bundle"
],
"type": "contao-bundle",
"homepage": "https://cgo-it.de",
"license": "LGPL-3.0-or-later",
"prefer-stable": true,
"config": {
"preferred-install": {
"cgo-it/*": "dist",
"*": "dist"
}
},
"authors": [
{
"name": "cgo IT",
"email": "info@cgo-it.de",
"homepage": "https://cgo-it.de",
"role": "Developer"
},
{
"name": "Heimrich & Hannot GmbH",
"homepage": "https://heimrich-hannot.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/heimrichhannot/contao-rate-it-bundle/issues",
"source": "https://github.com/heimrichhannot/contao-rate-it-bundle.git"
},
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.9",
"cgo-it/contao-xls_export-bundle": "^4.0",
"heimrichhannot/contao-utils-bundle": "^2.99",
"symfony/framework-bundle": "^4.4 || ^5.4"
},
"require-dev": {
"contao/manager-plugin": "^2.0"
},
"conflict": {
"contao/core": "*",
"contao/manager-plugin": "<2.0 || >=3.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\RateItBundle\\": "src/"
},
"classmap": [
"src/Resources/contao/"
],
"exclude-from-classmap": [
"src/Resources/contao/config/",
"src/Resources/contao/dca/",
"src/Resources/contao/languages/",
"src/Resources/contao/templates/"
]
},
"extra": {
"contao": {
"runonce": [
"src/Resources/contao/runonce/create-initial-data.php"
]
},
"contao-manager-plugin": "HeimrichHannot\\RateItBundle\\ContaoManager\\Plugin"
}
}