mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
[s3_storage] Bump version of akeeba/s3 to version 2.3.1
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1854681792
This commit is contained in:
parent
9daa11eb10
commit
3e74af9775
61 changed files with 1472 additions and 708 deletions
19
s3_storage/composer.lock
generated
19
s3_storage/composer.lock
generated
|
@ -8,32 +8,35 @@
|
|||
"packages": [
|
||||
{
|
||||
"name": "akeeba/s3",
|
||||
"version": "2.0.0",
|
||||
"version": "2.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/akeeba/s3.git",
|
||||
"reference": "01520dae1f736555e08efda0ddc1044701bd340a"
|
||||
"reference": "7f5b3e929c93eb02ba24472560c0cbbef735aed9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/akeeba/s3/zipball/01520dae1f736555e08efda0ddc1044701bd340a",
|
||||
"reference": "01520dae1f736555e08efda0ddc1044701bd340a",
|
||||
"url": "https://api.github.com/repos/akeeba/s3/zipball/7f5b3e929c93eb02ba24472560c0cbbef735aed9",
|
||||
"reference": "7f5b3e929c93eb02ba24472560c0cbbef735aed9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"ext-simplexml": "*",
|
||||
"php": ">=7.1.0 <8.1"
|
||||
"php": ">=7.1.0 <8.4"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/aliasing.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Akeeba\\Engine\\Postproc\\Connector\\S3v4\\": "src"
|
||||
"Akeeba\\S3\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-3.0+"
|
||||
"GPL-3.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
|
@ -48,7 +51,7 @@
|
|||
"keywords": [
|
||||
"s3"
|
||||
],
|
||||
"time": "2020-11-30T14:03:55+00:00"
|
||||
"time": "2023-09-26T11:40:10+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue