-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.1 KB
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 1.1 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
{
"name": "heimrichhannot/contao-head-bundle",
"type": "contao-bundle",
"description": "This module contains enhancements for the contao frontend page <head> region.",
"license": "LGPL-3.0-or-later",
"require": {
"php": "^8.2",
"contao/core-bundle": "^5.3",
"heimrichhannot/contao-utils-bundle": "^3.0",
"psr/container": "^1.0 || ^2.0",
"spatie/schema-org": "^3.4",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\HeadBundle\\": "src/"
},
"classmap": [
"src/"
]
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\HeadBundle\\ContaoManager\\Plugin"
},
"require-dev": {
"contao/core-bundle": "5.3.*",
"contao/news-bundle": "^5.3",
"rector/rector": "^2.2",
"contao/contao-rector": "dev-main",
"symplify/easy-coding-standard": "^13.0",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-symfony": "^2.0",
"contao/manager-plugin": "^2.13"
}
}