You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
743 B
36 lines
743 B
{
|
|
"name": "async-aws/s3",
|
|
"description": "S3 client, part of the AWS SDK provided by AsyncAws.",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"keywords": [
|
|
"aws",
|
|
"amazon",
|
|
"sdk",
|
|
"async-aws",
|
|
"s3"
|
|
],
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"ext-SimpleXML": "*",
|
|
"ext-dom": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"async-aws/core": "^1.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AsyncAws\\S3\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"AsyncAws\\S3\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.13-dev"
|
|
}
|
|
}
|
|
}
|
|
|