-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.13 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
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
34
35
36
{
"name": "dashboardbuilder/dashboardbuilder.net",
"description": "Dashboard Builder is a PHP based data driven visualization & business analtyc tool, a machine learning delivers insights, written in PHP with an added layer of drag-and-drop flexibility which helps predicting the future with ease and no code required.",
"keywords": [
"PHP Dashboard",
"Dashboard Builder",
"Chart Builder",
"Dashbord Creator",
"Dashboard Designer"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dashboard Builder",
"email": "support@dashboardbuilder.net"
}
],
"support": {
"email": "support@dashboardbuilder.net",
"issues": "https://github.com/DashboardBuilder/dashboardbuilder.net/issues",
"source": "http://github.com/DashboardBuilder/dashboardbuilder.net"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"DashboardBuilder\\dashboardbuilder.net\\": "src/"
}
}
}