mirror of
https://github.com/YGGverse/yo-tools-php.git
synced 2025-03-13 05:51:33 +00:00
init composer
This commit is contained in:
parent
abdce5bed6
commit
577cf83f6f
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/vendor/
|
17
composer.json
Normal file
17
composer.json
Normal 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": {}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user