mirror of
https://github.com/YGGverse/ftp-php.git
synced 2026-03-31 17:35:28 +00:00
initial commit
This commit is contained in:
parent
2b553ae6f1
commit
acc50e2fab
3 changed files with 129 additions and 0 deletions
11
composer.json
Normal file
11
composer.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "yggverse/ftp",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Yggverse\\Ftp\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue