-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.59 KB
/
Copy pathcomposer.json
File metadata and controls
52 lines (52 loc) · 1.59 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
{
"name": "heimrichhannot/contao-qna-bundle",
"description": "Event question-and-answer sessions for Contao 5.7.",
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"require": {
"php": "^8.4",
"contao/core-bundle": "^5.7",
"contao/manager-plugin": "^2.3",
"doctrine/dbal": "^3.8 || ^4.0",
"heimrichhannot/contao-encore-contracts": "^1.5",
"heimrichhannot/contao-ux-turbo-encore": "^0.1",
"psr/clock": "^1.0",
"symfony/config": "^7.4",
"symfony/dependency-injection": "^7.4",
"symfony/http-foundation": "^7.4",
"symfony/http-kernel": "^7.4",
"symfony/routing": "^7.4",
"symfony/security-bundle": "^7.4",
"symfony/security-csrf": "^7.4",
"symfony/translation-contracts": "^3.0",
"symfony/yaml": "^7.4",
"twig/twig": "^3.21"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.85",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-symfony": "^2.0",
"phpunit/phpunit": "^12.2"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\QnaBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HeimrichHannot\\QnaBundle\\Tests\\": "tests/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\QnaBundle\\ContaoManager\\Plugin"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true,
"php-http/discovery": false
},
"sort-packages": true
}
}