init composer

This commit is contained in:
yggverse 2024-04-03 17:56:46 +03:00
parent abdce5bed6
commit 577cf83f6f
2 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

17
composer.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "yggverse/yo-tools",
"description": "PHP 8 / Composer library for Yo Search",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\YoTools\\": "src/"
}
},
"authors": [
{
"name": "YGGverse"
}
],
"require": {}
}