-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
91 lines (91 loc) · 3.49 KB
/
composer.lock
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8e4fcdd944d9ceb9351214bde1d59faa",
"packages": [
{
"name": "amenadiel/jpgraph",
"version": "v4.1.1",
"source": {
"type": "git",
"url": "https://github.com/HuasoFoundries/jpgraph.git",
"reference": "e196d51a520a4182cc26240b4a0744495706f11a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/e196d51a520a4182cc26240b4a0744495706f11a",
"reference": "e196d51a520a4182cc26240b4a0744495706f11a",
"shasum": ""
},
"require": {
"ext-gd": "*",
"php": ">=7.2.0"
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.1",
"ergebnis/composer-normalize": "^2.13",
"ergebnis/php-cs-fixer-config": "^2.13",
"kint-php/kint": "^3.3",
"monolog/monolog": "^2.0",
"overtrue/phplint": "^2.3",
"squizlabs/php_codesniffer": "^3.6",
"symfony/dotenv": "^4.0 || ^5.0",
"symfony/event-dispatcher": "^4.0 || ^5.0",
"symfony/yaml": "^4.0 || ^5.0"
},
"type": "library",
"extra": {
"version": "4.1.1",
"composer-normalize": {
"indent-size": 4,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Amenadiel\\JpGraph\\": "src/",
"Amenadiel\\JpGraph\\Plot\\": "src/plot",
"Amenadiel\\JpGraph\\Text\\": "src/text",
"Amenadiel\\JpGraph\\Util\\": "src/util",
"Amenadiel\\JpGraph\\Graph\\": "src/graph",
"Amenadiel\\JpGraph\\Image\\": "src/image",
"Amenadiel\\JpGraph\\Themes\\": "src/themes",
"Amenadiel\\JpGraph\\Graph\\Axis\\": "src/graph/axis",
"Amenadiel\\JpGraph\\Graph\\Tick\\": "src/graph/tick",
"Amenadiel\\JpGraph\\Graph\\Scale\\": "src/graph/scale"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"QPL-1.0"
],
"description": "Composer Friendly, full refactor of JpGraph, library to make graphs and charts",
"homepage": "http://jpgraph.net/",
"keywords": [
"chart",
"data",
"graph",
"jpgraph",
"pie"
],
"support": {
"issues": "https://github.com/huasofoundries/jpgraph/issues",
"source": "https://github.com/HuasoFoundries/jpgraph/tree/v4.1.1"
},
"time": "2021-04-27T19:09:11+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}