forked from misd-service-development/php-highcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 886 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 886 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
31
32
{
"name":"misd/highcharts",
"type":"library",
"description":"Allows the programmatic creation of Highcharts",
"keywords":["highcharts", "charts", "chart", "graphs", "graph"],
"homepage":"https://github.com/misd-service-development/php-highcharts",
"license":"MIT",
"authors":[
{
"name":"Chris Wilkinson",
"email":"[email protected]"
}
],
"support":{
"issues":"https://github.com/misd-service-development/php-highcharts/issues"
},
"require":{
"php":">=5.3.3",
"zendframework/zend-json":"~2.1.2"
},
"require-dev":{
"symfony/event-dispatcher":"~2.1"
},
"suggest":{
"symfony/event-dispatcher":""
},
"autoload":{
"psr-0":{
"Misd\\Highcharts":["api/", "src/"]
}
}
}