TimeTrex/vendor/pear/structures_graph/composer.json

25 lines
551 B
JSON
Raw Normal View History

2022-12-13 07:10:06 +01:00
{
"authors": [
{
"email": "sergiosgc@gmail.com",
"name": "Sérgio Carvalho",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Structures": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Structures_Graph",
"include-path": [
"./"
],
"license": "PHP License",
"name": "pear/structures_graph",
"support": {
"source": "https://github.com/pear/Structures_Graph"
},
"type": "library"
}