-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 999 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 999 Bytes
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
{
"name": "ensepar/html2pdf-bundle",
"type": "symfony-bundle",
"description": "Use HTML2PDF as a Symfony Service",
"keywords": ["pdf", "tcpdf", "html2pdf", "bundle", "symfony"],
"homepage": "https://github.com/FrDeamon/EnseparHtml2pdfBundle",
"license": "MIT",
"authors": [
{
"name": "Tristan Maindron",
"email": "tmaindron@gmail.com"
},
{
"name": "Bastien DURAND",
"email": "bdurand-dev@outlook.com"
}
],
"require": {
"php": ">=7.2.5",
"spipu/html2pdf": "~5.2",
"symfony/dependency-injection": "^5.0|^6.0|^v7",
"symfony/http-kernel": "^5.0|^6.0|^v7"
},
"require-dev": {
"symfony/framework-bundle": "^5.0|^6.0|^v7",
"phpunit/phpunit": "^7.2|^8.5|^9.5",
"symfony/yaml": "^5.0|^6.0|^v7",
"friendsofphp/php-cs-fixer": "^3.4"
},
"autoload": {
"psr-4": { "Ensepar\\Html2pdfBundle\\": "./" }
}
}