-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 953 Bytes
/
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
{
"name": "94noni/html2pdf-bundle",
"type": "symfony-bundle",
"description": "Html2pdf for Symfony.",
"keywords": ["pdf", "symfony", "html2pdf", "tcpdf"],
"homepage": "https://github.com/94noni/NoniHtml2pdfBundle",
"license": "MIT",
"authors": [
{
"name": "Antoine Makdessi",
"email": "[email protected]",
"homepage": "http://antoine.makdessi.free.fr"
},
{
"name": "Tristan Maindron",
"email": "[email protected]",
"role": "Original author"
}
],
"require": {
"php": ">=7.4",
"spipu/html2pdf": "^5.2",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
},
"autoload": {
"psr-4": { "Noni\\Html2pdfBundle\\": "./" }
}
}