forked from SIMITGROUP/phplibs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (29 loc) · 746 Bytes
/
composer.json
File metadata and controls
30 lines (29 loc) · 746 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
{
"name": "simitsdk/phplibs",
"description": "Several useful library for develop php based management system such as wysiwyg pdf document generator (phpjasperxml).",
"require": {
"php": ">=7.4",
"tecnickcom/tc-lib-pdf":"*",
"tecnickcom/tcpdf": "^6.4",
"fakerphp/faker": "^1.17",
"phpoffice/phpspreadsheet": "^1.20"
},
"autoload": {
"psr-4": {
"simitsdk\\": "src/"
}
},
"authors": [
{
"name": "kstan",
"email": "kstan@simitgroup.com"
}
],
"license": [
"BSD-3-Clause"
],
"keywords":[
"pdf","print format","jasper","print preview"
],
"readme": "README.md"
}