forked from marcaube/ObHighchartsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 704 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ob/highcharts-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Bundle that ease the use of highcharts to display rich graph and charts in your app",
"keywords": ["symfony2", "charting", "charts", "highcharts", "chart", "graph", "graphs", "ob", "marcaube"],
"homepage": "https://github.com/marcaube/ObHighchartsBundle",
"authors": [
{
"name": "Marc Aubé"
}
],
"require": {
"php": ">=5.3.0",
"symfony/symfony": "2.*",
"zendframework/zend-json": "2.1.*@dev"
},
"autoload": {
"psr-0": {
"Ob\\HighchartsBundle": ""
}
},
"target-dir": "Ob/HighchartsBundle"
}