mirror of
https://github.com/YGGverse/graph-php.git
synced 2026-03-31 09:35:31 +00:00
initial commit
This commit is contained in:
parent
18930f7519
commit
f18c7ad07c
3 changed files with 98 additions and 0 deletions
15
composer.json
Normal file
15
composer.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue