forked from royopa/HighchartsPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 873 Bytes
/
composer.json
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
{
"name": "ghunti/highcharts-php",
"type": "library",
"description": "A php wrapper for highcharts and highstock javascript libraries",
"keywords": ["highcharts", "highstock", "php", "charts", "javascript"],
"homepage": "http://goncaloqueiros.net/highcharts.php",
"license": "GPL-3.0",
"authors": [
{
"name": "Gonçalo Queirós",
"email": "[email protected]",
"homepage": "http://goncaloqueiros.net",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/ghunti/HighchartsPHP/issues",
"source": "https://github.com/ghunti/HighchartsPHP"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Ghunti\\HighchartsPHP\\": "src/"
}
}
}