forked from pear/Image_GraphViz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1 KB
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
{
"authors": [
{
"email": "jausions@php.net",
"name": "Philippe Jausions",
"role": "Lead"
},
{
"email": "vmg@arachnion.de",
"name": "Dr. Volker Goebbels",
"role": "Lead"
},
{
"email": "sb@sebastian-bergmann.de",
"name": "Sebastian Bergmann",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Image": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Image_GraphViz",
"include-path": [
"./"
],
"license": "PHP License",
"name": "pear/image_graphviz",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Image_GraphViz",
"source": "https://github.com/pear/Image_GraphViz"
},
"type": "library",
"require": {
"pear/pear_exception": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}