mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 20:11:09 +00:00
28 lines
619 B
JSON
28 lines
619 B
JSON
{
|
|
"name": "akeeba/s3",
|
|
"type": "library",
|
|
"description": "A compact, dependency-less Amazon S3 API client implementing the most commonly used features",
|
|
"require": {
|
|
"php": ">=7.1.0 <8.1",
|
|
"ext-curl": "*",
|
|
"ext-simplexml": "*"
|
|
},
|
|
"keywords": [
|
|
"s3"
|
|
],
|
|
"homepage": "https://github.com/akeeba/s3",
|
|
"license": "GPL-3.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Nicholas K. Dionysopoulos",
|
|
"email": "nicholas_NO_SPAM_PLEASE@akeeba.com",
|
|
"homepage": "http://www.dionysopoulos.me",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Akeeba\\Engine\\Postproc\\Connector\\S3v4\\": "src"
|
|
}
|
|
}
|
|
}
|