Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/szymach/c-pchart/composer.json

17 lines
510 B

{
"name": "szymach/c-pchart",
"license": "MIT",
"type": "project",
"description": "Port of \"pChart\" library into PHP 5.3.",
"keywords": ["pchart", "pChart","composer","statistics","charts", "c-pChart", "c-pchart"],
"homepage": "https://github.com/szymach/c-pchart",
"autoload": {
"psr-4": { "CpChart\\": "src/" },
"files": ["src/Resources/data/constants.php"]
},
"require": {
"php": ">=5.3.3",
"ext-gd": "*"
},
"version": "1.1.6"
}