-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (32 loc) · 805 Bytes
/
composer.json
File metadata and controls
33 lines (32 loc) · 805 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": "simitsdk/phpjasperxml",
"description": "PHP PDF renderer of open source jasper report studio.",
"version": "2.1.17",
"require": {
"php": ">=7.0",
"tecnickcom/tc-lib-pdf":"*",
"tecnickcom/tcpdf": "^6.4",
"fakerphp/faker": "^1.17",
"phpoffice/phpspreadsheet": "^1.20",
"ovidigital/js-object-to-json": "^1.1",
"ramsey/uuid": "^4.9"
},
"autoload": {
"psr-4": {
"simitsdk\\phpjasperxml\\": "src/"
}
},
"authors": [
{
"name": "kstan",
"email": "kstan@simitgroup.com"
}
],
"license": [
"BSD-3-Clause"
],
"keywords":[
"pdf","print format","jasper","print preview"
],
"readme": "README.md"
}