40 lines
947 B
JSON
40 lines
947 B
JSON
{
|
|
"name": "davaxi/sparkline",
|
|
"description": "PHP Class (using GD) to generate sparklines",
|
|
"version": "1.1.2",
|
|
"type": "library",
|
|
"keywords": [
|
|
"sparkline",
|
|
"php",
|
|
"picture"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "David Patiashvili",
|
|
"email": "stratagem.david@gmail.com",
|
|
"homepage": "https://www.patiashvili.fr/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/davaxi/Sparkline/issues",
|
|
"source": "https://github.com/davaxi/Sparkline/releases"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-gd": "*"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.3.0",
|
|
"codeclimate/php-test-reporter": "dev-master",
|
|
"ext-gd": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Davaxi\\": "src/"
|
|
}
|
|
}
|
|
}
|