-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.4 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
{
"name": "marcuslelle/contao-callico-bundle",
"description": "Callico",
"keywords": [
"contao",
"bundle",
"tag 3",
"tag 4"
],
"type": "contao-bundle",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Marcus Lelle",
"email": "[email protected]",
"homepage": "https://github.com/marcuslelle",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/marcuslelle/contao-callico-bundle/issues",
"source": "https://github.com/marcuslelle/contao-callico-bundle"
},
"require": {
"contao/core-bundle": "^4.9"
},
"require-dev": {
"contao/easy-coding-standard": "^3.0",
"contao/manager-plugin": "^2.3.1",
"contao/test-case": "^4.6",
"phpunit/phpunit": "^9.3",
"symfony/phpunit-bridge": "^5.4"
},
"autoload": {
"psr-4": {
"Marcuslelle\\ContaoCallicoBundle\\": "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-manager-plugin": "Marcuslelle\\ContaoCallicoBundle\\ContaoManager\\Plugin"
}
}