Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
28
vendor/league/flysystem-aws-s3-v3/composer.json
vendored
Normal file
28
vendor/league/flysystem-aws-s3-v3/composer.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "league/flysystem-aws-s3-v3",
|
||||
"description": "AWS S3 filesystem adapter for Flysystem.",
|
||||
"keywords": ["aws", "s3", "flysystem", "filesystem", "storage", "file", "files"],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"League\\Flysystem\\AwsS3V3\\": ""
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.0.2",
|
||||
"league/flysystem": "^3.10.0",
|
||||
"league/mime-type-detection": "^1.0.0",
|
||||
"aws/aws-sdk-php": "^3.220.0"
|
||||
},
|
||||
"conflict": {
|
||||
"guzzlehttp/ringphp": "<1.1.1",
|
||||
"guzzlehttp/guzzle": "<7.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Frank de Jonge",
|
||||
"email": "info@frankdejonge.nl"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user