-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
71 lines (71 loc) · 2.16 KB
/
Copy pathcomposer.json
File metadata and controls
71 lines (71 loc) · 2.16 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
{
"name": "mailwurm/belegungsplan-bundle",
"type": "contao-bundle",
"keywords":["contao","contao-bundle","bundle","belegungsplan","contao 4"],
"description": "Contao 4 Belegungspläne erstellen ",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Jan Karai",
"homepage": "https://www.sachsen-it.de",
"role":"Developer"
}
],
"require": {
"php": "^7.0|^8.0",
"symfony/http-kernel": ">=3.3",
"contao/core-bundle": "^4.4.2",
"patchwork/utf8": ">=v1.3.3"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"doctrine/doctrine-cache-bundle": "^1.3",
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^5.0",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"satooshi/php-coveralls": "^1.0",
"symfony/phpunit-bridge": "4.1.12"
},
"conflict": {
"contao/core": "*",
"contao/manager-plugin": "<2.0 || >=3.0"
},
"autoload": {
"psr-4": {
"Mailwurm\\BelegungsplanBundle\\": "src/"
},
"classmap": [
"src/Resources/contao/"
],
"exclude-from-classmap": [
"src/Resources/contao/config/",
"src/Resources/contao/dca/",
"src/Resources/contao/languages/",
"src/Resources/contao/templates/"
]
},
"autoload-dev": {
"psr-4": {
"Mailwurm\\BelegungsplanBundle\\Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist"
},
"support": {
"docs": "https://belegungsplan-bundle.de",
"forum": "https://community.contao.org",
"issues": "https://github.com/Mailwurm/belegungsplan-bundle/issues",
"source": "https://github.com/Mailwurm/belegungsplan-bundle"
},
"funding": [
{
"type": "other",
"url": "https://github.com/sponsors/Mailwurm"
}
],
"extra": {
"contao-manager-plugin": "Mailwurm\\BelegungsplanBundle\\ContaoManager\\Plugin"
}
}