initial commit

This commit is contained in:
ghost 2023-08-09 14:10:31 +03:00
parent 18930f7519
commit f18c7ad07c
3 changed files with 98 additions and 0 deletions

15
composer.json Normal file
View file

@ -0,0 +1,15 @@
{
"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"
}