Skip to content

Commit

Permalink
Pdf export detached from Icinga
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauh01 committed Apr 8, 2024
1 parent a6ee664 commit 673319a
Show file tree
Hide file tree
Showing 1,009 changed files with 192,321 additions and 766 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "ipl/pdf",
"type": "library",
"description": "Icinga PHP Library - PDF generation over headless chrome",
"license": "MIT",
"keywords": ["pdf"],
"homepage": "https://github.com/Icinga/ipl-pdf",
"config": {
"sort-packages": true,
"platform": {
"php": "7.4"
}
},
"require": {
"react/child-process": "^v0.6.5",
"react/event-loop": "^v1.4.0",
"textalk/websocket": "^1.5",
"iio/libmergepdf": "^4.0",
"ipl/html": "^v0.8.0",
"guzzlehttp/guzzle": "^v7.7.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"ipl\\Pdf\\": "src"
}
}
}
Loading

0 comments on commit 673319a

Please sign in to comment.