-
Notifications
You must be signed in to change notification settings - Fork 16
/
composer-8.json
41 lines (41 loc) · 1 KB
/
composer-8.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "davaxi/sparkline",
"description": "PHP Class (using GD) to generate sparklines",
"version": "2.2.0",
"type": "library",
"keywords": [
"sparkline",
"php",
"picture"
],
"license": "MIT",
"authors": [
{
"name": "David Patiashvili",
"email": "[email protected]",
"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": ">=7.0",
"ext-gd": "*",
"ext-mbstring": "*"
},
"require-dev": {
"ext-xdebug": "*",
"phpunit/php-code-coverage": "^9",
"phpunit/phpunit": "9.3.5",
"codeclimate/php-test-reporter": "^0.4.1"
},
"autoload": {
"psr-4": {
"Davaxi\\": "src/"
}
}
}