mirror of
https://github.com/YGGverse/graph-php.git
synced 2026-03-31 17:45:31 +00:00
15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"name": "yggverse/graph",
|
|
"description": "PHP library to build JS-less graphs",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Graph\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "alpha"
|
|
}
|