-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
69 lines (69 loc) · 2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "oneup/contao-full-background-images",
"type": "contao-bundle",
"description": "Use full background images in Contao Open Source CMS. This extension also provides a full background image slider/fader.",
"keywords": [
"contao",
"full",
"background",
"slider",
"images"
],
"homepage": "https://1up.io",
"license": "MIT",
"authors": [
{
"name": "David Greminger",
"email": "dg@1up.io",
"homepage": "https://1up.io",
"role": "Developer"
},
{
"name": "Oliver Schmidt",
"email": "oliver.schmidt@1up.io",
"homepage": "https://1up.io",
"role": "Developer"
}
],
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0",
"contao/manager-plugin": "^2.3.1",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"
},
"extra": {
"bamarni-bin": {
"bin-links": false
},
"contao-manager-plugin": "Oneup\\ContaoFullBackgroundImagesBundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
"Oneup\\ContaoFullBackgroundImagesBundle\\": "src"
}
},
"prefer-stable": true,
"support": {
"email": "hello@1up.io",
"issues": "https://github.com/1up-lab/contao-full-background-images/issues",
"source": "https://github.com/1up-lab/contao-full-background-images"
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"contao-components/installer": true,
"php-http/discovery": true,
"contao/manager-plugin": true
},
"platform": {
"php": "8.1"
},
"sort-packages": true
}
}