]> git.mxchange.org Git - friendica-addons.git/blob - s3_storage/composer.lock
Merge pull request 'CLD2: Use ISO-639-1 for the language detection' (#1433) from...
[friendica-addons.git] / s3_storage / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "380e2e4853de027e64448857e2e9fead",
8     "packages": [
9         {
10             "name": "akeeba/s3",
11             "version": "2.0.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/akeeba/s3.git",
15                 "reference": "01520dae1f736555e08efda0ddc1044701bd340a"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/akeeba/s3/zipball/01520dae1f736555e08efda0ddc1044701bd340a",
20                 "reference": "01520dae1f736555e08efda0ddc1044701bd340a",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-curl": "*",
25                 "ext-simplexml": "*",
26                 "php": ">=7.1.0 <8.1"
27             },
28             "type": "library",
29             "autoload": {
30                 "psr-4": {
31                     "Akeeba\\Engine\\Postproc\\Connector\\S3v4\\": "src"
32                 }
33             },
34             "notification-url": "https://packagist.org/downloads/",
35             "license": [
36                 "GPL-3.0+"
37             ],
38             "authors": [
39                 {
40                     "name": "Nicholas K. Dionysopoulos",
41                     "email": "nicholas_NO_SPAM_PLEASE@akeeba.com",
42                     "homepage": "http://www.dionysopoulos.me",
43                     "role": "Lead Developer"
44                 }
45             ],
46             "description": "A compact, dependency-less Amazon S3 API client implementing the most commonly used features",
47             "homepage": "https://github.com/akeeba/s3",
48             "keywords": [
49                 "s3"
50             ],
51             "time": "2020-11-30T14:03:55+00:00"
52         }
53     ],
54     "packages-dev": [],
55     "aliases": [],
56     "minimum-stability": "stable",
57     "stability-flags": [],
58     "prefer-stable": false,
59     "prefer-lowest": false,
60     "platform": {
61         "php": ">=7.0"
62     },
63     "platform-dev": [],
64     "plugin-api-version": "1.1.0"
65 }