-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 754 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 754 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
{
"name": "koolphp/koolreport",
"version":"3.25.4",
"description": "An Open Source PHP Reporting Framework for easier and faster report delivery.",
"keywords": ["php reporting framework","php reporting tools","data processing","data visualization","charts and graphs"],
"homepage": "https://www.koolreport.com",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "KoolPHP Inc",
"homepage": "https://www.koolphp.net"
}
],
"require":
{
"php":">=5.4"
},
"autoload": {
"files": [
"autoload.php"
]
},
"require-dev": {
"codeception/codeception": "^2.4",
"squizlabs/php_codesniffer": "^3.3"
}
}