-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.2 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.2 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
{
"name": "nutshell-framework/hero-element",
"description": "Use a Hero-Element in Contao",
"keywords": [
"contao"
],
"type": "contao-bundle",
"homepage": "https://github.com/nutshell-framework/hero-element",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Erdmann & Freunde - Dennis Erdmann",
"homepage": "http://erdmann-freunde.de",
"role": "Developer"
}
],
"support": {
"email": "moin@erdmann-freunde.de",
"issues": "https://github.com/nutshell-framework/hero-element/issues",
"source": "https://github.com/nutshell-framework/hero-element"
},
"require": {
"php": ">=8.3",
"contao/core-bundle": "^5.0",
"symfony/http-kernel": "^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"contao/manager-plugin": "~2.2",
"terminal42/contao-build-tools": "dev-main"
},
"autoload": {
"psr-4": {
"Nutshell\\HeroElement\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Nutshell\\HeroElement\\ContaoManager\\Plugin"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"php-http/discovery": true,
"contao/manager-plugin": true,
"terminal42/contao-build-tools": true
}
}
}