-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 949 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
30
31
{
"name":"misd/highcharts-bundle",
"type":"symfony-bundle",
"description":"Integrates PHP Highcharts into your Symfony2 application",
"keywords":["highcharts", "bundle", "charts", "chart", "graphs", "graph"],
"homepage":"https://github.com/misd-service-development/highcharts-bundle",
"license":"MIT",
"authors":[
{
"name":"Chris Wilkinson",
"email":"chris.wilkinson@admin.cam.ac.uk"
}
],
"support":{
"issues":"https://github.com/misd-service-development/highcharts-bundle/issues"
},
"require":{
"php":">=5.3.3",
"symfony/framework-bundle":"~2.1",
"misd/highcharts":"dev-master"
},
"suggest":{
"symfony/twig-bundle":"to use the Twig functions"
},
"autoload":{
"psr-0":{
"Misd\\HighchartsBundle":""
}
},
"target-dir":"Misd/HighchartsBundle"
}