initial commit

This commit is contained in:
ghost 2023-11-25 02:28:25 +02:00
parent 2b553ae6f1
commit acc50e2fab
3 changed files with 129 additions and 0 deletions

11
composer.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "yggverse/ftp",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Ftp\\": "src/"
}
},
"require": {}
}