-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 940 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
34
{
"name": "rekalogika/gotenberg-pdf-bundle",
"description": "Symfony Bundle for generating PDF using Gotenberg API",
"homepage": "https://rekalogika.dev/gotenberg-pdf-bundle",
"license": "MIT",
"type": "symfony-bundle",
"authors": [
{
"name": "Priyadi Iman Nurcahyo",
"email": "priyadi@rekalogika.com"
}
],
"keywords": [
"pdf",
"print",
"paper",
"margin"
],
"autoload": {
"psr-4": {
"Rekalogika\\GotenbergPdfBundle\\": "src/"
}
},
"require": {
"gotenberg/gotenberg-php": "^1.1",
"psr/http-client": "^1.0",
"psr/http-message": "^2.0",
"rekalogika/print-contracts": "^1.3",
"rekalogika/print": "^1.3",
"symfony/config": "^6.2 || ^7.0",
"symfony/dependency-injection": "^6.2 || ^7.0",
"symfony/http-kernel": "^6.2 || ^7.0"
}
}