-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 757 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 757 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
{
"name": "destinydriven/cakephp-highcharts",
"description": "CakePHP Highcharts Plugin",
"version": "2.0.1",
"type": "cakephp-plugin",
"keywords": ["cakephp", "highcharts", "javascript charts", "charting"],
"homepage": "https://github.com/destinydriven/cakephp-highcharts",
"license": "MIT",
"authors": [
{
"name": "Kurn La Montagne",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/destinydriven/cakephp-highcharts/issues",
"source": "https://github.com/destinydriven/cakephp-highcharts"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"installer-name": "Highcharts"
}
}