msd Backup hinzugefügt
This commit is contained in:
23
msd/vendor/league/flysystem-sftp/composer.json
vendored
Normal file
23
msd/vendor/league/flysystem-sftp/composer.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "league/flysystem-sftp",
|
||||
"description": "SFTP filesystem adapter for Flysystem.",
|
||||
"keywords": ["flysystem", "filesystem", "sftp", "files", "file"],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"League\\Flysystem\\PhpseclibV2\\": ""
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2 || ^8.0",
|
||||
"league/flysystem": "^2.0.0",
|
||||
"league/mime-type-detection": "^1.0.0",
|
||||
"phpseclib/phpseclib": "^2.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Frank de Jonge",
|
||||
"email": "info@frankdejonge.nl"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user