-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.06 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
{
"name": "comolo/awscwl-bundle",
"description": "AWSCloudWatchLogger-Erweiterung für das Open Source CMS Contao",
"version": "0.1.3",
"license": "proprietary",
"type": "contao-bundle",
"authors": [
{
"name": "Christian Rolle",
"homepage": "https://www.comolo.de/"
}
],
"support": {
"issues": "https://github.com/comolo/contao-cwl/issues",
"source": "https://github.com/comolo/contao-cwl"
},
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.9",
"maxbanton/cwh": "^1.0 || ^2.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.5",
"contao/manager-plugin": "^2.0",
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^6.1"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
},
"autoload": {
"psr-4": {
"Comolo\\AwscwlBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Comolo\\AwscwlBundle\\ContaoManager\\Plugin"
}
}