forked from inspiredminds/contao-isotope-pdf-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.86 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
{
"name": "inspiredminds/contao-isotope-pdf-templates",
"description": "Adds a new document type in Contao Isotope where you can define PDF templates.",
"keywords": ["contao", "isotope", "pdf", "template", "templates"],
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/inspiredminds/contao-isotope-pdf-templates",
"authors": [
{
"name": "Fritz Michael Gschwantner",
"email": "[email protected]",
"role": "Developer"
}
],
"support":{
"email": "[email protected]",
"issues": "https://github.com/inspiredminds/contao-isotope-pdf-templates/issues",
"source": "https://github.com/inspiredminds/contao-isotope-pdf-templates",
"forum": "https://community.contao.org/de"
},
"require":{
"php": ">=7.1",
"contao/core-bundle": "^4.13",
"isotope/isotope-core": "^2.5",
"mpdf/mpdf": "^8.0",
"menatwork/contao-multicolumnwizard-bundle": "^3.4",
"symfony/dependency-injection": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/finder": "^5.4",
"symfony/config": "^5.4",
"symfony/filesystem": "^5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0 || ^3.0"
},
"autoload": {
"psr-4": {
"InspiredMinds\\ContaoIsotopePdfTemplatesBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "InspiredMinds\\ContaoIsotopePdfTemplatesBundle\\ContaoManager\\Plugin"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"php-http/discovery": false,
"contao-community-alliance/composer-plugin": true
}
}
}