mirror of
https://github.com/YGGverse/yo-tools-php.git
synced 2026-03-31 09:45:29 +00:00
init composer
This commit is contained in:
parent
abdce5bed6
commit
577cf83f6f
2 changed files with 18 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue