-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 914 Bytes
/
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
{
"name": "contaobayern/bootstrap-templates",
"description": "Bootstrap templates for Contao CMS",
"type": "contao-bundle",
"keywords": ["contao", "bootstrap", "templates"],
"license": "MIT",
"authors": [
{
"name": "Andreas Fieger",
"homepage": "https://github.com/fiedsch"
},
{
"name": "Markus Schnagl",
"homepage": "https://github.com/mstudio-dev"
}
],
"support": {
"issues": "https://github.com/contaobayern/bootstrap-templates/issues",
"source": "https://github.com/contaobayern/bootstrap-templates"
},
"require": {
"php": "^8.3",
"contao/core-bundle": "^5.3"
},
"autoload": {
"psr-4": {
"Contaobayern\\BootstrapTemplatesBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Contaobayern\\BootstrapTemplatesBundle\\ContaoManager\\Plugin",
"branch-alias": {
"dev-main": "1.0.x-dev"
}
}
}