to composer

This commit is contained in:
2024-05-27 12:59:44 +03:00
parent 3f6e5ffcec
commit 42ab26a3db
19 changed files with 134 additions and 21 deletions

18
composer.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "itguild/tables",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Itguild\\Tables\\": "src/"
}
},
"authors": [
{
"name": "Kavalar",
"email": "apuc06@mail.ru"
}
],
"minimum-stability": "dev",
"require": {}
}