Skip to content

Instantly share code, notes, and snippets.

@destinydriven
Created April 4, 2015 22:30
Show Gist options
  • Save destinydriven/4b7fa52b4e47e9d8ec8d to your computer and use it in GitHub Desktop.
Save destinydriven/4b7fa52b4e47e9d8ec8d to your computer and use it in GitHub Desktop.
{
"name": "destinydriven/Highcharts",
"description": "Highcharts plugin for CakePHP",
"type": "cakephp-plugin",
"require": {
"php": ">=5.4",
"ghunti/highcharts-php": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
"Highcharts\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Highcharts\\Test\\": "tests",
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment