forked from Tastaturberuf/contao-image-copyright-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.4 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
{
"name": "tastaturberuf/contao-image-copyright-bundle",
"type": "contao-bundle",
"description": "With this Contao bundle you can easily add a copyright notice to all images and then display them in a module.",
"license": "LGPL-3.0-or-later",
"keywords": [
"copyright",
"stock",
"stockphotos",
"istock",
"fotolia",
"shutterstock",
"license",
"licence",
"picture"
],
"homepage": "https://github.com/Tastaturberuf/contao-image-copyright-bundle",
"authors": [
{
"name": "Tastaturberuf",
"homepage": "https://tastaturberuf.de",
"role": "Developer"
},
{
"name": "Daniel Jahnsmüller",
"homepage": "https://tastaturberuf.de",
"role": "Developer"
}
],
"require": {
"php": "^7.4",
"contao/core-bundle": "^4.9"
},
"suggest": {
"christianbarkowsky/contao-tiny-compress-images": "This plugin automatically optimizes images by integrating the TinyJPG / TinyPNG compressing service."
},
"autoload": {
"psr-4": {
"Tastaturberuf\\ContaoImageCopyrightBundle\\": ""
}
},
"extra": {
"contao-manager-plugin": "Tastaturberuf\\ContaoImageCopyrightBundle\\ContaoManager\\Plugin"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0"
}
}