Add S3 Storage Backend
[friendica-addons.git/.git] / s3_storage / vendor / composer / installed.json
1 [
2     {
3         "name": "akeeba/s3",
4         "version": "2.0.0",
5         "version_normalized": "2.0.0.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/akeeba/s3.git",
9             "reference": "01520dae1f736555e08efda0ddc1044701bd340a"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/akeeba/s3/zipball/01520dae1f736555e08efda0ddc1044701bd340a",
14             "reference": "01520dae1f736555e08efda0ddc1044701bd340a",
15             "shasum": ""
16         },
17         "require": {
18             "ext-curl": "*",
19             "ext-simplexml": "*",
20             "php": ">=7.1.0 <8.1"
21         },
22         "time": "2020-11-30T14:03:55+00:00",
23         "type": "library",
24         "installation-source": "dist",
25         "autoload": {
26             "psr-4": {
27                 "Akeeba\\Engine\\Postproc\\Connector\\S3v4\\": "src"
28             }
29         },
30         "notification-url": "https://packagist.org/downloads/",
31         "license": [
32             "GPL-3.0+"
33         ],
34         "authors": [
35             {
36                 "name": "Nicholas K. Dionysopoulos",
37                 "email": "nicholas_NO_SPAM_PLEASE@akeeba.com",
38                 "homepage": "http://www.dionysopoulos.me",
39                 "role": "Lead Developer"
40             }
41         ],
42         "description": "A compact, dependency-less Amazon S3 API client implementing the most commonly used features",
43         "homepage": "https://github.com/akeeba/s3",
44         "keywords": [
45             "s3"
46         ]
47     }
48 ]