-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (24 loc) · 958 Bytes
/
composer.json
File metadata and controls
28 lines (24 loc) · 958 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
{
"name": "webuccinoco/sre-community",
"version": "v1.1.4",
"minimum-stability": "stable",
"description": "An open source PHP reporting framework, empowering the dynamic creation of professional reports (for MYSQL or Maria DB) directly from your projects.",
"keywords": ["PHP reporting engine","PHP reporting API","php reporting framework","php reporting tools","mysql reports","mysql reporting","php report builder","report builders for MYSQL"],
"homepage": "https://mysqlreports.com/engine/documentation/index.php?post=community_install",
"type": "project",
"license": "GPL-1.0-or-later",
"authors": [
{
"name": "Webuccino",
"homepage": "https://mysqlreports.com/"
}],
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"SRE\\Engine\\": "SmartReportingEngine/src/Engine/"
},
"files": ["sre_config/config.php"]
}
}